diff --git a/README.md b/README.md index 28358c5..afa85bb 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ Here are some more advanced examples: [Stable Cascade](stable_cascade) +[AuraFlow](aura_flow) + [Edit/InstructPix2Pix Models](edit_models) [Video Models](video) diff --git a/aura_flow/README.md b/aura_flow/README.md new file mode 100644 index 0000000..de99534 --- /dev/null +++ b/aura_flow/README.md @@ -0,0 +1,12 @@ +# AuraFlow Examples + +AuraFlow is one of the only true open source models with both the code and the weights being under a FOSS license. + +## AuraFlow 0.1 + +Download [aura_flow_0.1.safetensors](https://huggingface.co/fal/AuraFlow/blob/main/aura_flow_0.1.safetensors) and put it in your ComfyUI/checkpoints directory. + +You can then load up the following image in ComfyUI to get the workflow: + +![Example](aura_flow_0.1_example.png) + diff --git a/aura_flow/aura_flow_0.1_example.png b/aura_flow/aura_flow_0.1_example.png new file mode 100644 index 0000000..78a50df Binary files /dev/null and b/aura_flow/aura_flow_0.1_example.png differ