Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with block:
|
|
76 |
with gr.Row():
|
77 |
with gr.Column():
|
78 |
image_pil = gr.Image(label="Style Image", type='pil')
|
79 |
-
target = gr.Dropdown(["Load original IP-Adapter","Load only style blocks","Load style+layout block"], label="
|
80 |
prompt = gr.Textbox(label="Prompt",value="a cat, masterpiece, best quality, high quality")
|
81 |
n_prompt = gr.Textbox(label="Neg Prompt",value="text, watermark, lowres, low quality, worst quality, deformed, glitch, low contrast, noisy, saturation, blurry")
|
82 |
scale = gr.Slider(minimum=0,maximum=2.0, step=0.01,value=1.0, label="scale")
|
|
|
76 |
with gr.Row():
|
77 |
with gr.Column():
|
78 |
image_pil = gr.Image(label="Style Image", type='pil')
|
79 |
+
target = gr.Dropdown(["Load original IP-Adapter","Load only style blocks","Load style+layout block"], label="Load Style", info="IP-Adapter Layers")
|
80 |
prompt = gr.Textbox(label="Prompt",value="a cat, masterpiece, best quality, high quality")
|
81 |
n_prompt = gr.Textbox(label="Neg Prompt",value="text, watermark, lowres, low quality, worst quality, deformed, glitch, low contrast, noisy, saturation, blurry")
|
82 |
scale = gr.Slider(minimum=0,maximum=2.0, step=0.01,value=1.0, label="scale")
|