Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import gradio as gr
|
|
9 |
controlnet_conditioning_scale = 0.5 # recommended for good generalization
|
10 |
|
11 |
controlnet = ControlNetModel.from_pretrained(
|
12 |
-
"briaai/ControlNet-Canny",
|
13 |
torch_dtype=torch.float16
|
14 |
)
|
15 |
|
|
|
9 |
controlnet_conditioning_scale = 0.5 # recommended for good generalization
|
10 |
|
11 |
controlnet = ControlNetModel.from_pretrained(
|
12 |
+
"diffusers/controlnet-canny-sdxl-1.0", # "briaai/ControlNet-Canny",
|
13 |
torch_dtype=torch.float16
|
14 |
)
|
15 |
|