diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

[POC] allow custom height, width in StableDiffusionPipeline.

Open patil-suraj opened this issue 3 years ago • 1 comments
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"]

patil-suraj avatar Aug 14 '22 13:08 patil-suraj

The documentation is not available anymore as the PR was closed or merged.