Update app.py
Browse files
app.py
CHANGED
|
@@ -15,9 +15,7 @@ theme = gr.themes.Base(
|
|
| 15 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
| 16 |
"corcelio/mobius",
|
| 17 |
custom_pipeline="multimodalart/sdxl_perturbed_attention_guidance",
|
| 18 |
-
torch_dtype=torch.float16
|
| 19 |
-
use_safetensors=True,
|
| 20 |
-
force_download=True
|
| 21 |
)
|
| 22 |
|
| 23 |
device="cuda"
|
|
|
|
| 15 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
| 16 |
"corcelio/mobius",
|
| 17 |
custom_pipeline="multimodalart/sdxl_perturbed_attention_guidance",
|
| 18 |
+
torch_dtype=torch.float16
|
|
|
|
|
|
|
| 19 |
)
|
| 20 |
|
| 21 |
device="cuda"
|