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
Loading from_pretrained from subfolder with a path to directory raises ValueError: is not a folder containing a .index.json file or a pytorch_model.bin or a model.safetensors file #8898
that works. If this is the only way to load component weights from directory path, that means all examples can't be run from local path and variable args.pretrained_model_name_or_path should be named args.pretrained_model_name only.
Logs
No response
System Info
Python==3.10.14
Conda env without accelerate
torch==2.3.1
Diffusers installed from source at commit a785992