multimodalart HF staff commited on
Commit
23c96ee
1 Parent(s): 8e2a773

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config)
15
  pipe.load_lora_weights("latent-consistency/lcm-lora-sdxl")
16
  pipe.fuse_lora()
17
 
18
- # NOTE, you can also load more LoRA
19
  pipe.load_lora_weights("TheLastBen/Papercut_SDXL")
20
 
21
  pipe.to(device="cuda")
 
15
  pipe.load_lora_weights("latent-consistency/lcm-lora-sdxl")
16
  pipe.fuse_lora()
17
 
18
+ # NOTE, you can also optionally load other LoRAs into the model
19
  pipe.load_lora_weights("TheLastBen/Papercut_SDXL")
20
 
21
  pipe.to(device="cuda")