Update pipelines/controlnet.py
Browse files- 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 = "
|
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 |
-
|
49 |
)
|
50 |
height: int = Field(
|
51 |
-
|
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,
|