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