cjwbw/stable-diffusion-v2

sd-v2 with diffusers, test version!

Input
Configure the inputs for the AI model.

Random seed. Leave blank to randomize the seed

Width of output image. Maximum size is 1024x768 or 768x1024 because of memory limits

Height of output image. Maximum size is 1024x768 or 768x1024 because of memory limits

Input prompt

Choose a scheduler. Seems only DDIM and K_EULER and DPMSolverMultistep work for sd-v2 now.

Initial image to generate variations of. Will be resized to the specified width and height

1
3

Number of images to output. Currenly allowing 1-3, otherwise would OOM.

1
20

Scale for classifier-free guidance

The prompt NOT to guide the image generation. Ignored when not using guidance

Prompt strength when using init image. 1.0 corresponds to full destruction of information in init image

1
500

Number of denoising steps

Output
The generated output will appear here.

No output yet

Click "Generate" to create an output.

stable-diffusion-v2 - ikalos.ai