Missing of 'condition/ckpts/model.pth'
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 328
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Hello,When I try to run:
python autoregressive/sample/sample_t2i.py
--vq-ckpt checkpoints/vq/vq_ds16_t2i.pt
--gpt-ckpt checkpoints/t2i/edge_base.safetensors
--gpt-model GPT-XL --image-size 512
--condition-type lineart --seed 0 --condition-path condition/example/t2i/multigen/girl.jpg
--prompt 'A girl with blue hair'
--adapter-size base
--control-strength 0.6
I get an error: FileNotFoundError: [Errno 2] No such file or directory: 'condition/ckpts/model.pth'
But I couldn't find the download address of this model file anywhere, so I want to ask how to obtain this file?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with autoregressive/sample/sample_t2i.py and trace where condition/ckpts/model.pth is loaded. Check the repository's checkpoint or setup instructions for the expected source of this file, then verify the supplied command runs without the FileNotFoundError; the issue is resolved when a newcomer can obtain the required checkpoint from documented instructions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100