Lora-for-Diffusers icon indicating copy to clipboard operation
Lora-for-Diffusers copied to clipboard

Error

Open kroryan opened this issue 2 years ago • 0 comments

So im running this:

python3 /root/diffusers/scripts/convert_original_stable_diffusion_to_diffusers.py --checkpoint_path /sdcard/Insertion.safetensors --dump_path /root/Insert --from_safetensors

And getting this:

Traceback (most recent call last): File "/root/diffusers/./scripts/convert_original_stable_diffusion_to_diffusers.py", line 154, in pipe = download_from_original_stable_diffusion_ckpt( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: download_from_original_stable_diffusion_ckpt() got an unexpected keyword argument 'checkpoint_path_or_dict'

Any idea why?

i just one to be able to load a lora while using SD on termux Proot

kroryan avatar Sep 08 '23 21:09 kroryan