Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ from transformers import Mask2FormerForUniversalSegmentation, Mask2FormerImagePr
|
|
25 |
stable_diffusion_base = "runwayml/stable-diffusion-v1-5"
|
26 |
|
27 |
# Path to your fine-tuned ControlNet Depth model
|
28 |
-
finetune_controlnet_depth_path = "
|
29 |
|
30 |
# Pre-trained ControlNet models for Canny and Segmentation
|
31 |
# These are standard models from the lllyasviel collection, optimized for these tasks.
|
|
|
25 |
stable_diffusion_base = "runwayml/stable-diffusion-v1-5"
|
26 |
|
27 |
# Path to your fine-tuned ControlNet Depth model
|
28 |
+
finetune_controlnet_depth_path = "controlnet"
|
29 |
|
30 |
# Pre-trained ControlNet models for Canny and Segmentation
|
31 |
# These are standard models from the lllyasviel collection, optimized for these tasks.
|