Skip to content

Commit

Permalink
Use a default width of 640, it's more visually pleasing I think.
Browse files Browse the repository at this point in the history
  • Loading branch information
fat-tire committed Aug 29, 2022
1 parent 7f6cc7d commit 312f3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuro-gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, *args, **kwargs):
self.plms = True
self.laion = False
self.height = 512
self.width = 512
self.width = 640
self.start_command = 'python scripts/txt2img.py --prompt'
self._setMainUi()

Expand Down

0 comments on commit 312f3c6

Please sign in to comment.