Error: Aspect ratio 1024x1024

#31
by doevent - opened

Aspect ratio 1024x1024 error: Cuda out of memory

Try to maximum limit the width and height image to 768x768px or 984x984 or 1008x1008

width = gr.Slider(label="Width", value=512, minimum=512, maximum=832, step=64)
height = gr.Slider(label="Height", value=512, minimum=512, maximum=832, step=64)

Sign up or log in to comment