Skip to content

Commit

Permalink
Update dream.py
Browse files Browse the repository at this point in the history
  • Loading branch information
soten355 authored Mar 15, 2023
1 parent b8bc569 commit ac31c16
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dream.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,15 +953,17 @@ def createMetadata(self):
minimum = 128,
maximum = 1152,
value = 512,
step = 128
step = 128,
label = "Height"
)

# Width
width = gr.Slider(
minimum = 128,
maximum = 1152,
value = 512,
step = 128
step = 128,
label = "Width"
)

# Batch Size
Expand Down Expand Up @@ -1600,4 +1602,4 @@ def createMetadata(self):
inbrowser = CLIOverride.inBrowser,
show_error = True,
share = CLIOverride.share
)
)

0 comments on commit ac31c16

Please sign in to comment.