Update pipelines/controlnetLoraSDXL.py
Browse files
pipelines/controlnetLoraSDXL.py
CHANGED
@@ -31,8 +31,8 @@ base_models = {
|
|
31 |
# lcm_lora_id = "latent-consistency/lcm-lora-sdv1-5"
|
32 |
|
33 |
|
34 |
-
default_prompt = "
|
35 |
-
default_negative_prompt = "blurry, low quality,
|
36 |
|
37 |
|
38 |
class Pipeline:
|
@@ -60,7 +60,7 @@ class Pipeline:
|
|
60 |
2159232, min=0, title="Seed", field="seed", hide=True, id="seed"
|
61 |
)
|
62 |
steps: int = Field(
|
63 |
-
|
64 |
)
|
65 |
width: int = Field(
|
66 |
768, min=2, max=15, title="Width", disabled=True, hide=True, id="width"
|
@@ -99,7 +99,7 @@ class Pipeline:
|
|
99 |
id="controlnet_scale",
|
100 |
)
|
101 |
controlnet_start: float = Field(
|
102 |
-
0.
|
103 |
min=0,
|
104 |
max=1.0,
|
105 |
step=0.001,
|
|
|
31 |
# lcm_lora_id = "latent-consistency/lcm-lora-sdv1-5"
|
32 |
|
33 |
|
34 |
+
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"
|
35 |
+
default_negative_prompt = "blurry, low quality, oversaturated"
|
36 |
|
37 |
|
38 |
class Pipeline:
|
|
|
60 |
2159232, min=0, title="Seed", field="seed", hide=True, id="seed"
|
61 |
)
|
62 |
steps: int = Field(
|
63 |
+
9, min=2, max=15, title="Steps", field="range", hide=True, id="steps"
|
64 |
)
|
65 |
width: int = Field(
|
66 |
768, min=2, max=15, title="Width", disabled=True, hide=True, id="width"
|
|
|
99 |
id="controlnet_scale",
|
100 |
)
|
101 |
controlnet_start: float = Field(
|
102 |
+
0.3,
|
103 |
min=0,
|
104 |
max=1.0,
|
105 |
step=0.001,
|