Here is my very first version of UnNamedIXL for ANIMA.
Based on my own finetune of Cosmos2 plus @Felldude incredible work on Final Cut, with some more additional training to bring some of UnNamed original aesthetic.
Disclaimer: I am making it early access at low cost to avoid automatic scraping download for the first day. As I usually tip 100 Buzz to the first few pictures made using my models, "buying" it in EA will most probably be refunded 😉
Two versions provided:
pruned: That's the base diffusion model.
full: All In One, VAE+TE+Turbo LoRA included.
Usage (what i use, feel free to adapt):
sampler/scheduler: ER SDE/Beta
32 steps
CFG 4
Flow shift 3
Positive: masterpiece, best quality, realistic, detailed skin, highres, <your prompt> (optionally, you can add uncensored)
Negative: worst quality, low quality, blurry, anatomical nonsense, jpeg artifacts, bad anatomy, extra limbs, deformed, watermark, text, signature, copyrights name, bad hands, missing fingers, extra digit, fewer digits, artistic error, ye-pop, deviantart, patreon logo
Now, it works nicely as a standalone, but it gives even better results (IMHO) with the Turbo LoRA, in this case i switch to:
16 steps
CFG 1.2
You can check in the showcase some pictures made with and without.
Recipe (how it was made):
Both FinalCut and my uncensored Cosmos2 were added to base ANIMA v1 + some LoRA for good measure:
(venv) root@nyarlathotep:~/ANIMA# python
>>> import sd_mecha as sdm
>>> models = [
... "animaFinalcut.safetensors",
... "uncensored_cosmos2.safetensors",
... ]
>>> models = list(map(sdm.model,models))
>>> recipe = sdm.add_difference_ties(sdm.model("anima-base-v1.0.safetensors"),*models,alpha=0.6)
>>> sdm.merge(recipe,output="unnamed-init.safetensors")
(venv) root@nyarlathotep:~/ANIMA# python merge_lora.py unnamed-init.safetensors nArnima_lora_V2.safetensors 0.3 unnamed-v0.safetensors
---
Here, 12 epochs (6312 steps) of further training was done on v0 to make an upgrader lora.
---
(venv) root@nyarlathotep:~/ANIMA# python merge_lora.py unnamed-v0.safetensors unnamed-upgrader.safetensors 0.6 UNNAMED_ANIMA_V1.safetensorsThanks everyone! 🥰🥰🥰
PS: the next step will probably some distillation from a ZiT model as i want to test build a student/teacher workflow from scratch (for those who didn't know, i do most of this to learn how to handle AI low level stuff for work, at one point i'll probably try making a DiT model from scratch ha ha)
Legal
The CircleStone Model is licensed by CircleStone Labs LLC under the CircleStone Non-Commercial License. Copyright CircleStone Labs LLC. IN NO EVENT SHALL CIRCLESTONE LABS LLC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH USE OF THIS MODEL.
Description
Posted on Civitai, upload found elsewhere are FORBIDDEN and done without the author permission.



















