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
but it cause error even though it may be same model.
File "/home/xxxx/diffusers/src/diffusers/configuration_utils.py", line 441, in load_config
raise EnvironmentError(f"It looks like the config file at '{config_file}' is not a valid JSON file.")
OSError: It looks like the config file at './models/sd_xl_refiner_1.0.safetensors' is not a valid JSON file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
this is basic code
but want to get model from local file.
so I changed
but it cause error even though it may be same model.
Beta Was this translation helpful? Give feedback.
All reactions