Skip to content

Commit

Permalink
Update txt2img_ui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Dec 2, 2023
1 parent 15edeab commit 2372aa1
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 2372aa1

Please sign in to comment.