Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
61542fc
1
Parent(s):
3f5a0c2
app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks(css=css) as demo:
|
|
132 |
# プロンプト入力用の行
|
133 |
with gr.Row():
|
134 |
prompt_analysis = PromptAnalysis(tagger_dir)
|
135 |
-
[prompt, nega] =
|
136 |
# 画像の詳細設定用のスライダー行
|
137 |
with gr.Row():
|
138 |
controlnet_conditioning_scale = gr.Slider(minimum=0.5, maximum=1.25, value=1.0, step=0.01, interactive=True, label="線画忠実度")
|
|
|
132 |
# プロンプト入力用の行
|
133 |
with gr.Row():
|
134 |
prompt_analysis = PromptAnalysis(tagger_dir)
|
135 |
+
[prompt, nega] = prompt_analysis.layout(input_image_path)
|
136 |
# 画像の詳細設定用のスライダー行
|
137 |
with gr.Row():
|
138 |
controlnet_conditioning_scale = gr.Slider(minimum=0.5, maximum=1.25, value=1.0, step=0.01, interactive=True, label="線画忠実度")
|