lylogummy commited on
Commit
3ef6412
·
verified ·
1 Parent(s): 0116b7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -55,12 +55,12 @@ ComfyUI/models/
55
 
56
  In the workflow:
57
 
58
- 1. Load the bundle with `anima.3-8B-v2`.
59
  2. Load `qwen_3_06b_base.safetensors` with ComfyUI's `CLIPLoader` and select `stable_diffusion` as the type.
60
  3. Load `qwen35_4b.safetensors` with `Load Qwen3.5 4B (Anima)`.
61
  4. Connect all three to `anima.3-8B-v2 Prompt`, enter one prompt, and send its `expanded` output to the sampler.
62
 
63
- Both text encoders are released after conditioning is produced. The bundled connector stays with the diffusion model because it is used during sampling.
64
 
65
  ### Forge Neo
66
 
 
55
 
56
  In the workflow:
57
 
58
+ 1. Load the bundle with `anima.3-8B-v1.1`.
59
  2. Load `qwen_3_06b_base.safetensors` with ComfyUI's `CLIPLoader` and select `stable_diffusion` as the type.
60
  3. Load `qwen35_4b.safetensors` with `Load Qwen3.5 4B (Anima)`.
61
  4. Connect all three to `anima.3-8B-v2 Prompt`, enter one prompt, and send its `expanded` output to the sampler.
62
 
63
+ Both text encoders are released after conditioning is produced. The bundled connector stays with the diffusion model because it is used during sampling. Workflow: https://huggingface.co/lylogummy/Anima-3.8B/blob/main/workflows/workflow_1.1.json
64
 
65
  ### Forge Neo
66