Diffusion Single File
comfyui
tdrussell commited on
Commit
bb44828
·
verified ·
1 Parent(s): 85f6d47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  - comfyui
8
  ---
9
 
10
- <img src="example.png" width="400">
11
 
12
  Anima is a 2 billion parameter text-to-image model created via a collaboration between CircleStone Labs and Comfy Org. It is focused mainly on anime concepts, characters, and styles, but is also capable of generating a wide variety of other non-photorealistic content. The model is designed for making illustrations and artistic images, and will not work well at realism.
13
 
@@ -15,7 +15,17 @@ It is trained on several million anime images and about 800k non-anime artistic
15
 
16
  This preview version is an intermediate model checkpoint. The model is still training and the final version will improve, especially for fine details and overall aesthetics.
17
 
 
 
 
 
 
 
 
 
18
  # Installing and running
 
 
19
  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:
20
  - anima-preview.safetensors goes in ComfyUI/models/diffusion_models
21
  - qwen_3_06b_base.safetensors goes in ComfyUI/models/text_encoders
 
7
  - comfyui
8
  ---
9
 
10
+ <img src="montage.jpg">
11
 
12
  Anima is a 2 billion parameter text-to-image model created via a collaboration between CircleStone Labs and Comfy Org. It is focused mainly on anime concepts, characters, and styles, but is also capable of generating a wide variety of other non-photorealistic content. The model is designed for making illustrations and artistic images, and will not work well at realism.
13
 
 
15
 
16
  This preview version is an intermediate model checkpoint. The model is still training and the final version will improve, especially for fine details and overall aesthetics.
17
 
18
+ # Preview2
19
+ The preview2 version is a small upgrade to the first preview.
20
+ - A significant part of the training is redone with different hyperparameters and techniques, designed to help make the model more robust to finetuning.
21
+ - It is trained for much longer at medium resolutions in order to acquire more character knowledge.
22
+ - A regularization dataset is introduced to improve natural language comprehension and help preserve non-anime knowledge.
23
+ - It has the same resolution limitations as the first preview. It is trained only briefly at 1024 resolution. Going much beyond this will cause the model to break down.
24
+ - This is a base model with no aesthetic tuning. It is designed to be wild and creative, with the maximum possible breadth of knowledge. It is not optimized to produce aesthetic or consistent images.
25
+
26
  # Installing and running
27
+ Workflow:
28
+ <img src="example.png" width="200">
29
  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:
30
  - anima-preview.safetensors goes in ComfyUI/models/diffusion_models
31
  - qwen_3_06b_base.safetensors goes in ComfyUI/models/text_encoders