Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
65e51cd
1
Parent(s):
be7cf46
app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ with gr.Blocks(css=css) as demo:
|
|
134 |
[prompt, nega] = PromptAnalysis.layout(input_image)
|
135 |
# 画像の詳細設定用のスライダー行
|
136 |
with gr.Row():
|
137 |
-
controlnet_conditioning_scale = gr.Slider(minimum=0.5, maximum=1.25, value=1.0, step=0.01, interactive=True, label="
|
138 |
|
139 |
# 画像生成ボタンの行
|
140 |
with gr.Row():
|
|
|
134 |
[prompt, nega] = PromptAnalysis.layout(input_image)
|
135 |
# 画像の詳細設定用のスライダー行
|
136 |
with gr.Row():
|
137 |
+
controlnet_conditioning_scale = gr.Slider(minimum=0.5, maximum=1.25, value=1.0, step=0.01, interactive=True, label="線画忠実度")
|
138 |
|
139 |
# 画像生成ボタンの行
|
140 |
with gr.Row():
|