jyoung105/slam 🔢📝 → 🖼️
About
Example Output
Prompt:
"A man with hoodie on, illustration"
Output
Performance Metrics
1.54s
Prediction Time
21.15s
Total Time
All Input Parameters
{
"eta": 0,
"seed": 1234,
"steps": 4,
"width": 1024,
"height": 1024,
"prompt": "A man with hoodie on, illustration",
"clip_skip": 0,
"num_images": 1,
"guidance_scale": 1
}
Input Parameters
- eta
- Stochastic parameter to control the randomness.
- seed
- Random seed. Leave blank to randomize the seed.
- steps
- Number of denoising steps.
- width
- Width of the output image.
- height
- Height of the output image.
- prompt
- Input prompt, text of what you want to generate.
- clip_skip
- Number of the layers to skip in CLIP.
- num_images
- Number of output images.
- guidance_scale
- Scale for classifier-free guidance.
- negative_prompt
- Input negative prompt, text of what you don't want to generate.
Output Schema
Output
Example Execution Logs
[Debug] DEVICE: cuda [Debug] DTYPE: torch.float16 Setup completed in 0.00 seconds. [~] Generating images... [Debug] Prompt: A man with hoodie on, illustration, best quality, high detail, sharp focus [Debug] Seed: 1234 0%| | 0/4 [00:00<?, ?it/s] 25%|██▌ | 1/4 [00:00<00:00, 5.48it/s] 75%|███████▌ | 3/4 [00:00<00:00, 10.81it/s] 100%|██████████| 4/4 [00:00<00:00, 10.89it/s] Image generation completed in 1.19 seconds. [~] GPU: NVIDIA L40S [~] Memory: 11.04 GiB / 44.99 GiB [~] Generation time: 1.19 seconds
Version Details
- Version ID
1197108fbd7ca3fd9a52a718c6958b869adc666f24647081d594f0c00af078cc- Version Created
- November 22, 2024