lucataco/aura-flow-v0.2 🔢📝❓ → 🖼️

▶️ 429 runs 📅 Jul 2024 ⚙️ Cog 0.9.13 🔗 GitHub 📄 Paper ⚖️ License
flow-based open-source text-to-image

About

A fully open-sourced, large flow-based text-to-image generation model

Example Output

Prompt:

"A photo of a lavender cat"

Output

Example output

Performance Metrics

12.99s Prediction Time
13.00s Total Time
All Input Parameters
{
  "cfg": 3.5,
  "shift": 1,
  "width": 1024,
  "height": 1024,
  "prompt": "A photo of a lavender cat",
  "sampler": "uni_pc",
  "scheduler": "normal",
  "output_format": "webp",
  "output_quality": 80,
  "negative_prompt": "",
  "number_of_images": 1
}
Input Parameters
cfg Type: numberDefault: 3.5Range: 0 - 20
The guidance scale tells the model how similar the output should be to the prompt.
seed Type: integer
Set a seed for reproducibility. Random by default.
shift Type: numberDefault: 1.73Range: 0 - 10
The timestep scheduling shift; shift values higher than 1.0 are better at managing noise in higher resolutions.
width Type: integerDefault: 1024Range: 512 - 2048
The width of the image
height Type: integerDefault: 1024Range: 512 - 2048
The height of the image
prompt Type: stringDefault:
sampler Default: uni_pc
scheduler Default: normal
output_format Default: webp
Format of the output images
output_quality Type: integerDefault: 80Range: 0 - 100
Quality of the output images, from 0 to 100. 100 is best quality, 0 is lowest quality.
negative_prompt Type: stringDefault:
Things you do not want to see in your image
number_of_images Type: integerDefault: 1Range: 1 - 10
The number of images to generate
Output Schema

Output

Type: arrayItems Type: stringItems Format: uri

Example Execution Logs
Random seed set to: 1905931290
Running workflow
got prompt
Executing node 3, title: KSampler, class type: KSampler
  0%|          | 0/25 [00:00<?, ?it/s]
  8%|▊         | 2/25 [00:00<00:06,  3.52it/s]
 12%|█▏        | 3/25 [00:01<00:08,  2.72it/s]
 16%|█▌        | 4/25 [00:01<00:08,  2.44it/s]
 20%|██        | 5/25 [00:02<00:08,  2.30it/s]
 24%|██▍       | 6/25 [00:02<00:08,  2.22it/s]
 28%|██▊       | 7/25 [00:02<00:08,  2.17it/s]
 32%|███▏      | 8/25 [00:03<00:07,  2.13it/s]
 36%|███▌      | 9/25 [00:03<00:07,  2.11it/s]
 40%|████      | 10/25 [00:04<00:07,  2.10it/s]
 44%|████▍     | 11/25 [00:04<00:06,  2.09it/s]
 48%|████▊     | 12/25 [00:05<00:06,  2.08it/s]
 52%|█████▏    | 13/25 [00:05<00:05,  2.08it/s]
 56%|█████▌    | 14/25 [00:06<00:05,  2.08it/s]
 60%|██████    | 15/25 [00:06<00:04,  2.07it/s]
 64%|██████▍   | 16/25 [00:07<00:04,  2.07it/s]
 68%|██████▊   | 17/25 [00:07<00:03,  2.07it/s]
 72%|███████▏  | 18/25 [00:08<00:03,  2.07it/s]
 76%|███████▌  | 19/25 [00:08<00:02,  2.07it/s]
 80%|████████  | 20/25 [00:09<00:02,  2.07it/s]
 84%|████████▍ | 21/25 [00:09<00:01,  2.07it/s]
 88%|████████▊ | 22/25 [00:10<00:01,  2.06it/s]
 92%|█████████▏| 23/25 [00:10<00:00,  2.06it/s]
 96%|█████████▌| 24/25 [00:11<00:00,  2.06it/s]
100%|██████████| 25/25 [00:12<00:00,  1.66it/s]
100%|██████████| 25/25 [00:12<00:00,  2.07it/s]
Executing node 8, title: VAE Decode, class type: VAEDecode
Executing node 9, title: Save Image, class type: SaveImage
Prompt executed in 12.45 seconds
outputs:  {'9': {'images': [{'filename': 'ComfyUI_00001_.png', 'subfolder': '', 'type': 'output'}]}}
====================================
ComfyUI_00001_.png
Version Details
Version ID
e784141e567364018b6c24297273e910b80c468c60ccb2a2a6642c034c7d43ee
Version Created
July 27, 2024
Run on Replicate →