Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from annotator.util import resize_image, HWC3
|
|
| 7 |
from diffusers import StableDiffusionControlNetPipeline, ControlNetModel
|
| 8 |
|
| 9 |
# Load the controlnet model
|
| 10 |
-
controlnet = ControlNetModel.from_pretrained("
|
| 11 |
|
| 12 |
# Load the pipeline
|
| 13 |
pipe = StableDiffusionControlNetPipeline.from_pretrained(
|
|
|
|
| 7 |
from diffusers import StableDiffusionControlNetPipeline, ControlNetModel
|
| 8 |
|
| 9 |
# Load the controlnet model
|
| 10 |
+
controlnet = ControlNetModel.from_pretrained("CompVis/controlnet")
|
| 11 |
|
| 12 |
# Load the pipeline
|
| 13 |
pipe = StableDiffusionControlNetPipeline.from_pretrained(
|