AsmaAILab commited on
Commit
64cf743
·
verified ·
1 Parent(s): 941ec96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "controlnt"
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.