epigene commited on
Commit
07c8d87
·
verified ·
1 Parent(s): 7858f01

fix: mark DoRA and style as required assets

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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 | Description |
30
- |------|------|-------------|
31
- | `NoobAI-XL-Vpred-v1.0.safetensors` | 6.7 GB | NoobAI XL V-Pred 1.0 model (BF16) |
32
- | `controlnet/openpose_fp32.safetensors` | 4.7 GB | OpenPose ControlNet for pose control |
33
- | `dora/noobai_vp10_stabilizer_v0.280a_fp16.safetensors` | 64 MB | DoRA stabilizer v0.280a (recommended) |
34
- | `dora/noobai_vp10_stabilizer_v0.271_fp16.safetensors` | 44 MB | DoRA stabilizer v0.271 |
35
- | `style/*.csv` | 109 MB | Danbooru + e621 character/artist databases |
36
- | `poses/*.png` | 140 KB | Example OpenPose skeleton images |
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