Analysis updated 2026-05-18
Fine-tune how strongly each phrase in an image prompt influences the output.
Drag sliders instead of manually typing weight syntax into prompts.
Map a Korg nanoKONTROL2 MIDI controller to control prompt weights physically.
| hammonda100/sd-webui-token-weight-sliders | abhishek-akkal/finova | adan-shahid/ecommerce_website | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | — | easy | moderate |
| Complexity | — | 1/5 | 3/5 |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
This is an extension for AUTOMATIC1111 and ReForge, two popular web-based interfaces used to run AI image generation models locally. The extension adds per-token weight controls, a more hands-on way to fine-tune how specific words in your image prompt influence the generated picture. Normally, when you write a prompt like "a sunny beach, calm waves, golden sand," every phrase has equal influence on the output. By adding weights using a special syntax like (sunny beach:1.3), you can tell the model to pay more or less attention to that particular phrase. This extension automates that process: as soon as you type a comma-separated prompt, a panel of sliders appears beneath it, one slider per phrase. Dragging a slider automatically rewrites the prompt with the appropriate weight syntax. There's also a reset button to strip all weights back to plain text. The distinctive extra feature is MIDI hardware integration. If you own a Korg nanoKONTROL2, a small USB MIDI controller with physical sliders and knobs, you can map its controls directly to the token weight sliders. The physical sliders control the first eight prompt phrases, the knobs control the next eight, and you can switch between banks of 16 tokens at a time using the controller's Solo buttons. A pickup mode prevents sudden jumps when switching banks. The extension is written in JavaScript and requires a browser that supports the Web MIDI API, which in practice means Chrome or Edge. It installs by copying a folder into the WebUI extensions directory.
A Stable Diffusion WebUI extension that adds sliders for weighting individual prompt phrases, with optional MIDI hardware control.
Mainly JavaScript. The stack also includes JavaScript.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.