Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ pipe = StableDiffusionXLFillPipeline.from_pretrained(
|
|
43 |
variant="fp16",
|
44 |
).to("cuda")
|
45 |
|
46 |
-
pipe.scheduler = TCDScheduler.from_config(pipe.scheduler.config
|
47 |
|
48 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
49 |
|
|
|
43 |
variant="fp16",
|
44 |
).to("cuda")
|
45 |
|
46 |
+
pipe.scheduler = TCDScheduler.from_config(pipe.scheduler.config)
|
47 |
|
48 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
49 |
|