fix: mark DoRA and style as required assets
Browse files
README.md
CHANGED
|
@@ -26,14 +26,14 @@ pipeline_tag: text-to-image
|
|
| 26 |
|
| 27 |
This repo contains all assets needed to run 4CGT:
|
| 28 |
|
| 29 |
-
| File | Size |
|
| 30 |
-
|------|------|-----------
|
| 31 |
-
| `NoobAI-XL-Vpred-v1.0.safetensors` | 6.7 GB |
|
| 32 |
-
| `
|
| 33 |
-
| `dora/noobai_vp10_stabilizer_v0.
|
| 34 |
-
| `
|
| 35 |
-
| `
|
| 36 |
-
| `poses/*.png` | 140 KB |
|
| 37 |
|
| 38 |
## Quick Start
|
| 39 |
|
|
|
|
| 26 |
|
| 27 |
This repo contains all assets needed to run 4CGT:
|
| 28 |
|
| 29 |
+
| File | Size | Required? |
|
| 30 |
+
|------|------|-----------|
|
| 31 |
+
| `NoobAI-XL-Vpred-v1.0.safetensors` | 6.7 GB | Yes |
|
| 32 |
+
| `dora/noobai_vp10_stabilizer_v0.280a_fp16.safetensors` | 64 MB | Yes (recommended) |
|
| 33 |
+
| `dora/noobai_vp10_stabilizer_v0.271_fp16.safetensors` | 44 MB | Yes |
|
| 34 |
+
| `style/*.csv` | 109 MB | Yes |
|
| 35 |
+
| `controlnet/openpose_fp32.safetensors` | 4.7 GB | Optional (pose control) |
|
| 36 |
+
| `poses/*.png` | 140 KB | Optional (example poses) |
|
| 37 |
|
| 38 |
## Quick Start
|
| 39 |
|