Analysis updated 2026-05-18
Explore how adjusting internal sliders changes a Krea 2 generated image in real time.
Read the findings document to understand which image controls behave predictably.
Generate a gif sweep showing the full effect of a single slider across its range.
Create a custom control slider from a pair of text descriptions or images.
| wlejon/krea2-research | 0xallam/my-recipe | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | Python | Python | Python |
| Last pushed | — | 2022-11-22 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 2/5 | 4/5 |
| Audience | researcher | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a CUDA-capable GPU and the frozen Krea-2-Turbo engine already set up to run the Gradio lab.
This repository is a research artifact rather than a finished product. It documents an investigation into Krea 2, an AI image generation model, looking for internal controls that can be adjusted in real time to change the resulting image within a couple of seconds, instead of having to write a new text prompt and regenerate from scratch. The full write up of what was tried and what was found lives in two documents in the repository, one covering the plan and one covering the findings. To explore this, the project includes a small local web interface built with Gradio, a Python tool for building quick interactive demos. It gives you sliders for things like composition, color, lighting, rendering style, and mood, plus a dial to shift an image between a literal, photographic look and a more stylized, painterly one. There are also slots for creating your own custom sliders from a pair of text descriptions or a pair of images. Every slider updates the generated image when you let go of it, usually within a few seconds at a small image size. A separate tab lets you apply one of these adjustments to just part of an image rather than the whole thing, using a mask. Each slider also has a small button that automatically sweeps it across its entire range, regenerating the image at each step and stitching the results into an animated gif so you can see the full effect of that control at a glance. The repository includes a few example videos and gif sweeps generated this way. Overall, this is a lab notebook for people studying how these image models can be steered, rather than a tool meant for general end users.
A research lab and Gradio interface for exploring real-time image controls inside the Krea 2 AI image model, documented with findings and demo sweeps.
Mainly Python. The stack also includes Python, Gradio, CUDA.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.