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
Traceback (most recent call last):
File "/home/uxxxxxxxxx/PowerPaint/app.py", line 560, in
controller = PowerPaintController(weight_dtype, args.checkpoint_dir, args.local_files_only, args.version)
File "/home/uxxxxxxxxx/PowerPaint/app.py", line 141, in init
unet = UNet2DConditionModel.from_pretrained(
File "/home/uxxxxxxxxx/.local/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "/home/uxxxxxxxxx/.conda/envs/ppt/lib/python3.9/site-packages/diffusers/models/modeling_utils.py", line 567, in from_pretrained
config, unused_kwargs, commit_hash = cls.load_config(
File "/home/uxxxxxxxxx/.local/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "/home/uxxxxxxxxx/.conda/envs/ppt/lib/python3.9/site-packages/diffusers/configuration_utils.py", line 406, in load_config
raise EnvironmentError(
OSError: runwayml/stable-diffusion-v1-5 does not appear to have a file named config.json.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/uxxxxxxxxx/PowerPaint/app.py", line 560, in
controller = PowerPaintController(weight_dtype, args.checkpoint_dir, args.local_files_only, args.version)
File "/home/uxxxxxxxxx/PowerPaint/app.py", line 141, in init
unet = UNet2DConditionModel.from_pretrained(
File "/home/uxxxxxxxxx/.local/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "/home/uxxxxxxxxx/.conda/envs/ppt/lib/python3.9/site-packages/diffusers/models/modeling_utils.py", line 567, in from_pretrained
config, unused_kwargs, commit_hash = cls.load_config(
File "/home/uxxxxxxxxx/.local/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "/home/uxxxxxxxxx/.conda/envs/ppt/lib/python3.9/site-packages/diffusers/configuration_utils.py", line 406, in load_config
raise EnvironmentError(
OSError: runwayml/stable-diffusion-v1-5 does not appear to have a file named config.json.
The text was updated successfully, but these errors were encountered: