git404hub

what is stormforge-krea2-webui fr?

raxephion/stormforge-krea2-webui — explained in plain English

Analysis updated 2026-05-18

3PythonAudience · vibe coderComplexity · 3/5Setup · moderate

tl;dr

A simplified local web interface for running the Krea 2 Turbo image model, built on top of a hidden ComfyUI backend for low VRAM systems.

vibe map

mindmap
  root((repo))
    What it does
      Simplified Krea 2 UI
      Runs hidden ComfyUI backend
    Tech stack
      Python
      Gradio
      ComfyUI
      PyTorch
    Use cases
      Generate images with Krea 2
      Run on low VRAM GPU
    Audience
      Image model users
      Low VRAM systems

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Run Krea 2 Turbo locally through a simple web page instead of raw ComfyUI.

VIBE 2

Generate images on a lower VRAM graphics card using built in memory saving defaults.

VIBE 3

Swap in new Krea 2 model or encoder files and refresh the interface to use them.

what's the stack?

PythonGradioComfyUIPyTorch

how it stacks up fr

raxephion/stormforge-krea2-webui0marildo/imago0xdfi/glm-5.2-1m-4x-dgx-spark
Stars333
LanguagePythonPythonPython
Setup difficultymoderateeasyhard
Complexity3/52/55/5
Audiencevibe codergeneralresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 1h+

Requires manually placing Krea 2, text encoder, and VAE model files into specific ComfyUI folders.

No license information is given in the README, so usage rights are unclear.

in plain english

StormForge Krea2 WebUI is a local, simplified interface for running the Krea 2 Turbo image generation model on your own computer, aimed especially at people with limited graphics memory. Instead of building its own generation engine, it runs a hidden copy of ComfyUI in the background to do the actual work, since ComfyUI already has built in support for Krea 2 and can load the smaller fp8 model format while offloading data to save memory. On top of that hidden ComfyUI process sits a lighter, easier Gradio web page that the person actually interacts with. Getting started means running an install.bat file, which sets up an isolated Python environment and installs PyTorch, ComfyUI, and the app's own requirements. After that, three model files need to be manually copied into specific ComfyUI folders: the Krea 2 Turbo model itself, a Qwen3-VL text encoder, and a Qwen-Image VAE. Once those files are in place, running run.bat starts ComfyUI quietly in low VRAM mode and then opens the simplified Gradio interface in a browser window. The default generation settings mirror what Krea 2 Turbo's creators recommend, and a memory saving decode option is turned on by default, which can be switched off if a computer has more graphics memory to spare. If image generation fails, the README points users to a separate console window running the ComfyUI backend, which shows the full error details. If the graphics card is not detected, the install script's CUDA settings may need adjusting to match the installed driver. Whenever model files are added or replaced, the interface needs a manual refresh, or the whole app needs restarting, to pick up the change. The project is explicitly marked as still under active development.

prompts (copy fr)

prompt 1
Help me install Raxephion/StormForge-Krea2-WebUI using install.bat and set up the model folders.
prompt 2
Which files do I need to copy into ComfyUI/models for Krea 2 WebUI to work, and where do they go?
prompt 3
My GPU is not detected by PyTorch in this app, help me fix the CUDA index URL in install.bat.
prompt 4
Explain what tiled VAE decode does in this app and when I should turn it off.

Frequently asked questions

what is stormforge-krea2-webui fr?

A simplified local web interface for running the Krea 2 Turbo image model, built on top of a hidden ComfyUI backend for low VRAM systems.

What language is stormforge-krea2-webui written in?

Mainly Python. The stack also includes Python, Gradio, ComfyUI.

What license does stormforge-krea2-webui use?

No license information is given in the README, so usage rights are unclear.

How hard is stormforge-krea2-webui to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is stormforge-krea2-webui for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.