anotherjesse/sdxl-lcm-testing 🔢📝❓✓ → 🖼️
About
Example Output
Prompt:
"frankenstein monster whippet"
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
- Random seed. Leave blank to randomize the seed
- width
- Width of output image
- height
- Height of output image
- prompt
- Input prompt
- refine
- Which refine style to use
- lcm_scale
- Scale for LCM, if 0, the DDIM scheduler is used
- scheduler
- noise scheduler - only applies if LCM is disabled
- num_outputs
- Number of images to output.
- style_scale
- Scale for style LoRA
- refine_steps
- For base_image_refiner, the number of steps to refine, defaults to num_inference_steps
- guidance_scale
- Scale for classifier-free guidance
- apply_watermark
- 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
- For expert_ensemble_refiner, the fraction of noise to use
- negative_prompt
- Input Negative Prompt
- replicate_weights
- safelora weights to use
- num_inference_steps
- Number of denoising steps
- disable_safety_checker
- 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
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