Commit
·
23c96ee
1
Parent(s):
8e2a773
Update README.md
Browse files
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
|
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")
|