whatisgithub

What is rebelspromptenhancer?

realrebelai/rebelspromptenhancer — explained in plain English

Analysis updated 2026-05-18

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

In one sentence

ComfyUI add-on nodes that use a small local AI model to rewrite rough prompts into better ones for image and video generators.

Mindmap

mindmap
  root((Rebels Prompt Enhancer))
    What it does
      Prompt rewriting
      Local AI model
      ComfyUI nodes
    Tech stack
      Python
      ComfyUI
      GGUF models
    Use cases
      Image prompts
      Video prompts
      Image to prompt
    Audience
      ComfyUI users
      Vibe coders

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 build with it?

USE CASE 1

Type a rough image idea and get it expanded into a detailed prompt matching your chosen model's style.

USE CASE 2

Pick a purpose (image, edit, or video) and an aesthetic style from dropdown presets.

USE CASE 3

Feed a reference image into the Image to Prompt node to generate a starting prompt from it.

USE CASE 4

Lock a prompt you like so the workflow skips re-running the model on later generations.

What is it built with?

PythonComfyUIGGUFQwen

How does it compare?

realrebelai/rebelspromptenhanceraevella/sky-pc-mcp-companionalicankiraz1/gemma-4-31b-mtp-vllm-server
Stars262626
LanguagePythonPythonPython
Setup difficultymoderatemoderatehard
Complexity3/53/54/5
Audiencevibe codervibe coderops devops

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

How do you get it running?

Difficulty · moderate Time to first run · 1h+

Needs ComfyUI installed plus a separately downloaded multi-gigabyte GGUF model file.

So what is it?

Rebels Prompt Enhancer is a set of add-on nodes for ComfyUI, a popular desktop application for running AI image and video generation locally. The nodes take a rough text prompt you type in and automatically expand and improve it before passing it to the image generator, aiming to produce better results without you needing to learn the specific phrasing each image model prefers. The enhancement is done by a small language model called Qwen3.5-4B that runs entirely on your own machine. Nothing is sent to external servers. The model is provided in a format called GGUF, which is designed to run with low graphics memory usage. Two size options are available: a smaller version around 1.5 to 1.8 GB for users with limited GPU memory, and a larger 6 GB version that produces better output. The main node works through three dropdown menus. The first sets the purpose: whether you are generating an image, editing an existing image, or generating video. The second sets the output format, matching the syntax expected by whichever image model you are feeding the prompt into. Different image models use different prompt conventions, and the node has presets for many common ones including Flux, SDXL, Stable Diffusion 1.5, and several video models. The third sets an aesthetic style, chosen from 22 options such as cinematic film, watercolor, cyberpunk, or anime. A second node lets you load any GGUF model file you provide, with full control over sampling settings. A third node takes an image as input and generates a prompt describing it, useful for extracting a starting point from a reference image. A fourth node acts as a checkpoint in your workflow that displays the current prompt on screen and can pause the pipeline until you confirm the result. Installation involves cloning the repository into the ComfyUI custom_nodes folder and installing dependencies. The required model files are downloaded separately from a public model hosting site and placed inside the node folder. The README includes links and size information for each supported model.

Copy-paste prompts

Prompt 1
Help me install Rebels Prompt Enhancer into my ComfyUI custom_nodes folder and set up its dependencies.
Prompt 2
Explain the difference between the curated Qwen3.5-4B node and the Custom GGUF node in this ComfyUI pack.
Prompt 3
Show me how to configure the Model Format dropdown to match the Flux image model I'm using.
Prompt 4
Walk me through downloading the right GGUF model file size for my available GPU memory.

Frequently asked questions

What is rebelspromptenhancer?

ComfyUI add-on nodes that use a small local AI model to rewrite rough prompts into better ones for image and video generators.

What language is rebelspromptenhancer written in?

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

How hard is rebelspromptenhancer to set up?

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

Who is rebelspromptenhancer for?

Mainly vibe coder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.