sitcom_simulator.image.integrations.stability¶
Functions
|
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 forwidth (
int
) – The width of the image to generateheight (
int
) – The height of the image to generate