Update pipelines/controlnetLoraSD15.py
Browse files
pipelines/controlnetLoraSD15.py
CHANGED
@@ -28,7 +28,7 @@ base_models = {
|
|
28 |
lcm_lora_id = "latent-consistency/lcm-lora-sdv1-5"
|
29 |
|
30 |
|
31 |
-
default_prompt = "
|
32 |
|
33 |
|
34 |
class Pipeline:
|
@@ -56,7 +56,7 @@ class Pipeline:
|
|
56 |
2159232, min=0, title="Seed", field="seed", hide=True, id="seed"
|
57 |
)
|
58 |
steps: int = Field(
|
59 |
-
|
60 |
)
|
61 |
width: int = Field(
|
62 |
512, min=2, max=15, title="Width", disabled=True, hide=True, id="width"
|
@@ -65,7 +65,7 @@ class Pipeline:
|
|
65 |
512, min=2, max=15, title="Height", disabled=True, hide=True, id="height"
|
66 |
)
|
67 |
guidance_scale: float = Field(
|
68 |
-
0.
|
69 |
min=0,
|
70 |
max=2,
|
71 |
step=0.001,
|
@@ -75,7 +75,7 @@ class Pipeline:
|
|
75 |
id="guidance_scale",
|
76 |
)
|
77 |
strength: float = Field(
|
78 |
-
0.
|
79 |
min=0.25,
|
80 |
max=1.0,
|
81 |
step=0.001,
|
@@ -85,7 +85,7 @@ class Pipeline:
|
|
85 |
id="strength",
|
86 |
)
|
87 |
controlnet_scale: float = Field(
|
88 |
-
|
89 |
min=0,
|
90 |
max=1.0,
|
91 |
step=0.001,
|
@@ -95,7 +95,7 @@ class Pipeline:
|
|
95 |
id="controlnet_scale",
|
96 |
)
|
97 |
controlnet_start: float = Field(
|
98 |
-
|
99 |
min=0,
|
100 |
max=1.0,
|
101 |
step=0.001,
|
@@ -105,7 +105,7 @@ class Pipeline:
|
|
105 |
id="controlnet_start",
|
106 |
)
|
107 |
controlnet_end: float = Field(
|
108 |
-
1.
|
109 |
min=0,
|
110 |
max=1.0,
|
111 |
step=0.001,
|
|
|
28 |
lcm_lora_id = "latent-consistency/lcm-lora-sdv1-5"
|
29 |
|
30 |
|
31 |
+
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"
|
32 |
|
33 |
|
34 |
class Pipeline:
|
|
|
56 |
2159232, min=0, title="Seed", field="seed", hide=True, id="seed"
|
57 |
)
|
58 |
steps: int = Field(
|
59 |
+
9, min=2, max=15, title="Steps", field="range", hide=True, id="steps"
|
60 |
)
|
61 |
width: int = Field(
|
62 |
512, min=2, max=15, title="Width", disabled=True, hide=True, id="width"
|
|
|
65 |
512, min=2, max=15, title="Height", disabled=True, hide=True, id="height"
|
66 |
)
|
67 |
guidance_scale: float = Field(
|
68 |
+
0.3,
|
69 |
min=0,
|
70 |
max=2,
|
71 |
step=0.001,
|
|
|
75 |
id="guidance_scale",
|
76 |
)
|
77 |
strength: float = Field(
|
78 |
+
0.6,
|
79 |
min=0.25,
|
80 |
max=1.0,
|
81 |
step=0.001,
|
|
|
85 |
id="strength",
|
86 |
)
|
87 |
controlnet_scale: float = Field(
|
88 |
+
1.2,
|
89 |
min=0,
|
90 |
max=1.0,
|
91 |
step=0.001,
|
|
|
95 |
id="controlnet_scale",
|
96 |
)
|
97 |
controlnet_start: float = Field(
|
98 |
+
1.0,
|
99 |
min=0,
|
100 |
max=1.0,
|
101 |
step=0.001,
|
|
|
105 |
id="controlnet_start",
|
106 |
)
|
107 |
controlnet_end: float = Field(
|
108 |
+
1.2,
|
109 |
min=0,
|
110 |
max=1.0,
|
111 |
step=0.001,
|