Commit
·
ae5cd68
1
Parent(s):
93ed241
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,8 @@ pipe = StableDiffusionXLPipeline.from_single_file(
|
|
| 19 |
variant = "fp16",
|
| 20 |
vae = vae,
|
| 21 |
use_safetensors = True,
|
| 22 |
-
scheduler_type = "ddim"
|
|
|
|
| 23 |
)
|
| 24 |
pipe = pipe.to("cuda")
|
| 25 |
|
|
|
|
| 19 |
variant = "fp16",
|
| 20 |
vae = vae,
|
| 21 |
use_safetensors = True,
|
| 22 |
+
scheduler_type = "ddim",
|
| 23 |
+
use_auth_token="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"
|
| 24 |
)
|
| 25 |
pipe = pipe.to("cuda")
|
| 26 |
|