Skip to content

Commit

Permalink
Update txt2img_ui.py, upscaler_ui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet committed Dec 2, 2023
1 parent 15edeab commit 7bdc1dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/stable_diffusion/web/ui/txt2img_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ def resource_path(relative_path):

with gr.Blocks(title="Text-to-Image", css=dark_theme) as txt2img_web:
with gr.Row(elem_id="ui_title"):
breakpoint()
nod_logo = Image.open(nodlogo_loc)
with gr.Row():
with gr.Column(scale=1, elem_id="demo_title_outer"):
Expand Down
2 changes: 1 addition & 1 deletion apps/stable_diffusion/web/ui/upscaler_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def upscaler_inf(
elem_id="negative_prompt_box",
)

upscaler_init_image = gr.ImageEditor(
upscaler_init_image = gr.Image(
label="Input Image",
type="pil",
height=300,
Expand Down

0 comments on commit 7bdc1dd

Please sign in to comment.