Spaces:
Runtime error
Runtime error
Commit
·
fe198cf
1
Parent(s):
807dfed
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ from src.pipeline_stable_diffusion_controlnet_inpaint import *
|
|
| 26 |
from diffusers.utils import load_image
|
| 27 |
from controlnet_aux import HEDdetector
|
| 28 |
|
| 29 |
-
hed = HEDdetector.from_pretrained('lllyasviel/
|
| 30 |
|
| 31 |
controlnet = ControlNetModel.from_pretrained(
|
| 32 |
"fusing/stable-diffusion-v1-5-controlnet-scribble", torch_dtype=torch.float16
|
|
|
|
| 26 |
from diffusers.utils import load_image
|
| 27 |
from controlnet_aux import HEDdetector
|
| 28 |
|
| 29 |
+
hed = HEDdetector.from_pretrained('lllyasviel/Annotators')
|
| 30 |
|
| 31 |
controlnet = ControlNetModel.from_pretrained(
|
| 32 |
"fusing/stable-diffusion-v1-5-controlnet-scribble", torch_dtype=torch.float16
|