aura / README.md
calcuis's picture
Update README.md
9d075eb verified
metadata
license: apache-2.0
language:
  - en
base_model:
  - fal/AuraFlow-v0.3
pipeline_tag: text-to-image
tags:
  - aura
  - gguf-node
widget:
  - text: close-up portrait of cat
    output:
      url: samples\ComfyUI_00003_.png
  - text: close-up portrait of blooming daisy
    output:
      url: samples\ComfyUI_00002_.png
  - text: close-up portrait of young lady
    output:
      url: samples\ComfyUI_00001_.png

gguf quantized and fp8 scaled aura

screenshot

setup (once)

  • drag aura_flow_0.3_q4_0.gguf [3.95GB] to > ./ComfyUI/models/diffusion_models
  • drag aura_flow_0.3_fp8_scaled.safetensors [9.66GB] to > ./ComfyUI/models/checkpoints
  • drag aura_vae.safetensors [167MB] to > ./ComfyUI/models/vae

run it straight (no installation needed way)

  • run the .bat file in the main directory (assuming you are using the full pack below)
  • drag the workflow json file (below) to > your browser

workflows

  • drag any workflow json file to the activated browser; or
  • drag any generated picture (which contains the workflow metadata) to the activated browser
  • workflow for safetensors (fp8 scaled version above is recommended)
  • workflow for gguf (opt to use the aura vae; but for the text encoder, since the unique format of that separate clip was not supported by comfyui yet, for the time being, use the one embedded inside fp8 scaled safetensors would be a better choice, it won't affect the speed, as the model will be loaded from gguf instead)
Prompt
close-up portrait of cat
Prompt
close-up portrait of blooming daisy
Prompt
close-up portrait of young lady

references