CivArchive
    ← All articles
    Published May 14, 2025by devajyoti151

    Joy caption beta one GUI

    950 views4 reactions4 comments on CivitAI11 collected
    resource guide

    GUI for joy caption Beta One.

    UPDATE- Added the 4-bit version.

    For Python 3.10 .

    Download the files to your directory .

    Open cmd in that directory.

    Create venv- python -m venv venv

    activate- venv\Scripts\activate

    Install Triton-

    • pip install https://github.com/woct0rdho/triton-windows/releases/download/v3.1.0-windows.post8/triton-3.1.0-cp310-cp310-win_amd64.whl

    Install requirements-

    pip install -r requirements.txt

    Upgrade Transformers and Tokenizers-

    pip install --upgrade transformers tokenizers

    Start the gui with -

    python Run_GUI.py

    For 4-bit -

    python Run_gui_4bit.py

    Troubleshoot-

    Make sure to install Visual Studio with C++ Build Tools and Add Visual Studio Compiler Paths to System PATH if you have not done it already.

    Usage- Single image captioning, Multi image captioning, Dark mode, Caption editing etc.

    Attachments