Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ pipe = StableDiffusionXLControlNetPipeline.from_pretrained(
|
|
43 |
torch_dtype=torch.float16,
|
44 |
variant="fp16",
|
45 |
add_watermark=False,
|
46 |
-
)to(device)
|
47 |
pipe.set_progress_bar_config(disable=True)
|
48 |
pipe.scheduler = EulerDiscreteScheduler.from_config(
|
49 |
pipe.scheduler.config, timestep_spacing="trailing", prediction_type="epsilon"
|
|
|
43 |
torch_dtype=torch.float16,
|
44 |
variant="fp16",
|
45 |
add_watermark=False,
|
46 |
+
).to(device)
|
47 |
pipe.set_progress_bar_config(disable=True)
|
48 |
pipe.scheduler = EulerDiscreteScheduler.from_config(
|
49 |
pipe.scheduler.config, timestep_spacing="trailing", prediction_type="epsilon"
|