Spaces:
Runtime error
Runtime error
fix path
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ conditioning_image_transforms = T.Compose(
|
|
18 |
]
|
19 |
)
|
20 |
|
21 |
-
cnet = ControlNetModel.from_pretrained("./models/catcon-
|
22 |
pipe = ControlNetModel.from_pretrained(
|
23 |
"./models/wd-1-5-b2",
|
24 |
controlnet=cnet,
|
|
|
18 |
]
|
19 |
)
|
20 |
|
21 |
+
cnet = ControlNetModel.from_pretrained("./models/catcon-controlnet-wd", torch_dtype=torch.float16, from_flax=True)
|
22 |
pipe = ControlNetModel.from_pretrained(
|
23 |
"./models/wd-1-5-b2",
|
24 |
controlnet=cnet,
|