pengdaqian2020/albums-cover 🔢❓📝 → 🖼️
Performance
7.9sTypical run time
1.0KTotal runs
About
album cover generator
Example Output
Prompt:
"a photo of an astronaut riding a horse on mars"
Output
Performance Metrics
7.87s
Prediction Time
7.91s
Total Time
All Input Parameters
{
"width": "512",
"height": 768,
"prompt": "a photo of an astronaut riding a horse on mars",
"scheduler": "DPMSolverMultistep",
"num_outputs": 1,
"guidance_scale": 7.5,
"num_inference_steps": 20
}
Input Parameters
- seed
- Random seed. Leave blank to randomize the seed
- width
- Width of output image. Maximum size is 1024x768 or 768x1024 because of memory limits
- height
- Height of output image. Maximum size is 1024x768 or 768x1024 because of memory limits
- prompt
- Input prompt
- scheduler
- Choose a scheduler.
- num_outputs
- Number of images to output.
- guidance_scale
- Scale for classifier-free guidance
- negative_prompt
- Specify things to not see in the output
- num_inference_steps
- Number of denoising steps
Output Schema
Output
Example Execution Logs
Using seed: 45078
The config attributes {'clip_sample_range': 1.0} were passed to PNDMScheduler, but are not expected and will be ignored. Please verify your scheduler_config.json configuration file.
The config attributes {'clip_sample_range': 1.0} were passed to LMSDiscreteScheduler, but are not expected and will be ignored. Please verify your scheduler_config.json configuration file.
The config attributes {'clip_sample_range': 1.0} were passed to DDIMScheduler, but are not expected and will be ignored. Please verify your scheduler_config.json configuration file.
The config attributes {'clip_sample_range': 1.0} were passed to EulerDiscreteScheduler, but are not expected and will be ignored. Please verify your scheduler_config.json configuration file.
The config attributes {'clip_sample_range': 1.0} were passed to EulerAncestralDiscreteScheduler, but are not expected and will be ignored. Please verify your scheduler_config.json configuration file.
The config attributes {'clip_sample_range': 1.0} were passed to DPMSolverMultistepScheduler, but are not expected and will be ignored. Please verify your scheduler_config.json configuration file.
0%| | 0/20 [00:00<?, ?it/s]
5%|▌ | 1/20 [00:00<00:07, 2.48it/s]
10%|█ | 2/20 [00:00<00:06, 2.81it/s]
15%|█▌ | 3/20 [00:01<00:05, 2.92it/s]
20%|██ | 4/20 [00:01<00:05, 2.96it/s]
25%|██▌ | 5/20 [00:01<00:04, 3.00it/s]
30%|███ | 6/20 [00:02<00:04, 3.03it/s]
35%|███▌ | 7/20 [00:02<00:04, 3.03it/s]
40%|████ | 8/20 [00:02<00:03, 3.04it/s]
45%|████▌ | 9/20 [00:03<00:03, 3.05it/s]
50%|█████ | 10/20 [00:03<00:03, 3.04it/s]
55%|█████▌ | 11/20 [00:03<00:02, 3.05it/s]
60%|██████ | 12/20 [00:03<00:02, 3.06it/s]
65%|██████▌ | 13/20 [00:04<00:02, 3.06it/s]
70%|███████ | 14/20 [00:04<00:01, 3.06it/s]
75%|███████▌ | 15/20 [00:04<00:01, 3.06it/s]
80%|████████ | 16/20 [00:05<00:01, 3.05it/s]
85%|████████▌ | 17/20 [00:05<00:00, 3.05it/s]
90%|█████████ | 18/20 [00:05<00:00, 3.06it/s]
95%|█████████▌| 19/20 [00:06<00:00, 3.07it/s]
100%|██████████| 20/20 [00:06<00:00, 3.05it/s]
100%|██████████| 20/20 [00:06<00:00, 3.02it/s]
Version Details
- Version ID
c0920776a6e3a839fb7848fe682ecd9540c3bf7657f1a46b2aa74060a7b7ce0b- Version Created
- May 14, 2023