p1atdev commited on
Commit
e63593c
·
verified ·
1 Parent(s): 9ae73d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -134,7 +134,8 @@ def on_generate(
134
 
135
  examples = [
136
  # "1girl, arima kana, oshi no ko, hoshimachi suisei, hoshimachi suisei \(1st costume\), cosplay, looking at viewer, smile, outdoors, night, v, masterpiece, high score, great score, absurdres",
137
- "1girl, solo, school uniform, cat ears, full body, looking at viewer, straight-on, chibi, masterpiece, best quality",
 
138
  ]
139
 
140
 
@@ -168,8 +169,8 @@ TKG-DM🥚🍚: Training-free Chroma Key Content Generation Diffusion Model
168
  chroma_key_shift = gr.Slider(
169
  label="Latent mean shift for chroma key",
170
  minimum=0.0,
171
- maximum=1.0,
172
- step=0.05,
173
  value=0.11,
174
  )
175
 
 
134
 
135
  examples = [
136
  # "1girl, arima kana, oshi no ko, hoshimachi suisei, hoshimachi suisei \(1st costume\), cosplay, looking at viewer, smile, outdoors, night, v, masterpiece, high score, great score, absurdres",
137
+ "1girl, solo, school uniform, cat ears, full body, looking at viewer, straight-on, chibi, simple background, best quality",
138
+ "1girl, solo, hand up, waving, long hair, sideways glance, upper body, cropped torso, simple background, best quality",
139
  ]
140
 
141
 
 
169
  chroma_key_shift = gr.Slider(
170
  label="Latent mean shift for chroma key",
171
  minimum=0.0,
172
+ maximum=0.2,
173
+ step=0.005,
174
  value=0.11,
175
  )
176