Open zzddwyff opened 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.
Yes, you can use lora through
but the results may not be so good because there is already a lora in StoryMaker model.