CivArchive
    AnimaForge
    Free, local, one-click LoRA trainer built only for Anima. Point it at a folder. Name it. Forge.
    
    Training a LoRA shouldn't mean an evening lost in Kohya's wall of knobs. AnimaForge is a free Windows app that does the whole run from one screen: pick your image folder, name the LoRA, hit Train. It auto-captions (WD14 tags + JoyCaption descriptions), calculates sane step counts for your dataset size, and trains with settings hand-tuned for one model — Anima. That focus is the whole point.
    
    You watch it learn. Preview images render every epoch while training runs. Flip on Compare epochs to see them side by side, spot the earliest epoch that already nails your character, and stop right there — no over-training guesswork, no re-runs. Stopped too soon or crashed? Resume from the last checkpoint.
    
    It has opinions, so you don't need any. Pick a preset — Person, Object / Concept, or Style — and the subject handling, optimizer, network size, and step budget are set. Power users can save their own presets, switch optimizers (Prodigy auto-LR or classic AdamW8bit), and preview the exact training config before launch. Guard rails catch the classics before they burn a run: empty captions (one-click fix), low VRAM, even duplicate images hiding in your dataset.
    
    It finishes the job. One click copies the trained LoRA into your Forge or ComfyUI models folder — with the trigger word baked into the filename, so anyone you share it with knows exactly what to type. A batch queue captions and trains multiple LoRAs unattended, and survives a restart.
    
    Runs on your machine. Your images, captions, and LoRAs never leave your computer. No subscriptions, no queues, no uploads.
    
    WHAT'S NEW — v2.9.3
    • Stray USE_LIBUV in your own Windows environment? Fix it without leaving AnimaForge — Setup → Training Environment adds a checkbox that forces AnimaForge's setting even when your environment already has one, plus a button that clears it from Windows outright. No more manual System Properties surgery
    • See exactly what's in play — a live status line in Setup shows the effective USE_LIBUV and where it's coming from, so you're never guessing whether the fix applies to you
    • Reset Training Environment — one click re-verifies PyTorch from scratch when something about your setup looks stale, without losing your last known-good result unless the fresh check genuinely can't confirm it
    • Clear now tells you whether it worked — success or failure is logged right there instead of the button just going grey
    Full history: github.com/SillySilk/AnimaForge
    
    WHAT YOU'LL NEED
    • Windows + NVIDIA GPU (CUDA) — includes RTX 50-series. No CPU/AMD path.
    • ~16 GB VRAM comfortable; low-VRAM mode reaches smaller cards (8 GB practical floor).
    • The three Anima files (Setup auto-detects them): DiT checkpoint, Qwen3 text encoder, Qwen-Image VAE — from Hugging Face circlestone-labs/Anima.
    
    GET IT → github.com/SillySilk/AnimaForge
    install.bat (one-time — builds a self-contained .venv with the full stack), then launch.bat.
    
    100% free and open source (MIT). Built for the Anima community. Forge something great.
    
    
    ------------------------------ ② VERSION DESCRIPTION (v2.9.3) — see changelog-2026-08-03.md ------------------------------
    
    v2.9.3 — self-service fixes for the training crash
    
    • Stray USE_LIBUV in your own Windows environment? Fix it without leaving AnimaForge — Setup → Training Environment adds a checkbox that forces AnimaForge's setting even when your environment already has one, plus a button that clears it from Windows outright. No more manual System Properties surgery.
    • See exactly what's in play — a live status line in Setup shows the effective USE_LIBUV and where it's coming from, so you're never guessing whether the fix applies to you.
    • Reset Training Environment — one click re-verifies PyTorch from scratch when something about your setup looks stale, without losing your last known-good result unless the fresh check genuinely can't confirm it.
    • Clear now tells you whether it worked — success or failure is logged right there instead of the button just going grey.
    
    Full detail: github.com/SillySilk/AnimaForge
    
    ------------------------------ ③ VERSION HISTORY (bottom of description) ------------------------------
    (Insert a CODE BLOCK via the </> toolbar button, then paste the table so the columns hold.
    If you'd rather not use a code block, use Variant B in version-history.md instead.)
    
    VERSION  DATE        WHAT CHANGED
    -------  ----------  ------------------------------------------------------------
    v2.7     2026-07-10  LM Studio removed entirely — captioning is fully local (WD14
                         + JoyCaption, merged mechanically), no external LLM server
                         needed or contacted · fixes the bug where some .nl captions
                         randomly came out as raw tags instead of prose · Combine now
                         de-dupes and tidies booru tags with no model in the loop ·
                         Describe gains "Redo all" — re-caption everything with a
                         live per-image stream · steadier shutdown
    v2.6     2026-07-10  Optional "check for updates at startup" (Setup) notifies you
                         when a newer build has landed · the check runs safely off the
                         UI thread · icon/caption fixes
    v2.5     2026-07-09  Captioning never overwrites existing caption files without
                         asking (keep / overwrite / set it once) · caption runs resume
                         where they stopped, and a killed training run comes back even
                         if you moved its folder · the batch queue captions each set
                         then trains it, settling every conflict up front · Add to
                         Batch is back on the front page; Restart from Top re-runs a
                         finished queue · find/replace rules fix misgendering and ban
                         tags · re-running Auto-Tag no longer duplicates every tag
    v2.3     2026-07-06  Fixes a "division by zero" crash when aspect-ratio bucketing
                         met an image with a side under 64 px (it killed the run at
                         exit code 1) — now caught before launch with a one-click fix,
                         and auto-handled on unattended/batch runs · corrected
                         epoch/preview step math · live sample-preview UI overhaul
    v2.2     2026-07-04  Pick your own UI font (Setup → App Defaults): forge faces,
                         system font, or any installed font · fixes non-Latin
                         readability (CJK, Cyrillic) · applies live, no restart ·
                         default look unchanged
    v2.1     2026-07-03  Project autosave under the LoRA name at both caption
                         milestones · Restore captions from Saved Sets · low-VRAM
                         warning auto-continues after 10 s on unattended runs ·
                         in-app updater (Updates on the front page)
    v2.0     2026-07-02  New brand badge across the app · preset picker shows each
                         intent's step math · one launch point (Options configures,
                         the front launches) · config preview beside Start ·
                         monospace version digits · spacing polish
    v1.9     2026-07-02  Training presets (Person/Object/Style + save your own) ·
                         compare epochs side-by-side · Deliver to ComfyUI · trigger
                         word in the delivered filename · duplicate-image catcher ·
                         readable UI text (CJK-friendly) · accurate speed/ETA dials ·
                         previews every epoch · side-by-side installs stay separate
    v1.1     2026-07-01  The forge redesign: everything runs from one screen, with
                         analog Epoch/Loss/Speed/ETA dials · optimizer presets
                         (Prodigy / AdamW8bit) · RTX 50-series support · empty-caption
                         guard with one-click fix · config preview · per-epoch
                         preview schedule on the progress bar
    v1.0     2026-06-30  Launch: one-click caption→train for Anima (WD14 + JoyCaption)
                         · auto step counts tuned to dataset size · batch queue that
                         survives restarts · crash recovery + resume · low-VRAM mode
                         · Name Cast for consistent character triggers
    

    Description

    <!--

    CIVITAI VERSION UPDATE — AnimaForge v1.6 (user feedback round 1)

    HOW TO USE: Civitai → your AnimaForge model → Add Version (or edit the current one).

    • Version name: v1.1 — Community Feedback Round 1

    • File: marketing/Zip file/AnimaForge.zip (rebuilt 2026-07-01 from

    public main @ 7f9e53b — replace the old zip)

    • Paste the "Version changelog" block below into the version description.

    • Optionally append the same block to the model description under a

    "Changelog" heading so it's visible without expanding versions.

    -->

    # Version changelog — v1.16 (2026-07-01)

    Community feedback round 1 — you asked, it's in. Every item from the first batch of

    user feedback shipped, plus one regression fix. GitHub always has the latest:

    https://github.com/SillySilk/AnimaForge

    ### ⚙️ Optimizer presets are in the GUI

    Two named presets, front and center in the Train Presets panel (and a new Presets

    item in the sidebar that jumps straight to them):

    - Prodigy+ ScheduleFree — auto LR (recommended) — the dialed-in default, unchanged.

    - AdamW8bit — constant LR (Civitai classic) — the old-school Civitai trainer recipe

    with an editable learning rate (default 1e-4), for comparison runs against your

    older LoRAs.

    The choice persists in Saved Sets and shows live on the Home cockpit's OPTIMIZER tile.

    ### 🖥️ RTX 50-series (Blackwell) support

    50-series cards need the CUDA 12.8 PyTorch build — the standard 12.1 build fails with

    CUDA error: no kernel image is available. AnimaForge now detects 50-series GPUs and

    picks the right build automatically, both at install time and via **Setup → Upgrade

    PyTorch**. Older cards (GTX 900 → RTX 40-series) stay on the 12.1 build that covers them.

    ### 🔧 "Check PyTorch Version" fixed

    The button couldn't find the Python environment on current installs (it still looked in

    the legacy sd-scripts venv) even though training worked fine. It now resolves the

    interpreter exactly the way training does.

    ### 📝 Empty-caption guard (trigger-only training)

    Empty or missing caption files used to fail the run mid-training. Start Training now

    checks first and offers Fill with trigger word (one click — perfect for trigger-only

    LoRAs), Continue anyway, or Cancel. Existing captions are never touched, and the

    unattended pipeline auto-fills when a trigger word is set.

    ### 👀 Config preview before training

    The Advanced panel's config button now generates the exact TOML files training will read

    and shows them in a viewer — what you see is literally what the trainer consumes.

    ### 🛑 Stop button back on the front page

    A regression from the UI redesign: Home had Start Training but the Stop button was

    buried. It's back beside Start and lights up while a run is live.

    ---

    *100% free & open source (MIT). Keep the feedback coming — this release exists because

    you sent it.*

    Other
    Other

    Looks like we don't have an active mirror for this file right now.

    CivArchive is a community-maintained index — we catalog mirrors that volunteers upload to HuggingFace, torrents, and other public hosts. Looks like no one has uploaded a copy of this file yet.

    Some files do get recovered over time through contributions. If you're looking for this one, feel free to ask in Discord, or help preserve it if you have a copy.

    Details

    Downloads
    25
    Platform
    CivitAI
    Platform Status
    Deleted
    Created
    7/2/2026
    Updated
    7/26/2026
    Deleted
    7/2/2026

    Files

    animaforgeAnimaLora_v16.zip

    Mirrors

    CivitAI (1 mirrors)