diffusers
diffusers copied to clipboard
[POC] allow custom height, width in StableDiffusionPipeline.
trafficstars
This PR shows how to generate images with custom height and width, for example can be used to generate recatngular images.
pipe(prompt, height=512, width=256, guidance_scale=7.5)["sample"]
The documentation is not available anymore as the PR was closed or merged.