--- 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](https://raw.githubusercontent.com/calcuis/comfy/master/aura.png) ## setup (once) - drag aura_flow_0.3_q4_0.gguf [[3.95GB](https://huggingface.co/calcuis/aura/blob/main/aura_flow_0.3-q4_0.gguf)] to > ./ComfyUI/models/diffusion_models - drag aura_flow_0.3_fp8_scaled.safetensors [[9.66GB](https://huggingface.co/calcuis/aura/blob/main/aura_flow_0.3_fp8_scaled.safetensors)] to > ./ComfyUI/models/checkpoints - drag aura_vae.safetensors [[167MB](https://huggingface.co/calcuis/aura/blob/main/aura_vae.safetensors)] 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](https://huggingface.co/calcuis/aura/blob/main/workflow-aura-safetensors.json) (fp8 scaled version above is recommended) - workflow for [gguf](https://huggingface.co/calcuis/aura/blob/main/workflow-gguf-aura.json) (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) ### references - base model from [fal](https://huggingface.co/fal/AuraFlow-v0.3) - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI) - gguf-node [beta](https://github.com/calcuis/gguf/releases)