Replies: 1 comment
-
|
Duplicate of #42 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I choose local folder with single .ckpt NAI model, but when I start training, I getting this error:


Traceback (most recent call last):
File "/train_dreambooth.py", line 695, in
main()
File "/train_dreambooth.py", line 376, in main
args.pretrained_model_name_or_path, torch_dtype=torch_dtype, use_auth_token=True
File "/opt/conda/lib/python3.7/site-packages/diffusers/pipeline_utils.py", line 402, in from_pretrained
config_dict = cls.get_config_dict(cached_folder)
File "/opt/conda/lib/python3.7/site-packages/diffusers/configuration_utils.py", line 218, 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 model_index.json found in directory /input_model.
Beta Was this translation helpful? Give feedback.
All reactions