79597306

Date: 2025-04-28 21:26:39
Score: 1
Natty:
Report link

You could add

pipe.enable_attention_slicing()

before sending it to cuda, however this will reduce the speed of the image generation.

Resolution can be changed by adding height and width arguments to the image definition.

image = pipe(prompt, height=512, width=512).images[0]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Prometheus