Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions configs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
anima-base-v1.0
ernie-image-turbo-1.0
ernie-image-base-1.0
anima-preview-3
Expand Down
36 changes: 36 additions & 0 deletions configs/anima-base-v1.0/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"configuration": {
"batchCount": 1,
"batchSize": 1,
"clipSkip": 2,
"controls": [],
"guidanceScale": 4,
"height": 1024,
"hiresFix": false,
"loras": [],
"maskBlur": 2.5,
"maskBlurOutset": 0,
"model": "anima_base_v1.0_f16.ckpt",
"resolutionDependentShift": true,
"sampler": 16,
"seedMode": 2,
"separateClipL": false,
"separateOpenClipG": false,
"sharpness": 0,
"steps": 30,
"strength": 1,
"teaCache": false,
"t5TextEncoder": true,
"tiledDecoding": false,
"tiledDiffusion": false,
"upscalerScaleFactor": 0,
"width": 1024,
"teaCacheThreshold": 0.3,
"teaCacheStart": 5,
"teaCacheEnd": -1,
"teaCacheMaxSkipSteps": 3
},
"name": "Anima Base v1.0",
"version" : "cosmos2.5_2b",
"negative": "worst quality, low quality, score_1, score_2, score_3, artist name"
}
1 change: 1 addition & 0 deletions models.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
anima-base-v1.0
anima-preview-3
flux-2-klein-9b
flux-2-klein-9b-kv
Expand Down
25 changes: 25 additions & 0 deletions models/anima-base-v1.0/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"download": {
"file": "https://huggingface.co/circlestone-labs/Anima/resolve/main/split_files/diffusion_models/anima-base-v1.0.safetensors"
},
"name" : "Anima Base v1.0",
"version" : "cosmos2.5_2b",
"autoencoder" : "qwen_image_vae_f16.ckpt",
"prefix" : "",
"default_scale" : 16,
"hires_fix_scale" : 32,
"clip_encoder" : "anima_base_v1.0_f16.ckpt",
"file" : "anima_base_v1.0_f16.ckpt",
"upcast_attention" : false,
"text_encoder" : "qwen_3_0.6b_q8p.ckpt",
"high_precision_autoencoder": false,
"objective" : {
"u" : {
"condition_scale" : 1
}
},
"padded_text_encoding_length": 512,
"note" : "[Anima](https://huggingface.co/circlestone-labs/Anima) is a 2B text-to-image model from CircleStone Labs and Comfy Org, focused on anime concepts, characters, styles, illustrations, and other non-photorealistic art (it does not do realism well). Base v1.0 is the pretrained base model: unrefined and not aesthetic-tuned, offering maximum flexibility, diversity, and style adherence. Built on NVIDIA Cosmos and released under the CircleStone Labs non-commercial license. It works at 512-1536px, with 30-50 sampling steps and CFG 4-5 recommended.",
"copyright" : "© 2026 CircleStone Labs",
"hugging_face_link": "circlestone-labs/Anima"
}