Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
77dcd9a
1
Parent(s):
096c8e0
model changed from v4 to final (#10)
Browse files- model changed from v4 to final (a53b8aca28ef4a59d375e880fa3d0e09c68b8d5d)
Co-authored-by: Nishith Jain <[email protected]>
app.py
CHANGED
@@ -38,7 +38,7 @@ ENABLE_CPU_OFFLOAD = 0
|
|
38 |
|
39 |
if torch.cuda.is_available():
|
40 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
41 |
-
"fluently/Fluently-XL-
|
42 |
torch_dtype=torch.float16,
|
43 |
use_safetensors=True,
|
44 |
)
|
|
|
38 |
|
39 |
if torch.cuda.is_available():
|
40 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
41 |
+
"fluently/Fluently-XL-Final",
|
42 |
torch_dtype=torch.float16,
|
43 |
use_safetensors=True,
|
44 |
)
|