Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Diffusion Transformer
|
| 2 |
|
| 3 |
A flow matching-based diffusion transformer for anime image generation.
|
|
@@ -27,7 +40,6 @@ For research and non-commercial use only.
|
|
| 27 |
|---|---|---|---|
|
| 28 |
|  |  |  |  |
|
| 29 |
|
| 30 |
-
|
| 31 |
```
|
| 32 |
# sampler conditional
|
| 33 |
prompt = "1girl, red hair, school uniform, happy, red eyes, open mouth, detailed face"
|
|
@@ -42,6 +54,9 @@ seed = 1234
|
|
| 42 |
- **Parameters**: ~550M
|
| 43 |
- **Framework**: Flow Matching (velocity prediction)
|
| 44 |
|
|
|
|
|
|
|
|
|
|
| 45 |
## Components
|
| 46 |
|
| 47 |
| Component | Model |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- diffusion
|
| 7 |
+
- anime
|
| 8 |
+
- image-generation
|
| 9 |
+
- dit
|
| 10 |
+
- flow-matching
|
| 11 |
+
pipeline_tag: text-to-image
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
# Diffusion Transformer
|
| 15 |
|
| 16 |
A flow matching-based diffusion transformer for anime image generation.
|
|
|
|
| 40 |
|---|---|---|---|
|
| 41 |
|  |  |  |  |
|
| 42 |
|
|
|
|
| 43 |
```
|
| 44 |
# sampler conditional
|
| 45 |
prompt = "1girl, red hair, school uniform, happy, red eyes, open mouth, detailed face"
|
|
|
|
| 54 |
- **Parameters**: ~550M
|
| 55 |
- **Framework**: Flow Matching (velocity prediction)
|
| 56 |
|
| 57 |
+

|
| 58 |
+
|
| 59 |
+
|
| 60 |
## Components
|
| 61 |
|
| 62 |
| Component | Model |
|