vloikas commited on
Commit
d811c6d
·
1 Parent(s): eb669bc

Update pipelines/controlnetLoraSD15.py

Browse files
Files changed (1) hide show
  1. pipelines/controlnetLoraSD15.py +7 -7
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 = "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"
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
- 4, 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,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.2,
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.5,
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
- 0.8,
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
- 0.0,
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.0,
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,