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

Update pipelines/controlnetLoraSDXL.py

Browse files
Files changed (1) hide show
  1. pipelines/controlnetLoraSDXL.py +4 -4
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 = "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"
35
- default_negative_prompt = "blurry, low quality, render, 3D, oversaturated"
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
- 4, 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,7 +99,7 @@ class Pipeline:
99
  id="controlnet_scale",
100
  )
101
  controlnet_start: float = Field(
102
- 0.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,