Diffusion Single File
comfyui
tdrussell commited on
Commit
70bf68c
·
verified ·
1 Parent(s): 47815ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -14,7 +14,10 @@ Anima is a 2 billion parameter text-to-image model created via a collaboration b
14
  This preview version is an intermediate model checkpoint, and is not representative of the final quality. The final version will improve, especially for fine details and overall aesthetics.
15
 
16
  # Installing and running
17
- The model is natively supported in ComfyUI. The above image contains a workflow; you can open it in ComfyUI or drag-and-drop to get the workflow.
 
 
 
18
 
19
  ## Generation settings
20
  - The preview version should be used at about 1MP resolution. E.g. 1024x1024, 896x1152, 1152x896, etc.
 
14
  This preview version is an intermediate model checkpoint, and is not representative of the final quality. The final version will improve, especially for fine details and overall aesthetics.
15
 
16
  # Installing and running
17
+ The model is natively supported in ComfyUI. The above image contains a workflow; you can open it in ComfyUI or drag-and-drop to get the workflow. The model files go in their respective folders inside your model directory:
18
+ - anima-preview.safetensors goes in ComfyUI/models/diffusion_models
19
+ - qwen_3_06b_base.safetensors goes in ComfyUI/models/text_encoders
20
+ - qwen_image_vae.safetensors goes in ComfyUI/models/vae (this is the Qwen-Image VAE, you might already have it)
21
 
22
  ## Generation settings
23
  - The preview version should be used at about 1MP resolution. E.g. 1024x1024, 896x1152, 1152x896, etc.