hustvl / hustvl/ControlAR

Missing of 'condition/ckpts/model.pth'

Open
#11 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.