Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- fal/AuraFlow-v0.3
|
7 |
+
pipeline_tag: text-to-image
|
8 |
+
tags:
|
9 |
+
- aura
|
10 |
+
---
|
11 |
+
|
12 |
+
# fp8 scaled aura
|
13 |
+
|
14 |
+
![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/aura.png)
|
15 |
+
|
16 |
+
## setup (once)
|
17 |
+
- drag aura_flow_0.3_fp8_scaled.safetensors to > ./ComfyUI/models/checkpoints
|
18 |
+
|
19 |
+
## run it straight (no installation needed way)
|
20 |
+
- run the .bat file in the main directory (assuming you are using the full pack below)
|
21 |
+
- drag the workflow json file (below) to > your browser
|
22 |
+
|
23 |
+
### workflows
|
24 |
+
- drag any workflow json file to the activated browser; or
|
25 |
+
- drag any generated picture (which contains the workflow metadata) to the activated browser
|
26 |
+
|
27 |
+
### references
|
28 |
+
- base model from [fal](https://huggingface.co/fal/AuraFlow-v0.3)
|
29 |
+
- comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
|
30 |
+
- gguf-node [beta](https://github.com/calcuis/gguf/releases)
|