Spaces:
Runtime error
Runtime error
Update processing/setup.py
Browse files- processing/setup.py +2 -2
processing/setup.py
CHANGED
|
@@ -8,8 +8,8 @@ from ip_adapter.utils import register_cross_attention_hook
|
|
| 8 |
|
| 9 |
|
| 10 |
def setup(base_model_path="stabilityai/stable-diffusion-xl-base-1.0",
|
| 11 |
-
image_encoder_path="
|
| 12 |
-
ip_ckpt="sdxl_models/ip-
|
| 13 |
controlnet_path="diffusers/controlnet-depth-sdxl-1.0",
|
| 14 |
device="cuda",
|
| 15 |
model_depth_path="DPT/weights/dpt_hybrid-midas-501f0c75.pt",
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
def setup(base_model_path="stabilityai/stable-diffusion-xl-base-1.0",
|
| 11 |
+
image_encoder_path="sdxl_models/image_encoder",
|
| 12 |
+
ip_ckpt="sdxl_models/ip-adapter_sdxl.bin",
|
| 13 |
controlnet_path="diffusers/controlnet-depth-sdxl-1.0",
|
| 14 |
device="cuda",
|
| 15 |
model_depth_path="DPT/weights/dpt_hybrid-midas-501f0c75.pt",
|