error every time

#8
by radarthefox - opened

it wont stop giving me error

Because it is running on CPU, it may fail. I’ll reboot the space but keep in mind that your init_img must not go beyond 512px

For example here are width and height combination that should work:

  • 512 * 512
  • 512 * n multiple of 8
  • n multiple of 8 * 512

As the method should convert your init_img to 512px height proportionnaly,
It may occurs that after the conversion, the width value is not a multiple of 8 and fail.

Sign up or log in to comment