Spaces:
Running
on
Zero
Running
on
Zero
H/W only go to 3000
#2
by
BrknSoul
- opened
This purports to be a fast 4k image generator, but the height and width sliders only go to 3000.
Adjustment in app.py;MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "3000"))
--> MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4000"))
This purports to be a fast 4k image generator, but the height and width sliders only go to 3000.
Oh, Thanks
I changed it.
KingNish
changed discussion status to
closed