Trying to run Comfyui on my Computer(3060ti) text-to-image
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [ ] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Your question
I downloaded some models by myself and put them in to the folders, but seems like one of them does not work. my computer only have 8GB RAM
### Logs
```powershell
Error(s) in loading state_dict for T5:
size mismatch for shared.weight: copying a param with shape torch.Size([256384, 4096]) from checkpoint, the shape in current model is torch.Size([32128, 4096]).
```
### Other
_No response_
Contributor guide
Research direction
Start with the reported PyTorch state_dict error and identify which downloaded T5 checkpoint and ComfyUI model configuration produce the 256384-versus-32128 vocabulary mismatch. Reproduce the loading failure with the user's model files; done means determining the incompatible model pairing and documenting a verified compatible configuration or a clearly scoped fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100