Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ ENABLE_CPU_OFFLOAD = 0
|
|
39 |
|
40 |
if torch.cuda.is_available():
|
41 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
42 |
-
"fluently/Fluently-XL-
|
43 |
torch_dtype=torch.float16,
|
44 |
use_safetensors=True,
|
45 |
)
|
|
|
39 |
|
40 |
if torch.cuda.is_available():
|
41 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
42 |
+
"fluently/Fluently-XL-Final",
|
43 |
torch_dtype=torch.float16,
|
44 |
use_safetensors=True,
|
45 |
)
|