clip-vit-large-patch14 problem
(ootd) D:\OOTDiffusion\OOTDiffusion\run>python run_ootd.py --model_path D:\OOTDiffusion\checkpoints\ootd --cloth_path D:\OOTDiffusion\images\demo.png --scale 2.0 --sample 4
Loading pipeline components...: 100%|████████████████████████████████████████████████████| 7/7 [00:00<00:00, 16.35it/s]
Traceback (most recent call last):
File "D:\miniconda38\envs\ootd\lib\site-packages\transformers\utils\hub.py", line 389, in cached_file
resolved_file = hf_hub_download(
File "D:\miniconda38\envs\ootd\lib\site-packages\huggingface_hub\utils_validators.py", line 110, in _inner_fn
validate_repo_id(arg_value)
File "D:\miniconda38\envs\ootd\lib\site-packages\huggingface_hub\utils_validators.py", line 158, in validate_repo_id
raise HFValidationError(
huggingface_hub.utils._validators.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '../checkpoints/clip-vit-large-patch14'. Use repo_type argument if needed.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\OOTDiffusion\OOTDiffusion\run\run_ootd.py", line 47, in
(ootd) D:\OOTDiffusion\OOTDiffusion\run>
I can't find any about clip-vit-large-patch14 model in your huggingface file. So I download the openai file. but it does't work.
How can I solve this problem?
I also downloaded the model of openai, my directory structure is like this, execute the following command 'python run_ootd.py --model_path /home/ysm/tmmt/OOTDiffusion/run/examples/model/01008_00.jpg --cloth_path /home/ysm/tmmt/OOTDiffusion/run/examples/garment/00055_00.jpg --scale 2.0 --sample 4', and it works fine
It works ,thx so much.
Where can I download checkpoints/ootd
Which of these two options is correct? Download clip-vit-large-patch14 into checkpoints/ootd or checkpoints?
(ootd) root@autodl-container-0b184db1e3-f047e3df:~/OOTDiffusion/run# python run_ootd.py --model_path /root/OOTDiffusion/run/examples/model/01008_00.jpg --cloth_path /root/OOTDiffusion/run/examples/garment/00055_00.jpg --scale 2.0 --sample 4
Traceback (most recent call last):
File "/root/OOTDiffusion/run/run_ootd.py", line 29, in
I followed the steps to download it, but when I executed it, it threw an error. Does anyone know why?