sitcom_simulator.image.integrations.stability

Functions

generate_image(prompt[, width, height])

Generates an image for each prompt using stable diffusion, returning a list of file paths for those images

sitcom_simulator.image.integrations.stability.generate_image(prompt, width=1024, height=1024)

Generates an image for each prompt using stable diffusion, returning a list of file paths for those images

Parameters:
  • prompt (str) – The prompt to generate the image for

  • width (int) – The width of the image to generate

  • height (int) – The height of the image to generate