Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|
|
|
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=
|
172 |
-
step=0.
|
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 |
|