anotherjesse/sdxl-lcm-testing 🔢📝❓✓ → 🖼️

▶️ 366 runs 📅 Nov 2023 ⚙️ Cog v0.9.0-beta9+dev
lcm sdxl text-to-image

About

Example Output

Prompt:

"frankenstein monster whippet"

Output

Example output

Performance Metrics

3.47s Prediction Time
3.45s Total Time
All Input Parameters
{
  "width": 1024,
  "height": 1024,
  "prompt": "frankenstein monster whippet",
  "refine": "no_refiner",
  "num_outputs": 1,
  "guidance_scale": 2,
  "apply_watermark": true,
  "high_noise_frac": 0.8,
  "negative_prompt": "",
  "num_inference_steps": 4
}
Input Parameters
seed Type: integer
Random seed. Leave blank to randomize the seed
width Type: integerDefault: 1024
Width of output image
height Type: integerDefault: 1024
Height of output image
prompt Type: stringDefault: An astronaut riding a rainbow unicorn
Input prompt
refine Default: no_refiner
Which refine style to use
lcm_scale Type: numberDefault: 1
Scale for LCM, if 0, the DDIM scheduler is used
scheduler Default: K_EULER
noise scheduler - only applies if LCM is disabled
num_outputs Type: integerDefault: 1Range: 1 - 4
Number of images to output.
style_scale Type: numberDefault: 0.8
Scale for style LoRA
refine_steps Type: integer
For base_image_refiner, the number of steps to refine, defaults to num_inference_steps
guidance_scale Type: numberDefault: 2Range: 0 - 20
Scale for classifier-free guidance
apply_watermark Type: booleanDefault: true
Applies a watermark to enable determining if an image is generated in downstream applications. If you have other provisions for generating or deploying images safely, you can use this to disable watermarking.
high_noise_frac Type: numberDefault: 0.8Range: 0 - 1
For expert_ensemble_refiner, the fraction of noise to use
negative_prompt Type: stringDefault:
Input Negative Prompt
replicate_weights Type: string
safelora weights to use
num_inference_steps Type: integerDefault: 4Range: 1 - 100
Number of denoising steps
disable_safety_checker Type: booleanDefault: false
Disable safety checker for generated images. This feature is only available through the API. See [https://replicate.com/docs/how-does-replicate-work#safety](https://replicate.com/docs/how-does-replicate-work#safety)
Output Schema

Output

Type: arrayItems Type: stringItems Format: uri

Example Execution Logs
Using seed: 29847
  0%|          | 0/4 [00:00<?, ?it/s]
 25%|██▌       | 1/4 [00:00<00:01,  2.39it/s]
 50%|█████     | 2/4 [00:00<00:00,  2.40it/s]
 75%|███████▌  | 3/4 [00:01<00:00,  2.41it/s]
100%|██████████| 4/4 [00:01<00:00,  2.41it/s]
100%|██████████| 4/4 [00:01<00:00,  2.41it/s]
Version Details
Version ID
7050701ac789f535cd507847777404a4afaaae02827e96b78392847e71173a03
Version Created
December 19, 2023
Run on Replicate →