Spaces:
Runtime error
Runtime error
nroggendorff
commited on
Commit
β’
b7193fb
1
Parent(s):
d289671
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
from diffusers import StableDiffusionXLPipeline
|
6 |
|
7 |
pipeline = StableDiffusionXLPipeline.from_pretrained("nroggendorff/animexl")
|
8 |
-
pipeline.load_lora_weights("nroggendorff/zelda-lora")
|
9 |
|
10 |
pipeline.to("cuda")
|
11 |
|
|
|
5 |
from diffusers import StableDiffusionXLPipeline
|
6 |
|
7 |
pipeline = StableDiffusionXLPipeline.from_pretrained("nroggendorff/animexl")
|
8 |
+
pipeline.load_lora_weights("nroggendorff/zelda-style-lora")
|
9 |
|
10 |
pipeline.to("cuda")
|
11 |
|