Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -944,14 +944,16 @@ def launch_gradio_app():
|
|
944 |
label="CFG Scale"
|
945 |
)
|
946 |
strength_slider = gr.Slider(
|
947 |
-
minimum=0.
|
948 |
label="SDEdit Strength"
|
949 |
)
|
950 |
style_button = gr.Button("🎨 Apply Style", interactive=False, elem_id="style_generate", variant='primary')
|
951 |
gr.Markdown(
|
952 |
-
"
|
953 |
-
|
954 |
-
|
|
|
|
|
955 |
)
|
956 |
|
957 |
|
|
|
944 |
label="CFG Scale"
|
945 |
)
|
946 |
strength_slider = gr.Slider(
|
947 |
+
minimum=0.45, maximum=0.75, value=0.6, step=0.05,
|
948 |
label="SDEdit Strength"
|
949 |
)
|
950 |
style_button = gr.Button("🎨 Apply Style", interactive=False, elem_id="style_generate", variant='primary')
|
951 |
gr.Markdown(
|
952 |
+
"""
|
953 |
+
⚠️ **Please click 'Process Image' first.** Then use **Apply Style** to stylize the image.
|
954 |
+
`SDEdit Strength`: Higher values make the result closer to the target style; lower values preserve more of the original face.
|
955 |
+
Try to keep facial features recognizable — avoid excessive distortion.
|
956 |
+
"""
|
957 |
)
|
958 |
|
959 |
|