Spaces:
Runtime error
Runtime error
nroggendorff
commited on
Commit
β’
d289671
1
Parent(s):
43352bf
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import spaces
|
|
4 |
import torch
|
5 |
from diffusers import StableDiffusionXLPipeline
|
6 |
|
7 |
-
pipeline = StableDiffusionXLPipeline.from_pretrained("
|
8 |
pipeline.load_lora_weights("nroggendorff/zelda-lora")
|
9 |
|
10 |
pipeline.to("cuda")
|
|
|
4 |
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")
|