Meaowangxi commited on
Commit
ec57fc7
·
verified ·
1 Parent(s): 71666da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -16,12 +16,12 @@ DESCRIPTION = """# [FilterPrompt](https://arxiv.org/abs/2404.13263): Guiding Img
16
  ##################################################################################################################
17
  # 0. Get Pre-Models' Path Ready
18
  ##################################################################################################################
19
- vae_model_path = "https://huggingface.co/stabilityai/sd-vae-ft-mse/tree/main"
20
- base_model_path = "https://huggingface.co/runwayml/stable-diffusion-v1-5/tree/main"
21
- image_encoder_path = "https://huggingface.co/h94/IP-Adapter/tree/main/models/image_encoder"
22
- ip_ckpt = "https://huggingface.co/h94/IP-Adapter/tree/main/models/ip-adapter_sd15.bin"
23
- controlnet_softEdge_model_path = "https://huggingface.co/lllyasviel/control_v11p_sd15_softedge/tree/main"
24
- controlnet_depth_model_path = "https://huggingface.co/lllyasviel/control_v11f1p_sd15_depth/tree/main"
25
  # device = "cuda:0"
26
  ##################################################################################################################
27
  # 1. load pipeline
 
16
  ##################################################################################################################
17
  # 0. Get Pre-Models' Path Ready
18
  ##################################################################################################################
19
+ vae_model_path = "stabilityai/sd-vae-ft-mse"
20
+ base_model_path = "runwayml/stable-diffusion-v1-5"
21
+ image_encoder_path = "models/image_encoder"
22
+ ip_ckpt = "models/ip-adapter_sd15.bin"
23
+ controlnet_softEdge_model_path = "lllyasviel/control_v11p_sd15_softedge"
24
+ controlnet_depth_model_path = "lllyasviel/control_v11f1p_sd15_depth"
25
  # device = "cuda:0"
26
  ##################################################################################################################
27
  # 1. load pipeline