diff --git a/aura_flow/README.md b/aura_flow/README.md index de99534..89274dc 100644 --- a/aura_flow/README.md +++ b/aura_flow/README.md @@ -2,11 +2,17 @@ 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 +## AuraFlow 0.2 -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. +Download [aura_flow_0.2.safetensors](https://huggingface.co/fal/AuraFlow-v0.2/blob/main/aura_flow_0.2.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.2_example.png) + +## AuraFlow 0.1 + +The following is an older example for: [aura_flow_0.1.safetensors](https://huggingface.co/fal/AuraFlow/blob/main/aura_flow_0.1.safetensors). The workflow is the same as the one above but with a different prompt. + ![Example](aura_flow_0.1_example.png) diff --git a/aura_flow/aura_flow_0.2_example.png b/aura_flow/aura_flow_0.2_example.png new file mode 100644 index 0000000..bb556c1 Binary files /dev/null and b/aura_flow/aura_flow_0.2_example.png differ