cjwbw/stable-diffusion-v2 🔢❓📝🖼️ → 🖼️

▶️ 280.7K runs 📅 Nov 2022 ⚙️ Cog 0.5.0
image-to-image text-to-image

About

sd-v2 with diffusers, test version!

Example Output

Prompt:

"a photo of an astronaut riding a horse on mars"

Output

Example output

Performance Metrics

7.33s Prediction Time
7.37s Total Time
All Input Parameters
{
  "width": 768,
  "height": 768,
  "prompt": "a photo of an astronaut riding a horse on mars",
  "scheduler": "K_EULER",
  "num_outputs": 1,
  "guidance_scale": 7.5,
  "prompt_strength": 0.8,
  "num_inference_steps": 50
}
Input Parameters
seed Type: integer
Random seed. Leave blank to randomize the seed
width Default: 768
Width of output image. Maximum size is 1024x768 or 768x1024 because of memory limits
height Default: 768
Height of output image. Maximum size is 1024x768 or 768x1024 because of memory limits
prompt Type: stringDefault: a photo of an astronaut riding a horse on mars
Input prompt
scheduler Default: K_EULER
Choose a scheduler. Seems only DDIM and K_EULER and DPMSolverMultistep work for sd-v2 now.
init_image Type: string
Initial image to generate variations of. Will be resized to the specified width and height
num_outputs Type: integerDefault: 1Range: 1 - 3
Number of images to output. Currenly allowing 1-3, otherwise would OOM.
guidance_scale Type: numberDefault: 7.5Range: 1 - 20
Scale for classifier-free guidance
negative_prompt Type: string
The prompt NOT to guide the image generation. Ignored when not using guidance
prompt_strength Type: numberDefault: 0.8
Prompt strength when using init image. 1.0 corresponds to full destruction of information in init image
num_inference_steps Type: integerDefault: 50Range: 1 - 500
Number of denoising steps
Output Schema

Output

Type: arrayItems Type: stringItems Format: uri

Example Execution Logs
Using seed: 32989
  0%|          | 0/50 [00:00<?, ?it/s]
  2%|▏         | 1/50 [00:00<00:07,  6.62it/s]
  4%|▍         | 2/50 [00:00<00:06,  7.22it/s]
  6%|▌         | 3/50 [00:00<00:06,  7.68it/s]
  8%|▊         | 4/50 [00:00<00:05,  7.90it/s]
 10%|█         | 5/50 [00:00<00:05,  8.04it/s]
 12%|█▏        | 6/50 [00:00<00:05,  8.13it/s]
 14%|█▍        | 7/50 [00:00<00:05,  8.18it/s]
 16%|█▌        | 8/50 [00:01<00:05,  8.21it/s]
 18%|█▊        | 9/50 [00:01<00:04,  8.23it/s]
 20%|██        | 10/50 [00:01<00:04,  8.24it/s]
 22%|██▏       | 11/50 [00:01<00:04,  8.26it/s]
 24%|██▍       | 12/50 [00:01<00:04,  8.26it/s]
 26%|██▌       | 13/50 [00:01<00:04,  8.28it/s]
 28%|██▊       | 14/50 [00:01<00:04,  8.28it/s]
 30%|███       | 15/50 [00:01<00:04,  8.27it/s]
 32%|███▏      | 16/50 [00:01<00:04,  8.27it/s]
 34%|███▍      | 17/50 [00:02<00:03,  8.26it/s]
 36%|███▌      | 18/50 [00:02<00:03,  8.26it/s]
 38%|███▊      | 19/50 [00:02<00:03,  8.27it/s]
 40%|████      | 20/50 [00:02<00:03,  8.27it/s]
 42%|████▏     | 21/50 [00:02<00:03,  8.27it/s]
 44%|████▍     | 22/50 [00:02<00:03,  8.28it/s]
 46%|████▌     | 23/50 [00:02<00:03,  8.28it/s]
 48%|████▊     | 24/50 [00:02<00:03,  8.28it/s]
 50%|█████     | 25/50 [00:03<00:03,  8.28it/s]
 52%|█████▏    | 26/50 [00:03<00:02,  8.28it/s]
 54%|█████▍    | 27/50 [00:03<00:02,  8.28it/s]
 56%|█████▌    | 28/50 [00:03<00:02,  8.28it/s]
 58%|█████▊    | 29/50 [00:03<00:02,  8.28it/s]
 60%|██████    | 30/50 [00:03<00:02,  8.29it/s]
 62%|██████▏   | 31/50 [00:03<00:02,  8.28it/s]
 64%|██████▍   | 32/50 [00:03<00:02,  8.28it/s]
 66%|██████▌   | 33/50 [00:04<00:02,  8.28it/s]
 68%|██████▊   | 34/50 [00:04<00:01,  8.29it/s]
 70%|███████   | 35/50 [00:04<00:01,  8.29it/s]
 72%|███████▏  | 36/50 [00:04<00:01,  8.30it/s]
 74%|███████▍  | 37/50 [00:04<00:01,  8.30it/s]
 76%|███████▌  | 38/50 [00:04<00:01,  8.30it/s]
 78%|███████▊  | 39/50 [00:04<00:01,  8.29it/s]
 80%|████████  | 40/50 [00:04<00:01,  8.29it/s]
 82%|████████▏ | 41/50 [00:04<00:01,  8.29it/s]
 84%|████████▍ | 42/50 [00:05<00:00,  8.29it/s]
 86%|████████▌ | 43/50 [00:05<00:00,  8.29it/s]
 88%|████████▊ | 44/50 [00:05<00:00,  8.29it/s]
 90%|█████████ | 45/50 [00:05<00:00,  8.29it/s]
 92%|█████████▏| 46/50 [00:05<00:00,  8.30it/s]
 94%|█████████▍| 47/50 [00:05<00:00,  8.30it/s]
 96%|█████████▌| 48/50 [00:05<00:00,  8.30it/s]
 98%|█████████▊| 49/50 [00:05<00:00,  8.30it/s]
100%|██████████| 50/50 [00:06<00:00,  8.30it/s]
100%|██████████| 50/50 [00:06<00:00,  8.23it/s]
Version Details
Version ID
e5e1fd333a08c8035974a01dd42f799f1cca4625aec374643d716d9ae40cf2e4
Version Created
December 2, 2022
Run on Replicate →