rupeshs / fastsdcpu

Fast stable diffusion on CPU
MIT License
1.01k stars 87 forks source link

LCM-LORA CRASH #200

Closed KintCark closed 3 days ago

KintCark commented 2 weeks ago

I'm using this on Termux Android I got 12gb of ram but lcm-lora sdxl 1.0 crashes termux when in the beginning of processing. I even tried small encoder and it still crashed I have more than enough ram. Lcm mode works fine tho but I'm trying to use midjourney mimic lora but I'm confused on how to make it work I think I need sdxl 1.0 not sdxl lcm it should work for any model.

KintCark commented 1 week ago

Can you please add cfg scale?

Some loras need more than 2.0 cfg

KintCark commented 1 week ago

OK I finally figured out how to install safetensors, but I'm getting this error

latent-consistency/lcm-lora-sdv1-5 does not appear to have a file named pytorch_lora_weights.safetensors

KintCark commented 1 week ago

Looks like the other lora did the same thing

OSError: rupeshs/hypersd-sd1-5-1-step-lora does not appear to have a file named pytorch_lora_weights.safetensors.

KintCark commented 1 week ago

BTW if anyone wanna know how to add correct path to termux its: /root/fastsdcpu/YOUR FILE NAME/toonBabes_v10.safetensors

Add that to the stablediffusion.txt in configs folder

rupeshs commented 3 days ago

CFG scale upate here https://github.com/rupeshs/fastsdcpu/releases/tag/v1.0.0-beta.33