vloikas commited on
Commit
480b497
·
1 Parent(s): 7355f42

Update pipelines/controlnet.py

Browse files
Files changed (1) hide show
  1. pipelines/controlnet.py +3 -3
pipelines/controlnet.py CHANGED
@@ -21,7 +21,7 @@ base_model = "SimianLuo/LCM_Dreamshaper_v7"
21
  taesd_model = "madebyollin/taesd"
22
  controlnet_model = "lllyasviel/control_v11p_sd15_canny"
23
 
24
- default_prompt = "Portrait of The Terminator with , glare pose, detailed, intricate, full of colour, cinematic lighting, trending on artstation, 8k, hyperrealistic, focused, extreme details, unreal engine 5 cinematic, masterpiece"
25
 
26
 
27
  class Pipeline:
@@ -45,10 +45,10 @@ class Pipeline:
45
  4, min=2, max=15, title="Steps", field="range", hide=True, id="steps"
46
  )
47
  width: int = Field(
48
- 512, min=2, max=15, title="Width", disabled=True, hide=True, id="width"
49
  )
50
  height: int = Field(
51
- 512, min=2, max=15, title="Height", disabled=True, hide=True, id="height"
52
  )
53
  guidance_scale: float = Field(
54
  0.2,
 
21
  taesd_model = "madebyollin/taesd"
22
  controlnet_model = "lllyasviel/control_v11p_sd15_canny"
23
 
24
+ default_prompt = "network of underground roots and fungi, wet plate collodion print, fuzzy, box camera, film, fungi, , chaos, various mycelium. focus on the underground and aboveground connections,chaotic patterns , non-symmetrical"
25
 
26
 
27
  class Pipeline:
 
45
  4, min=2, max=15, title="Steps", field="range", hide=True, id="steps"
46
  )
47
  width: int = Field(
48
+ 768, min=2, max=15, title="Width", disabled=True, hide=True, id="width"
49
  )
50
  height: int = Field(
51
+ 768, min=2, max=15, title="Height", disabled=True, hide=True, id="height"
52
  )
53
  guidance_scale: float = Field(
54
  0.2,