Spaces:
Running
on
Zero
Running
on
Zero
nroggendorff
commited on
Commit
•
faed98b
1
Parent(s):
8d55fdc
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(
|
8 |
-
"stablediffusionapi/epicrealism-xl"
|
9 |
).to("cuda")
|
10 |
|
11 |
@spaces.GPU
|
|
|
5 |
from diffusers import StableDiffusionXLPipeline
|
6 |
|
7 |
pipeline = StableDiffusionXLPipeline.from_pretrained(
|
8 |
+
"stablediffusionapi/epicrealism-xl"#, use_safetensors=True#, variant="fp16"#, torch_dtype=torch.float16
|
9 |
).to("cuda")
|
10 |
|
11 |
@spaces.GPU
|