CivArchive
    CyberHub - Free Local AI Image Gallery & Creative Toolkit - v1.0 Lite
    NSFW
    Preview 133755233
    Preview 133756587
    Preview 133756426
    Preview 133756697
    Preview 133756628

    Join The Tinkerer on Whop. Membership gets you early releases, private tools and a bunch of extra stuff.

    👉 Join on Whop
    💬 Join the community for support, free tools and early news on Discord


    Your images. Your tools. Your local workspace.

    CyberHub is a free, modular workspace for AI image creators on Windows, macOS and Linux, with Docker support.

    The starter includes Gallery, Core, Settings and Module Manager. Browse your image folders, search generation prompts and metadata, organize favorites and collections, and manage your library locally.

    Expand your workspace through Module Manager with tools such as Captioner, Auto Tagger, LoRA Info, Prompt Engineer, Civitai Grabber and more. Install only what you need and update modules individually.

    One CyberHub, no separate Lite or Full editions. Update checks are always manual, and your image library does not need to be uploaded to a cloud service.

    Explore all modules, screenshots and features in the full article

    Or on Whop.com

    GitHub source, downloads and updates

    Description

    Initial release. Free Lite edition: Gallery, Viewer, Compare and Prompt Library.

    FAQ

    Comments (29)

    dukesupsJun 14, 2026· 2 reactions
    CivitAI

    ur a fkn legend. this looks great cant wait to try it out!

    Cyberdelia
    Author
    Jun 23, 2026· 1 reaction

    Thanks, I really appreciate the kind words!

    piccolo65Jun 14, 2026
    CivitAI

    How much the full version costs? Is it a only-one payment or it's a monthly subscription?

    Cyberdelia
    Author
    Jun 14, 2026· 2 reactions

    It's a monthly subscription ($7/month) through The Tinkerer membership, not a one-time payment. On top of CyberHub Full you get early access to new model releases, private tools and members-only content. Any build you've downloaded keeps working after you cancel, you just stop getting updates. Lite is free.

    jrko975Jun 14, 2026· 3 reactions

    Based on my experience, I highly recommend a membership.

    MohzaicJun 14, 2026· 2 reactions
    CivitAI

    yeah buddy this is what we're talking about

    Cyberdelia
    Author
    Jun 23, 2026

    Thanks, I really appreciate the vibe! :)

    jrko975Jun 14, 2026
    CivitAI

    Full version, LMS runs in background as server on port 1234, but Prompt Engineer says "Detected Model: Connection failed". Developer log in LMS looks good, JSON response visible. (?)

    Cyberdelia
    Author
    Jun 14, 2026

    Try switching the server address between:

    http://localhost:1234
    http://127.0.0.1:1234

    Make sure you do not add /v1 at the end, because Prompt Engineer adds that automatically.
    This usually fixes it when CyberHub and LM Studio are running on the same machine.
    If you are opening CyberHub from another computer, use the IP address of the machine running LM Studio instead, for example:

    http://192.168.x.x:1234

    If it still fails, open the browser console with F12, click Detect Model again, and send me the exact error. If the error mentions CORS, enable the CORS option in LM Studio's server settings and allow the CyberHub address/port.

    Cyberdelia
    Author
    Jun 14, 2026

    For a future update, I will likely route Prompt Engineer through the CyberHub server, like Captioner already does. That should remove this browser CORS issue completely.

    jrko975Jun 14, 2026· 1 reaction

    Got it, inside LMS "enable CORS" (Server settings).

    Mr_FeiJun 15, 2026· 1 reaction
    CivitAI

    The full version is not this one, is it? Do I need to purchase a membership in this version to get the full version?

    Cyberdelia
    Author
    Jun 15, 2026

    No, this is CyberHub Lite, which is the free version. It's fully functional on its own for browsing, searching and reading metadata of your images.

    CyberHub Full is separate. It comes with The Tinkerer membership and adds the production tools (Captioner, auto-tagger, Civitai Grabber, Prompt Engineer, and more). So yes, to get Full you'd join the membership.

    Mr_FeiJun 15, 2026

    @Cyberdelia Is the validity period determined by the duration of the membership purchased? So, when the membership expires, the software is no longer used, right?

    Mr_FeiJun 15, 2026

    @Cyberdelia Another question is: What content can be unlocked by becoming a member? Do you provide the download of all the models? Are there any other permission unlocks available?

    Cyberdelia
    Author
    Jun 15, 2026

    @Mr_Fei No, the software keeps working even after your membership ends. CyberHub runs entirely on your own machine, so any build you've downloaded stays fully usable. What you lose when the membership ends is access to new updates and new builds, not the version you already have.

    You get early access to new releases (early access), plus some members-only models that aren't posted for free. On top of that you get the tools, member only guides and CyberHub Full.

    psychologicauJun 15, 2026· 1 reaction
    CivitAI

    What license is CyberHub Lite released under? I didn't see a LICENSE file or any license header in the source, so I'm not sure what's permitted beyond personal use. Would you mind adding a license to the next release? It'd be really helpful for people who want to contribute, package it, or build around it - I'm currently containerizing it in Docker for personal use / testing.

    Cyberdelia
    Author
    Jun 15, 2026

    Great question, and thanks for the nudge!

    CyberHub Lite is licensed under the PolyForm Noncommercial License 1.0.0, and a license file will be included (tomorrow hopefully)

    In plain terms: you're free to use, modify, share, and containerize it (your Docker setup for personal use/testing is totally fine), and contributions are very welcome. The only thing it doesn't allow is commercial use/resale - so personal, hobby, research and non-commercial projects are all good to go.

    Appreciate you wanting to build around it - let me know how the Docker packaging goes!

    psychologicauJun 15, 2026

    @Cyberdelia Thanks. I have it working in the Docker container. It's pretty good, metadata extraction works better than CivitAI & Tensor.art. Really nice work :)
    I am looking at adding in an API connection to send generation data to Forge for txt2img (maybe others after). a GitHub repo would be useful so I could send PRs for anything added

    psychologicauJun 16, 2026· 1 reaction

    I actually have this working now for outputs from Forge. Under the 'Save to Prompt Library' I added a 'Generate with Forge' button which pushes the metadata via API to a configured endpoint. The hub then saves the received image to a configured directory and displays it. Round-trips produce the same image. ComfyUI metadata parsing is a bit trickier, needs some love

    Cyberdelia
    Author
    Jun 16, 2026· 1 reaction

    @psychologicau Thanks so much, really glad it's working well in Docker!
    "Generate with Forge" button is awesome, exactly the kind of direction I'd love to see CyberHub go.
    I'm setting up a public GitHub repo for CyberHub Lite so you can send PRs. I'll drop the link here once it's up.

    Would love to look at your Forge integration as a PR. Funny thing, both the Forge and ComfyUI hooks were already on my list. Which by now has grown into a seriously long list. So many ideas, so little time. 😅
    Love it! ;)

    Cyberdelia
    Author
    Jun 21, 2026· 1 reaction
    akdcpkJun 17, 2026· 1 reaction
    CivitAI

    When I tried to run ./start.sh in linux, I got an error message about python not being installed, but that is nonsense because I have all the python. I opened start.sh in a text editor and deduced the following install routine:

    Manual linux installation of Cyberhub

    This is what worked for me

    1 decompress the archive.

    2 Move the resulting directory to wherever you want to run Cyberhub from.

    3 Within that directory, open a command prompt.

    4 type: python3 -m venv venv

    5 type: source venv/bin/activate

    6 type: pip install -r requirements.txt

    7 if pip suggests updating itself, then type: pip install --upgrade pip

    8 to run cyberhub, type: python3 hub.ph

    9 open your browser to 127.0.0.1:8899

    10 to close the server/program, go back to the command prompt and press CTRL C

    Cyberdelia
    Author
    Jun 17, 2026

    Will include this information in the next/update version. I will also try to update start.sh (if possible). Thanks for sharing the information.

    akdcpkJun 17, 2026

    I forgot to mention that starting Cyberhub is a two stage process:

    1 open a command prompt in the Cybberhub directory and type: source venv/bin/activate

    2 type python3 hub.ph

    Cyberdelia
    Author
    Jun 23, 2026

    @akdcpk damn, forgot to include the Linux instructions in the 1.2 version. Next version... hopefully :)

    psychologicauAug 11, 2026

    That's exactly why I added the Docker support in a PR - clean, reproducible and isolated environment
    https://github.com/cyberdeliaAI/CyberHub-Lite/pull/1

    akdcpkJun 17, 2026· 4 reactions
    CivitAI

    Thank you for making this tool. I was using SD Prompt Reader to see which parts of random prompts were used in images, but Cyberhub is much faster thanks to the gallery view.

    Cyberdelia
    Author
    Jun 23, 2026

    Thank you, that really means a lot!

    Other
    Other

    Details

    Downloads
    189
    Platform
    CivitAI
    Platform Status
    Available
    Created
    6/14/2026
    Updated
    9/21/2026
    Deleted
    -

    Files

    cyberhubFreeLocalAIImage_v10Lite.zip

    Mirrors