File size: 1,375 Bytes
4863613
 
7f3610d
4863613
 
7f3610d
 
 
 
4863613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4ffaa3c
 
 
4863613
 
 
7f3610d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
license: other
license_name: circlestone-labs-non-commercial-license
base_model: Anima-Base-V1.0
tags:
- text-to-image
- controlnet
- depth
- anima
pipeline_tag: text-to-image
---

# Anima-ControlNet-VACE-Depth

A **depth ControlNet** for **Anima**,
trained with the **VACE** spaced-block-duplication + zero-conv architecture.

> ⚠️ **This release contains adapter weights only.** It is not a standalone
> model — you must load it together with the Anima base
> model.

---

## Training

Trained with sd-scripts by kohya-ss

| Setting | Value |
|---|---|
| Base Model | Anima-Base-V1.0 |
| Optimizer | AdamW (fp32 states), weight decay 0.01 |
| Learning rate | 5e-5, cosine, 500-step warmup |
| Effective batch | 16 |
| Steps | 20,000 |
| Resolution | 1024² |
| Precision | bf16 (full_bf16) |
| Flow shift | 5.0 (matches inference) |
| Loss | L2 on flow-matching velocity |
| Weighting | uniform |

## Tips

- **Depth source**: Use DepthAnything V2 for best performance, although this model is trained on a mix of different depth sources, and thus any popular depth preprocessor should in theory work.

## Usage
Supported for the moment in ComfyUI through my fork of [ComfyUI-Advanced-ControlNet](https://github.com/TaihoC/ComfyUI-Advanced-ControlNet-Anima/tree/feat/anima-vace-controlnet)

## Credits

- **Anima** - Circlestone Labs
- **sd-scripts** — kohya-ss.