ameerazam08 commited on
Commit
02529b4
·
verified ·
1 Parent(s): 99f0041

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="LORA Model", info="Which finetuned model to use?")
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")