Spaces:
Sleeping
Sleeping
model changed from v4 to final (#10)
Browse files- model changed from v4 to final (a53b8aca28ef4a59d375e880fa3d0e09c68b8d5d)
Co-authored-by: Nishith Jain <KingNish@users.noreply.huggingface.co>
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 |
)
|