vloikas commited on
Commit
b72b5f5
1 Parent(s): 2867776

Update pipelines/controlnet.py

Browse files
Files changed (1) hide show
  1. pipelines/controlnet.py +1 -1
pipelines/controlnet.py CHANGED
@@ -22,7 +22,7 @@ base_model = "SimianLuo/LCM_Dreamshaper_v7"
22
  taesd_model = "madebyollin/taesd"
23
  controlnet_model = "lllyasviel/control_v11p_sd15_canny"
24
 
25
- default_prompt = "network of underground roots and fungi, wet plate collodion print, fuzzy, box camera, film, fungi, chaos, various mycelium, connections, chaotic patterns , non-symmetrical"
26
  page_content = """
27
  <h1 class="text-3xl font-bold">Real-Time Latent Consistency Model</h1>
28
  <h3 class="text-xl font-bold">LCM + Controlnet Canny</h3>
 
22
  taesd_model = "madebyollin/taesd"
23
  controlnet_model = "lllyasviel/control_v11p_sd15_canny"
24
 
25
+ default_prompt = "network of underground roots, mycelium, illustration , box camera, film, fungi, chaos, various mycelium, connection,patterns , non-symmetrical, 8k"
26
  page_content = """
27
  <h1 class="text-3xl font-bold">Real-Time Latent Consistency Model</h1>
28
  <h3 class="text-xl font-bold">LCM + Controlnet Canny</h3>