Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -342,10 +342,10 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as Kolors:
|
|
342 |
# Add examples
|
343 |
gr.Examples(
|
344 |
examples=[
|
345 |
-
["A
|
346 |
-
["
|
347 |
],
|
348 |
-
inputs=[prompt, text_for_image, text_position, font_size],
|
349 |
label="Examples"
|
350 |
)
|
351 |
|
|
|
342 |
# Add examples
|
343 |
gr.Examples(
|
344 |
examples=[
|
345 |
+
["A futuristic cityscape with flying cars and neon lights", "FUTURE CITY", "middle-center", 100, "low quality, ugly, deformed", 42, True, 7.0, 40, 0.8, 1.0, 0.9],
|
346 |
+
["진주 귀고리를 한 소녀, 검은색 배경, 초고해상도, 생생한 색상, 최고의 품질, 8k, HD, 4K", "大韓민국", "bottom-right", 72, "blurry, dark", 123, False, 5.0, 30, 0.6, 0.8, 1.0]
|
347 |
],
|
348 |
+
inputs=[prompt, text_for_image, text_position, font_size, negative_prompt, seed, randomize_seed, guidance_scale, num_inference_steps, controlnet_conditioning_scale, control_guidance_end, strength],
|
349 |
label="Examples"
|
350 |
)
|
351 |
|