RedAIGC / StoryMaker

StoryMaker: Towards consistent characters in text-to-image generation
576 stars 50 forks source link

can we use sdxl lora? #25

Open zzddwyff opened 1 month ago

RedAIGC commented 1 month ago

Yes, you can use lora through

pipe.load_lora_weights(ckpt_path, adapter_name=model_name)
pipe.set_adapters([model_name], adapter_weights=[lora_w]) 

but the results may not be so good because there is already a lora in StoryMaker model.