File size: 44,288 Bytes
d4bcbcc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
{
  "file_name": "anima-preview",
  "model_name": "Anima",
  "file_path": "/mnt/e/sdwebui/models/diffusers/Anima/anima-preview.safetensors",
  "size": 4182218360,
  "modified": 1772392125.801458,
  "sha256": "41fa7b78613dfe0d888b3647f70c7fb8cdfda2ff177e78d2e16e06dc810d9dcc",
  "base_model": "Anima",
  "preview_url": "/mnt/e/sdwebui/models/diffusers/Anima/anima-preview.jpeg",
  "preview_nsfw_level": 1,
  "notes": "",
  "from_civitai": true,
  "civitai": {
    "id": 2653283,
    "modelId": 2359125,
    "name": "Preview",
    "nsfwLevel": 3,
    "createdAt": "2026-02-02T15:03:03.343Z",
    "updatedAt": "2026-02-07T01:13:35.098Z",
    "status": "Published",
    "publishedAt": "2026-02-02T15:15:46.984Z",
    "trainedWords": [],
    "trainingStatus": null,
    "trainingDetails": null,
    "baseModel": "Anima",
    "baseModelType": "Standard",
    "earlyAccessEndsAt": null,
    "earlyAccessConfig": null,
    "description": "<p>Version uploaded on 2026-01-28</p>",
    "uploadType": "Created",
    "usageControl": "Download",
    "air": "urn:air:anima:checkpoint:civitai:2359125@2653283",
    "stats": {
      "downloadCount": 4164,
      "thumbsUpCount": 598
    },
    "model": {
      "name": "Anima",
      "type": "Checkpoint",
      "nsfw": false,
      "poi": false,
      "description": "<p>This is not my model. Don't ask me questions. I don't know the answers.</p><p>Go to the <a target=\"_blank\" rel=\"ugc\" href=\"https://huggingface.co/circlestone-labs/Anima\">official Anima Huggingface repo</a> for answers.</p><p>You need to use <a target=\"_blank\" rel=\"ugc\" href=\"https://huggingface.co/circlestone-labs/Anima/tree/main/split_files/text_encoders\">qwen_3_06b_base.safetensors</a> for text encoder, and <a target=\"_blank\" rel=\"ugc\" href=\"https://huggingface.co/circlestone-labs/Anima/tree/main/split_files/vae\">qwen_image_vae.safetensors</a> for VAE.</p><p>I've only uploaded the model here as a way to tag the images I generate with it. It will most likely be taken down once the official owners upload their own version, so be warned.</p><p>The following is the original README as of time of publishing.</p><hr /><p></p><edge-media url=\"f52dd582-1f72-4e9e-a0df-d27d839f37fb\" type=\"image\" filename=\"example.png\"></edge-media><p></p><p>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.</p><p>It is trained on several million anime images and about 800k non-anime artistic images. No synthetic data was used for training. The knowledge cut-off date for the anime training data is September 2025.</p><p>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.</p><h1 id=\"installing-and-running\">Installing and running</h1><p>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:</p><ul><li><p>anima-preview.safetensors goes in ComfyUI/models/diffusion_models</p></li><li><p>qwen_3_06b_base.safetensors goes in ComfyUI/models/text_encoders</p></li><li><p>qwen_image_vae.safetensors goes in ComfyUI/models/vae (this is the Qwen-Image VAE, you might already have it)</p></li></ul><h2 id=\"generation-settings\">Generation settings</h2><ul><li><p>The preview version should be used at about 1MP resolution. E.g. 1024x1024, 896x1152, 1152x896, etc.</p></li><li><p>30-50 steps, CFG 4-5.</p></li><li><p>A variety of samplers work. Some of my favorites:</p><ul><li><p>er_sde: neutral style, flat colors, sharp lines. I use this as a reasonable default.</p></li><li><p>euler_a: Softer, thinner lines. Can sometimes tend towards a 2.5D look. CFG can be pushed a bit higher than other samplers without burning the image.</p></li><li><p>dpmpp_2m_sde_gpu: similar in style to er_sde but can produce more variety and be more \"creative\". Depending on the prompt it can get too wild sometimes.</p></li></ul></li></ul><h1 id=\"prompting\">Prompting</h1><p>The model is trained on Danbooru-style tags, natural language captions, and combinations of tags and captions.</p><h2 id=\"tag-order\">Tag order</h2><p>[quality/meta/year/safety tags] [1girl/1boy/1other etc] [character] [series] [artist] [general tags]</p><p>Within each tag section, the tags can be in arbitrary order.</p><h2 id=\"quality-tags\">Quality tags</h2><p>Human score based: masterpiece, best quality, good quality, normal quality, low quality, worst quality</p><p>PonyV7 aesthetic model based: score_9, score_8, ..., score_1</p><p>You can use either the human score quality tags, the aesthetic model tags, both together, or neither. All combinations work.</p><h2 id=\"time-period-tags\">Time period tags</h2><p>Specific year: year 2025, year 2024, ...</p><p>Period: newest, recent, mid, early, old</p><h2 id=\"meta-tags\">Meta tags</h2><p>highres, absurdres, anime screenshot, jpeg artifacts, official art, etc</p><h2 id=\"safety-tags\">Safety tags</h2><p>safe, sensitive, nsfw, explicit</p><h2 id=\"artist-tags\">Artist tags</h2><p>Prefix artist with @. E.g. \"@big chungus\". <strong>You must put @ in front of the artist.</strong> The effect will be very weak if you don't.</p><h2 id=\"full-tag-example\">Full tag example</h2><p>year 2025, newest, normal quality, score_5, highres, safe, 1girl, oomuro sakurako, yuru yuri, @nnn yryr, smile, brown hair, hat, solo, fur-trimmed gloves, open mouth, long hair, gift box, fang, skirt, red gloves, blunt bangs, gloves, one eye closed, shirt, brown eyes, santa costume, red hat, skin fang, twitter username, white background, holding bag, fur trim, simple background, brown skirt, bag, gift bag, looking at viewer, santa hat, ;d, red shirt, box, gift, fur-trimmed headwear, holding, red capelet, holding box, capelet</p><h2 id=\"tag-dropout\">Tag dropout</h2><p>The model was trained with random tag dropout. You don't need to include every single relevant tag for the image.</p><h2 id=\"dataset-tags\">Dataset tags</h2><p>To improve style and content diversity, the model was additionally trained on two non-anime datasets: LAION-POP (specifically the ye-pop version) and DeviantArt. Both were filtered to exclude photos. Because these datasets are qualitatively different from anime datasets, captions from them have been labeled with a \"dataset tag\". This occurs at the very beginning of a prompt followed by a newline. Optionally, the second line can contain either the image alt-text (ye-pop) or the title of the work (DeviantArt). Examples:</p><p>ye-pop</p><p>For Sale: Others by Arun Prem</p><p>Abstract, oil painting of three faceless, blue-skinned figures. Left: white, draped figure; center: yellow-shirted, dark-haired figure; right: red-veiled, dark-haired figure carrying another. Bold, textured colors, minimalist style.</p><p></p><p>deviantart</p><p>Flame</p><p>Digital painting of a fiery dragon with glowing yellow eyes, black horns, and a long, sinuous tail, perched on a glowing, molten rock formation. The background is a gradient of dark purple to orange.</p><h2 id=\"natural-language-prompting-tips\">Natural language prompting tips</h2><ul><li><p>If using pure natural langauge, more descriptive is better. Aim for at least 2 sentences. Extremely short prompts can give unexpected results (this will be better in the final version).</p></li><li><p>You can mix tags and natural language in arbitrary order.</p></li><li><p>You can put quality / artist tags at the beginning of a natural language prompt.</p><ul><li><p>\"masterpiece, best quality, @big chungus. An anime girl with medium-length blonde hair is...\"</p></li></ul></li><li><p>Name a character, then describe their basic appearance.</p><ul><li><p>\"Digital artwork of Fern from Sousou no Frieren, with long purple hair and purple eyes, wearing a black coat over a white dress with puffy sleeves...\"</p></li><li><p>This is extra important when prompting for multiple characters. If you just list off character names with no description of appearance, the model can get confused.</p></li></ul></li></ul><h1 id=\"model-comparison\">Model comparison</h1><p>You may be interested in comparing Anima's outputs with other models. A ComfyUI workflow, anima_comparison.json, is provided. This workflow generates a grid of images where each model is a column and the rows are different seeds. It can be configured to compare any number of models you select by changing a few output nodes. Supported model architectures: Anima, SDXL, Lumina, Chroma, Newbie-Image. The default configuration compares Anima, NetaYume, and Newbie-Image.</p><h1 id=\"limitations\">Limitations</h1><ul><li><p>The model doesn't do realism well. This is intended. It is an anime / illustration / art focused model.</p></li><li><p>The model may generate undesired content, especially if the prompt is short or lacking details.</p><ul><li><p>Avoid this by using the appropriate safety tags in the positive and negative prompts, and by writing sufficiently detailed prompts.</p></li></ul></li><li><p>The model isn't great at text rendering. It can generally do single words and sometimes short phrases, but lengthy text rendering won't work well.</p></li><li><p>The preview model isn't that good at higher resolutions yet.</p><ul><li><p>It is a medium-resolution intermediate checkpoint, trained on a small amount of high-res images.</p></li><li><p>The final version will have been trained on a dedicated high-res phase. Details and overall image composition will improve.</p></li></ul></li><li><p>The preview model is a true base model. It hasn't been aesthetic tuned on a curated dataset. The default style is very plain and neutral, which is especially apparent if you don't use artist or quality tags.</p></li></ul><h1 id=\"license\">License</h1><p>This model is licensed under the CircleStone Labs Non-Commercial License. The model and derivatives are only usable for non-commercial purposes. Additionally, this model constitutes a \"Derivative Model\" of Cosmos-Predict2-2B-Text2Image, and therefore is subject to the <a target=\"_blank\" rel=\"ugc\" href=\"https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/\">NVIDIA Open Model License Agreement</a> insofar as it applies to Derivative Models.</p><p>The details of the commercial licensing process are still being worked out. For now, you can express your interest in acquiring a commercial license by emailing <a target=\"_blank\" rel=\"ugc\" href=\"mailto:tdrussell1@proton.me\">tdrussell1@proton.me</a></p><p>Built on NVIDIA Cosmos.</p>",
      "tags": [
        "anima",
        "circlestone",
        "digital art",
        "2d",
        "cosmos",
        "illustration",
        "anime",
        "base model"
      ],
      "allowNoCredit": true,
      "allowCommercialUse": [
        "{}"
      ],
      "allowDerivatives": false,
      "allowDifferentLicense": false
    },
    "files": [
      {
        "id": 2542128,
        "sizeKB": 4084197.6171875,
        "name": "anima_preview.safetensors",
        "type": "Model",
        "pickleScanResult": "Success",
        "pickleScanMessage": "No Pickle imports",
        "virusScanResult": "Success",
        "virusScanMessage": null,
        "scannedAt": "2026-02-02T21:56:51.883Z",
        "metadata": {
          "format": "SafeTensor",
          "size": "full",
          "fp": "bf16"
        },
        "hashes": {
          "AutoV1": "00BE0696",
          "AutoV2": "41FA7B7861",
          "SHA256": "41FA7B78613DFE0D888B3647F70C7FB8CDFDA2FF177E78D2E16E06DC810D9DCC",
          "CRC32": "A36A6E52",
          "BLAKE3": "6E85C213663A69109C0223BFF706877FBECD75617931096DAB9222204EAA1420",
          "AutoV3": "0E74D62F9D50"
        },
        "primary": true,
        "downloadUrl": "https://civitai.com/api/download/models/2653283"
      }
    ],
    "images": [
      {
        "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a4a745d-1bd9-46ef-b832-f9d216ae3afb/original=true/119697060.jpeg",
        "nsfwLevel": 1,
        "width": 1024,
        "height": 1024,
        "hash": "UHGlYU-U1NbcK-M{%$NG0NjcW?xa0MIpnNWX",
        "type": "image",
        "metadata": {
          "hash": "UHGlYU-U1NbcK-M{%$NG0NjcW?xa0MIpnNWX",
          "size": 1185344,
          "width": 1024,
          "height": 1024,
          "nsfwLevelReason": "Knights Vote"
        },
        "minor": false,
        "poi": false,
        "meta": {
          "seed": 856853657535148,
          "vaes": [
            "qwen_image_vae.safetensors"
          ],
          "steps": 30,
          "width": 1024,
          "height": 1024,
          "prompt": "masterpiece, best quality, score_7, safe. An anime girl wearing a black tank-top and denim shorts is standing outdoors. She's holding a rectangular sign out in front of her that reads \"ANIMA\". She's looking at the viewer with a smile. The background features some trees and blue sky with clouds.",
          "denoise": 1,
          "sampler": "er_sde",
          "cfgScale": 4,
          "scheduler": "simple",
          "negativePrompt": "worst quality, low quality, score_1, score_2, score_3, blurry, jpeg artifacts, sepia"
        },
        "availability": "Public",
        "hasMeta": true,
        "hasPositivePrompt": true,
        "onSite": false,
        "remixOfId": null
      },
      {
        "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2286495-a674-437e-b43d-0379c56e0a06/original=true/119697076.jpeg",
        "nsfwLevel": 1,
        "width": 1152,
        "height": 896,
        "hash": "UpKe1DaeYjtR}no0IVV[%gr=bIW=OsxDa{Sh",
        "type": "image",
        "metadata": {
          "hash": "UpKe1DaeYjtR}no0IVV[%gr=bIW=OsxDa{Sh",
          "size": 1810891,
          "width": 1152,
          "height": 896,
          "nsfwLevelReason": "Knights Vote"
        },
        "minor": false,
        "poi": false,
        "meta": {
          "seed": 1324060743,
          "Model": "anima-preview",
          "steps": 20,
          "width": 1152,
          "height": 896,
          "prompt": "\n\nyear 2025, newest, masterpiece, best quality, score_7, score_8, score_9, artist @ssambatea.\nA young woman holding a large sign that reads \"ANIMA\"",
          "sampler": "Euler",
          "cfgScale": 3,
          "resources": [
            {
              "hash": "0e74d62f9d50",
              "name": "anima-preview",
              "type": "model"
            },
            {
              "hash": "4f452011ea09",
              "name": "QwenImage/qwen_image_vae",
              "type": "vae"
            },
            {
              "hash": "6df43b8db8ed",
              "name": "qwen_3_06b_base",
              "type": "txxlmodel"
            }
          ],
          "scheduler": "simple",
          "negativePrompt": "low quality, worst quality, normal quality, score_1, score_2, score_3, score_4, score_5, jpeg artifacts, text, watermark, signature, banner, realistic, photorealistic, bad anatomy, bad hands, deformed hands, extra fingers, mutated hands, missing fingers, malformed limbs, fused fingers, too many fingers",
          "originalSampler": "euler"
        },
        "availability": "Public",
        "hasMeta": true,
        "hasPositivePrompt": true,
        "onSite": false,
        "remixOfId": null
      },
      {
        "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5336bf69-31bc-4a80-827f-4213e2e9737b/original=true/119697086.jpeg",
        "nsfwLevel": 1,
        "width": 1152,
        "height": 896,
        "hash": "UcL4j4WXtl-o*0WBWatP0Pa#9aWB$+bIIBae",
        "type": "image",
        "metadata": {
          "hash": "UcL4j4WXtl-o*0WBWatP0Pa#9aWB$+bIIBae",
          "size": 1247642,
          "width": 1152,
          "height": 896,
          "nsfwLevelReason": "Knights Vote"
        },
        "minor": false,
        "poi": false,
        "meta": {
          "seed": 179562350,
          "Model": "anima-preview",
          "steps": 20,
          "width": 1152,
          "height": 896,
          "prompt": "\n\nyear 2025, newest, masterpiece, best quality, score_7, score_8, score_9, artist @ssambatea.\nA young woman holding a large sign that reads \"ANIMA\"",
          "sampler": "Euler",
          "cfgScale": 6,
          "resources": [
            {
              "hash": "0e74d62f9d50",
              "name": "anima-preview",
              "type": "model"
            },
            {
              "hash": "4f452011ea09",
              "name": "QwenImage/qwen_image_vae",
              "type": "vae"
            },
            {
              "hash": "6df43b8db8ed",
              "name": "qwen_3_06b_base",
              "type": "txxlmodel"
            }
          ],
          "scheduler": "simple",
          "negativePrompt": "low quality, worst quality, normal quality, score_1, score_2, score_3, score_4, score_5, jpeg artifacts, text, watermark, signature, banner, realistic, photorealistic, bad anatomy, bad hands, deformed hands, extra fingers, mutated hands, missing fingers, malformed limbs, fused fingers, too many fingers",
          "originalSampler": "euler"
        },
        "availability": "Public",
        "hasMeta": true,
        "hasPositivePrompt": true,
        "onSite": false,
        "remixOfId": null
      },
      {
        "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b134f63c-7b25-4c57-abed-5055f02cda51/original=true/119697088.jpeg",
        "nsfwLevel": 1,
        "width": 1152,
        "height": 896,
        "hash": "U%Lz51~oyCkW?GozozMyb]R+s:RQ%LWVRkae",
        "type": "image",
        "metadata": {
          "hash": "U%Lz51~oyCkW?GozozMyb]R+s:RQ%LWVRkae",
          "size": 799347,
          "width": 1152,
          "height": 896,
          "nsfwLevelReason": "Knights Vote"
        },
        "minor": false,
        "poi": false,
        "meta": {
          "seed": 179562349,
          "Model": "anima-preview",
          "steps": 20,
          "width": 1152,
          "height": 896,
          "prompt": "\n\nyear 2025, newest, masterpiece, best quality, score_7, score_8, score_9, artist @ssambatea.\nA young woman holding a large sign that reads \"ANIMA\"",
          "sampler": "Euler",
          "cfgScale": 6,
          "resources": [
            {
              "hash": "0e74d62f9d50",
              "name": "anima-preview",
              "type": "model"
            },
            {
              "hash": "4f452011ea09",
              "name": "QwenImage/qwen_image_vae",
              "type": "vae"
            },
            {
              "hash": "6df43b8db8ed",
              "name": "qwen_3_06b_base",
              "type": "txxlmodel"
            }
          ],
          "scheduler": "simple",
          "negativePrompt": "low quality, worst quality, normal quality, score_1, score_2, score_3, score_4, score_5, jpeg artifacts, text, watermark, signature, banner, realistic, photorealistic, bad anatomy, bad hands, deformed hands, extra fingers, mutated hands, missing fingers, malformed limbs, fused fingers, too many fingers",
          "originalSampler": "euler"
        },
        "availability": "Public",
        "hasMeta": true,
        "hasPositivePrompt": true,
        "onSite": false,
        "remixOfId": null
      },
      {
        "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d78e3de-01a4-4bb0-b15a-23246b0a9c84/original=true/119697089.jpeg",
        "nsfwLevel": 1,
        "width": 1152,
        "height": 896,
        "hash": "U-Fs#[%Mn$NJ_N%Mo0NG%LodjFR+bbRjf7oz",
        "type": "image",
        "metadata": {
          "hash": "U-Fs#[%Mn$NJ_N%Mo0NG%LodjFR+bbRjf7oz",
          "size": 1312272,
          "width": 1152,
          "height": 896,
          "nsfwLevelReason": "Knights Vote"
        },
        "minor": false,
        "poi": false,
        "meta": {
          "seed": 179562348,
          "Model": "anima-preview",
          "steps": 20,
          "width": 1152,
          "height": 896,
          "prompt": "\n\nyear 2025, newest, masterpiece, best quality, score_7, score_8, score_9, artist @ssambatea.\nA young woman holding a large sign that reads \"ANIMA\"",
          "sampler": "Euler",
          "cfgScale": 6,
          "resources": [
            {
              "hash": "0e74d62f9d50",
              "name": "anima-preview",
              "type": "model"
            },
            {
              "hash": "4f452011ea09",
              "name": "QwenImage/qwen_image_vae",
              "type": "vae"
            },
            {
              "hash": "6df43b8db8ed",
              "name": "qwen_3_06b_base",
              "type": "txxlmodel"
            }
          ],
          "scheduler": "simple",
          "negativePrompt": "low quality, worst quality, normal quality, score_1, score_2, score_3, score_4, score_5, jpeg artifacts, text, watermark, signature, banner, realistic, photorealistic, bad anatomy, bad hands, deformed hands, extra fingers, mutated hands, missing fingers, malformed limbs, fused fingers, too many fingers",
          "originalSampler": "euler"
        },
        "availability": "Public",
        "hasMeta": true,
        "hasPositivePrompt": true,
        "onSite": false,
        "remixOfId": null
      },
      {
        "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fe451b5-aff2-44ac-a5dd-07e9a1dad6e6/original=true/119697087.jpeg",
        "nsfwLevel": 1,
        "width": 1152,
        "height": 896,
        "hash": "UQHgG7-9.lKi3DJ-9]wJ?aOXzqjFPA#,#SOr",
        "type": "image",
        "metadata": {
          "hash": "UQHgG7-9.lKi3DJ-9]wJ?aOXzqjFPA#,#SOr",
          "size": 684199,
          "width": 1152,
          "height": 896,
          "nsfwLevelReason": "Knights Vote"
        },
        "minor": false,
        "poi": false,
        "meta": {
          "seed": 179562345,
          "Model": "anima-preview",
          "steps": 20,
          "width": 1152,
          "height": 896,
          "prompt": "\n\nyear 2025, newest, masterpiece, best quality, score_7, score_8, score_9, artist @ssambatea.\nA young woman holding a large sign that reads \"ANIMA\"",
          "sampler": "Euler",
          "cfgScale": 6,
          "resources": [
            {
              "hash": "0e74d62f9d50",
              "name": "anima-preview",
              "type": "model"
            },
            {
              "hash": "4f452011ea09",
              "name": "QwenImage/qwen_image_vae",
              "type": "vae"
            },
            {
              "hash": "6df43b8db8ed",
              "name": "qwen_3_06b_base",
              "type": "txxlmodel"
            }
          ],
          "scheduler": "simple",
          "negativePrompt": "low quality, worst quality, normal quality, score_1, score_2, score_3, score_4, score_5, jpeg artifacts, text, watermark, signature, banner, realistic, photorealistic, bad anatomy, bad hands, deformed hands, extra fingers, mutated hands, missing fingers, malformed limbs, fused fingers, too many fingers",
          "originalSampler": "euler"
        },
        "availability": "Public",
        "hasMeta": true,
        "hasPositivePrompt": true,
        "onSite": false,
        "remixOfId": null
      },
      {
        "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d5f9d64-f572-4b30-99a6-19ac03bd3ed4/original=true/119697090.jpeg",
        "nsfwLevel": 1,
        "width": 1152,
        "height": 896,
        "hash": "UgIj,~yBqER7yWWBRPoyEyae-Vbao|j[aKbH",
        "type": "image",
        "metadata": {
          "hash": "UgIj,~yBqER7yWWBRPoyEyae-Vbao|j[aKbH",
          "size": 1703365,
          "width": 1152,
          "height": 896,
          "nsfwLevelReason": "Knights Vote"
        },
        "minor": false,
        "poi": false,
        "meta": {
          "seed": 179562344,
          "Model": "anima-preview",
          "steps": 20,
          "width": 1152,
          "height": 896,
          "prompt": "\n\nyear 2025, newest, masterpiece, best quality, score_7, score_8, score_9, artist @ssambatea.\nA young woman holding a large sign that reads \"ANIMA\"",
          "sampler": "Euler",
          "cfgScale": 6,
          "resources": [
            {
              "hash": "0e74d62f9d50",
              "name": "anima-preview",
              "type": "model"
            },
            {
              "hash": "4f452011ea09",
              "name": "QwenImage/qwen_image_vae",
              "type": "vae"
            },
            {
              "hash": "6df43b8db8ed",
              "name": "qwen_3_06b_base",
              "type": "txxlmodel"
            }
          ],
          "scheduler": "simple",
          "negativePrompt": "low quality, worst quality, normal quality, score_1, score_2, score_3, score_4, score_5, jpeg artifacts, text, watermark, signature, banner, realistic, photorealistic, bad anatomy, bad hands, deformed hands, extra fingers, mutated hands, missing fingers, malformed limbs, fused fingers, too many fingers",
          "originalSampler": "euler"
        },
        "availability": "Public",
        "hasMeta": true,
        "hasPositivePrompt": true,
        "onSite": false,
        "remixOfId": null
      },
      {
        "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bca78ca5-2a11-4035-bc79-a9bbfa9b7388/original=true/120604431.jpeg",
        "nsfwLevel": 1,
        "width": 1440,
        "height": 1120,
        "hash": "UKDdLc_MTLMzIuozyWx]4UIUaKaxABMxv$wc",
        "type": "image",
        "metadata": {
          "hash": "UKDdLc_MTLMzIuozyWx]4UIUaKaxABMxv$wc",
          "size": 2425129,
          "width": 1440,
          "height": 1120,
          "nsfwLevelReason": "Knights Vote"
        },
        "minor": false,
        "poi": false,
        "meta": {
          "seed": 567485984,
          "Model": "anima/anima-preview-fp8mixedlearned",
          "steps": 25,
          "width": 1152,
          "height": 896,
          "prompt": "year 2025, newest, masterpiece, best quality, score_7, score_8, score_9. watercolor, traditional media, painterly, black outline. Light gleams off the exhausted young woman's sweat-slicked skin, tracing contours from her furrowed brow down to parted lips glistening with moisture amid a subtle cough, a single sweatdrop beading at her temple and trailing toward her jawline. Her fingertips delicately remove eyewear, pinching the frame as it lifts from electric green irises that gradient into hunter green at the edges, catching specular highlights on long lashes framing them. Strands of disheveled hair cling to damp cheeks, pierced by the metal ring choker hugging her throat, its pentacle pendant dangling against the sheer tulle skater dress collar she brushes with her other hand. Softly blurred background hints at castle siege chaos—catapults on pivoting bases amid outer baileys strewn with siege debris, composite bows in hidden alcoves, resin arrows embedding and blazing near tattered tapestries aflame on crumbling ravelin outworks. atmospheric haze, cool light, low key, neon light, deep shadows.",
          "sampler": "Euler a",
          "cfgScale": 7,
          "resources": [
            {
              "hash": "054cd09bd0a7",
              "name": "anima/anima-preview-fp8mixedlearned",
              "type": "model"
            },
            {
              "hash": "4f452011ea09",
              "name": "qwen_image_vae",
              "type": "vae"
            },
            {
              "hash": "6df43b8db8ed",
              "name": "qwen_3_06b_base",
              "type": "txxlmodel"
            }
          ],
          "scheduler": "beta",
          "negativePrompt": "low quality, worst quality, normal quality, score_1, score_2, score_3, score_4, score_5, jpeg artifacts, text, watermark, signature, banner, realistic, photorealistic, bad anatomy, bad hands, deformed hands, extra fingers, mutated hands, missing fingers, malformed limbs, fused fingers, too many fingers",
          "originalSampler": "euler_ancestral"
        },
        "availability": "Public",
        "hasMeta": true,
        "hasPositivePrompt": true,
        "onSite": false,
        "remixOfId": null
      },
      {
        "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dce500e-d34e-4d0d-8087-fb0a68392b9e/original=true/120604437.jpeg",
        "nsfwLevel": 1,
        "width": 1440,
        "height": 1120,
        "hash": "U7FF54oz00jvF^M{o}-;4:ni=_Rj00V[~WsC",
        "type": "image",
        "metadata": {
          "hash": "U7FF54oz00jvF^M{o}-;4:ni=_Rj00V[~WsC",
          "size": 1928317,
          "width": 1440,
          "height": 1120,
          "nsfwLevelReason": "Knights Vote"
        },
        "minor": false,
        "poi": false,
        "meta": {
          "seed": 1434854689,
          "Model": "anima/anima-preview-fp8mixedlearned",
          "steps": 25,
          "width": 1152,
          "height": 896,
          "prompt": "year 2025, newest, masterpiece, best quality, score_7, score_8, score_9. watercolor, traditional media, painterly, black outline. A single character framed from the chest up looks at the viewer with wide, red eyes and a crazy, heart-filled smile, her mouth open in a yawn or a drunken gasp. Her brown hair, styled with parted bangs and long locks, is partially covered by a black animal ear hairband. Her skin is flushed with blush across her cheeks and nose, and she wears a revealing black reverse bunnysuit and shrug. One of her hands is raised, her fingertips brushing the red bowtie at her collar. Moonlight shafts cast a stark white outline on her face, catching the moisture on her lips and the fine stray hairs between her eyes, while the faint outline of an ice bucket and tray is blurred in the background. steel blue base, muted crimson gradient and chartreuse green accent. golden hour light, haze, warm light, backlight, scattered light, volumetric light.",
          "sampler": "Euler a",
          "cfgScale": 7,
          "resources": [
            {
              "hash": "054cd09bd0a7",
              "name": "anima/anima-preview-fp8mixedlearned",
              "type": "model"
            },
            {
              "hash": "4f452011ea09",
              "name": "qwen_image_vae",
              "type": "vae"
            },
            {
              "hash": "6df43b8db8ed",
              "name": "qwen_3_06b_base",
              "type": "txxlmodel"
            }
          ],
          "scheduler": "beta",
          "negativePrompt": "low quality, worst quality, normal quality, score_1, score_2, score_3, score_4, score_5, jpeg artifacts, text, watermark, signature, banner, realistic, photorealistic, bad anatomy, bad hands, deformed hands, extra fingers, mutated hands, missing fingers, malformed limbs, fused fingers, too many fingers",
          "originalSampler": "euler_ancestral"
        },
        "availability": "Public",
        "hasMeta": true,
        "hasPositivePrompt": true,
        "onSite": false,
        "remixOfId": null
      },
      {
        "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2de216fd-016f-4eb3-b708-9c190cf36746/original=true/120604438.jpeg",
        "nsfwLevel": 1,
        "width": 1440,
        "height": 1120,
        "hash": "UCFN[20p0N=wImE3-o#k03~9ogI@EM%1Rjs.",
        "type": "image",
        "metadata": {
          "hash": "UCFN[20p0N=wImE3-o#k03~9ogI@EM%1Rjs.",
          "size": 2382616,
          "width": 1440,
          "height": 1120,
          "nsfwLevelReason": "Knights Vote"
        },
        "minor": false,
        "poi": false,
        "meta": {
          "seed": 1005152901,
          "Model": "anima/anima-preview-fp8mixedlearned",
          "steps": 25,
          "width": 1152,
          "height": 896,
          "prompt": "year 2025, newest, masterpiece, best quality, score_7, score_8, score_9. watercolor, traditional media, painterly, black outline. A single girl in a hanfu, her long brown hair in twintails, is shown in a tight close-up, her brown eyes staring with palpable despair as her fingers trace the edge of a discarded baseball cap she holds. Sharp, comic-style inking defines her tear-streaked skin and the texture of the fabric. Dramatic lighting from a spilled, sticky soft drink casts a harsh, angular glow across her face, illuminating the moisture on her lips and catching the stray hairs that frame her expressionless features, the background a softly blurred chaos. light salmon pink base and blue violet gradient. golden hour light, warm light, side light, soft shadows, specular highlights.",
          "sampler": "Euler a",
          "cfgScale": 7,
          "resources": [
            {
              "hash": "054cd09bd0a7",
              "name": "anima/anima-preview-fp8mixedlearned",
              "type": "model"
            },
            {
              "hash": "4f452011ea09",
              "name": "qwen_image_vae",
              "type": "vae"
            },
            {
              "hash": "6df43b8db8ed",
              "name": "qwen_3_06b_base",
              "type": "txxlmodel"
            }
          ],
          "scheduler": "beta",
          "negativePrompt": "low quality, worst quality, normal quality, score_1, score_2, score_3, score_4, score_5, jpeg artifacts, text, watermark, signature, banner, realistic, photorealistic, bad anatomy, bad hands, deformed hands, extra fingers, mutated hands, missing fingers, malformed limbs, fused fingers, too many fingers",
          "originalSampler": "euler_ancestral"
        },
        "availability": "Public",
        "hasMeta": true,
        "hasPositivePrompt": true,
        "onSite": false,
        "remixOfId": null
      }
    ],
    "downloadUrl": "https://civitai.com/api/download/models/2653283",
    "creator": {
      "username": "clueless_engineer",
      "image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a959494-072f-4534-984b-6c01c1cba4a8/width=96/clueless_engineer.jpeg"
    }
  },
  "tags": [
    "anima",
    "circlestone",
    "digital art",
    "2d",
    "cosmos",
    "illustration",
    "anime",
    "base model"
  ],
  "modelDescription": "<p>This is not my model. Don't ask me questions. I don't know the answers.</p><p>Go to the <a target=\"_blank\" rel=\"ugc\" href=\"https://huggingface.co/circlestone-labs/Anima\">official Anima Huggingface repo</a> for answers.</p><p>You need to use <a target=\"_blank\" rel=\"ugc\" href=\"https://huggingface.co/circlestone-labs/Anima/tree/main/split_files/text_encoders\">qwen_3_06b_base.safetensors</a> for text encoder, and <a target=\"_blank\" rel=\"ugc\" href=\"https://huggingface.co/circlestone-labs/Anima/tree/main/split_files/vae\">qwen_image_vae.safetensors</a> for VAE.</p><p>I've only uploaded the model here as a way to tag the images I generate with it. It will most likely be taken down once the official owners upload their own version, so be warned.</p><p>The following is the original README as of time of publishing.</p><hr /><p></p><edge-media url=\"f52dd582-1f72-4e9e-a0df-d27d839f37fb\" type=\"image\" filename=\"example.png\"></edge-media><p></p><p>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.</p><p>It is trained on several million anime images and about 800k non-anime artistic images. No synthetic data was used for training. The knowledge cut-off date for the anime training data is September 2025.</p><p>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.</p><h1 id=\"installing-and-running\">Installing and running</h1><p>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:</p><ul><li><p>anima-preview.safetensors goes in ComfyUI/models/diffusion_models</p></li><li><p>qwen_3_06b_base.safetensors goes in ComfyUI/models/text_encoders</p></li><li><p>qwen_image_vae.safetensors goes in ComfyUI/models/vae (this is the Qwen-Image VAE, you might already have it)</p></li></ul><h2 id=\"generation-settings\">Generation settings</h2><ul><li><p>The preview version should be used at about 1MP resolution. E.g. 1024x1024, 896x1152, 1152x896, etc.</p></li><li><p>30-50 steps, CFG 4-5.</p></li><li><p>A variety of samplers work. Some of my favorites:</p><ul><li><p>er_sde: neutral style, flat colors, sharp lines. I use this as a reasonable default.</p></li><li><p>euler_a: Softer, thinner lines. Can sometimes tend towards a 2.5D look. CFG can be pushed a bit higher than other samplers without burning the image.</p></li><li><p>dpmpp_2m_sde_gpu: similar in style to er_sde but can produce more variety and be more \"creative\". Depending on the prompt it can get too wild sometimes.</p></li></ul></li></ul><h1 id=\"prompting\">Prompting</h1><p>The model is trained on Danbooru-style tags, natural language captions, and combinations of tags and captions.</p><h2 id=\"tag-order\">Tag order</h2><p>[quality/meta/year/safety tags] [1girl/1boy/1other etc] [character] [series] [artist] [general tags]</p><p>Within each tag section, the tags can be in arbitrary order.</p><h2 id=\"quality-tags\">Quality tags</h2><p>Human score based: masterpiece, best quality, good quality, normal quality, low quality, worst quality</p><p>PonyV7 aesthetic model based: score_9, score_8, ..., score_1</p><p>You can use either the human score quality tags, the aesthetic model tags, both together, or neither. All combinations work.</p><h2 id=\"time-period-tags\">Time period tags</h2><p>Specific year: year 2025, year 2024, ...</p><p>Period: newest, recent, mid, early, old</p><h2 id=\"meta-tags\">Meta tags</h2><p>highres, absurdres, anime screenshot, jpeg artifacts, official art, etc</p><h2 id=\"safety-tags\">Safety tags</h2><p>safe, sensitive, nsfw, explicit</p><h2 id=\"artist-tags\">Artist tags</h2><p>Prefix artist with @. E.g. \"@big chungus\". <strong>You must put @ in front of the artist.</strong> The effect will be very weak if you don't.</p><h2 id=\"full-tag-example\">Full tag example</h2><p>year 2025, newest, normal quality, score_5, highres, safe, 1girl, oomuro sakurako, yuru yuri, @nnn yryr, smile, brown hair, hat, solo, fur-trimmed gloves, open mouth, long hair, gift box, fang, skirt, red gloves, blunt bangs, gloves, one eye closed, shirt, brown eyes, santa costume, red hat, skin fang, twitter username, white background, holding bag, fur trim, simple background, brown skirt, bag, gift bag, looking at viewer, santa hat, ;d, red shirt, box, gift, fur-trimmed headwear, holding, red capelet, holding box, capelet</p><h2 id=\"tag-dropout\">Tag dropout</h2><p>The model was trained with random tag dropout. You don't need to include every single relevant tag for the image.</p><h2 id=\"dataset-tags\">Dataset tags</h2><p>To improve style and content diversity, the model was additionally trained on two non-anime datasets: LAION-POP (specifically the ye-pop version) and DeviantArt. Both were filtered to exclude photos. Because these datasets are qualitatively different from anime datasets, captions from them have been labeled with a \"dataset tag\". This occurs at the very beginning of a prompt followed by a newline. Optionally, the second line can contain either the image alt-text (ye-pop) or the title of the work (DeviantArt). Examples:</p><p>ye-pop</p><p>For Sale: Others by Arun Prem</p><p>Abstract, oil painting of three faceless, blue-skinned figures. Left: white, draped figure; center: yellow-shirted, dark-haired figure; right: red-veiled, dark-haired figure carrying another. Bold, textured colors, minimalist style.</p><p></p><p>deviantart</p><p>Flame</p><p>Digital painting of a fiery dragon with glowing yellow eyes, black horns, and a long, sinuous tail, perched on a glowing, molten rock formation. The background is a gradient of dark purple to orange.</p><h2 id=\"natural-language-prompting-tips\">Natural language prompting tips</h2><ul><li><p>If using pure natural langauge, more descriptive is better. Aim for at least 2 sentences. Extremely short prompts can give unexpected results (this will be better in the final version).</p></li><li><p>You can mix tags and natural language in arbitrary order.</p></li><li><p>You can put quality / artist tags at the beginning of a natural language prompt.</p><ul><li><p>\"masterpiece, best quality, @big chungus. An anime girl with medium-length blonde hair is...\"</p></li></ul></li><li><p>Name a character, then describe their basic appearance.</p><ul><li><p>\"Digital artwork of Fern from Sousou no Frieren, with long purple hair and purple eyes, wearing a black coat over a white dress with puffy sleeves...\"</p></li><li><p>This is extra important when prompting for multiple characters. If you just list off character names with no description of appearance, the model can get confused.</p></li></ul></li></ul><h1 id=\"model-comparison\">Model comparison</h1><p>You may be interested in comparing Anima's outputs with other models. A ComfyUI workflow, anima_comparison.json, is provided. This workflow generates a grid of images where each model is a column and the rows are different seeds. It can be configured to compare any number of models you select by changing a few output nodes. Supported model architectures: Anima, SDXL, Lumina, Chroma, Newbie-Image. The default configuration compares Anima, NetaYume, and Newbie-Image.</p><h1 id=\"limitations\">Limitations</h1><ul><li><p>The model doesn't do realism well. This is intended. It is an anime / illustration / art focused model.</p></li><li><p>The model may generate undesired content, especially if the prompt is short or lacking details.</p><ul><li><p>Avoid this by using the appropriate safety tags in the positive and negative prompts, and by writing sufficiently detailed prompts.</p></li></ul></li><li><p>The model isn't great at text rendering. It can generally do single words and sometimes short phrases, but lengthy text rendering won't work well.</p></li><li><p>The preview model isn't that good at higher resolutions yet.</p><ul><li><p>It is a medium-resolution intermediate checkpoint, trained on a small amount of high-res images.</p></li><li><p>The final version will have been trained on a dedicated high-res phase. Details and overall image composition will improve.</p></li></ul></li><li><p>The preview model is a true base model. It hasn't been aesthetic tuned on a curated dataset. The default style is very plain and neutral, which is especially apparent if you don't use artist or quality tags.</p></li></ul><h1 id=\"license\">License</h1><p>This model is licensed under the CircleStone Labs Non-Commercial License. The model and derivatives are only usable for non-commercial purposes. Additionally, this model constitutes a \"Derivative Model\" of Cosmos-Predict2-2B-Text2Image, and therefore is subject to the <a target=\"_blank\" rel=\"ugc\" href=\"https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/\">NVIDIA Open Model License Agreement</a> insofar as it applies to Derivative Models.</p><p>The details of the commercial licensing process are still being worked out. For now, you can express your interest in acquiring a commercial license by emailing <a target=\"_blank\" rel=\"ugc\" href=\"mailto:tdrussell1@proton.me\">tdrussell1@proton.me</a></p><p>Built on NVIDIA Cosmos.</p>",
  "civitai_deleted": false,
  "favorite": false,
  "exclude": false,
  "db_checked": false,
  "skip_metadata_refresh": false,
  "metadata_source": "civitai_api",
  "last_checked_at": 1772525862.73372,
  "hash_status": "completed",
  "usage_tips": "{}",
  "sub_type": "checkpoint"
}