You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for your wonderful work. I appreciate your paper very much. When I tried to run this project, I encountered such an error, python main.py --cls doctor --lam 500
Traceback (most recent call last):
File "main.py", line 67, in
revision=None if args.pretrained_vae_name_or_path else args.revision,
The File "/ home/as/anaconda3 / envs/debias_vl - main/lib/python3.6 / site - packages/diffusers/modeling_utils. Py", line 342, in from_pretrained
**kwargs,
The File "/ home/as/anaconda3 / envs/debias_vl - main/lib/python3.6 / site - packages/diffusers/configuration_utils. Py", line 99, in from_config
config_dict = cls.get_config_dict(pretrained_model_name_or_path=pretrained_model_name_or_path, **kwargs)
The File "/ home/as/anaconda3 / envs/debias_vl - main/lib/python3.6 / site - packages/diffusers/configuration_utils. Py", line 145, in get_config_dict
f"Error no file named {cls.config_name} found in directory {pretrained_model_name_or_path}."
OSError: Error no file named config.json found in directory /home/as/lxx/debias_vl-main/stabilityai/stable-diffusion-2-1-base.
And I reset the network automatic download couldn't find config.json, and when I downloaded it manually, I couldn't find config.json on Hugging Face. All I doubt is not gone, can you provide me with the config.json file? Be grateful
The text was updated successfully, but these errors were encountered:
Hello, thank you for your wonderful work. I appreciate your paper very much. When I tried to run this project, I encountered such an error, python main.py --cls doctor --lam 500
Traceback (most recent call last):
File "main.py", line 67, in
revision=None if args.pretrained_vae_name_or_path else args.revision,
The File "/ home/as/anaconda3 / envs/debias_vl - main/lib/python3.6 / site - packages/diffusers/modeling_utils. Py", line 342, in from_pretrained
**kwargs,
The File "/ home/as/anaconda3 / envs/debias_vl - main/lib/python3.6 / site - packages/diffusers/configuration_utils. Py", line 99, in from_config
config_dict = cls.get_config_dict(pretrained_model_name_or_path=pretrained_model_name_or_path, **kwargs)
The File "/ home/as/anaconda3 / envs/debias_vl - main/lib/python3.6 / site - packages/diffusers/configuration_utils. Py", line 145, in get_config_dict
f"Error no file named {cls.config_name} found in directory {pretrained_model_name_or_path}."
OSError: Error no file named config.json found in directory /home/as/lxx/debias_vl-main/stabilityai/stable-diffusion-2-1-base.
And I reset the network automatic download couldn't find config.json, and when I downloaded it manually, I couldn't find config.json on Hugging Face. All I doubt is not gone, can you provide me with the config.json file? Be grateful
The text was updated successfully, but these errors were encountered: