Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- flux3
|
| 5 |
+
- mage-flow
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
A diffusion model. The training follows the [self-flow](https://bfl.ai/research/self-flow) training method with both (t, s) timestamps.
|
| 9 |
+
|
| 10 |
+

|
| 11 |
+
|
| 12 |
+
Keywords
|
| 13 |
+
- pixel-space model
|
| 14 |
+
- fully convolutional model
|
| 15 |
+
- Mage Flow's attention block (previously in [Coloring Mage](https://huggingface.co/nebulette/booru-coloring-mage-u))
|
| 16 |
+
|
| 17 |
+
References
|
| 18 |
+
- 2607.19064
|
| 19 |
+
- FLUX 3 - Real World Models
|
| 20 |
+
- ruwww's waifu diffusion
|