OOTDiffusion
OOTDiffusion copied to clipboard
could not find model [windows]
(ootd) C:\Users\namiachy\OOTDiffusion>python run\gradio_ootd.py
Traceback (most recent call last):
File "C:\Users\namiachy\miniconda3\envs\ootd\lib\site-packages\diffusers\configuration_utils.py", line 371, in load_config
config_file = hf_hub_download(
File "C:\Users\namiachy\miniconda3\envs\ootd\lib\site-packages\huggingface_hub\utils_validators.py", line 110, in _inner_fn
validate_repo_id(arg_value)
File "C:\Users\namiachy\miniconda3\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/ootd'. Use repo_type
argument if needed.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\namiachy\OOTDiffusion\run\gradio_ootd.py", line 22, in
(ootd) C:\Users\namiachy\OOTDiffusion>
I had downloaded the new ootd-dc model and placed it into ootd folder and the error is still there. please help me how to fix it, thanx a lot
已解决!
How did you solve it?
How did you solve it?
could not run under project's root path.
cd run
python gradio_ootd.py
https://github.com/levihsu/OOTDiffusion/issues/88