whatisgithub

What is rebels_hidream-01_image_dev_nodes?

realrebelai/rebels_hidream-01_image_dev_nodes — explained in plain English

Analysis updated 2026-05-18

6PythonAudience · vibe coderComplexity · 4/5Setup · hard

In one sentence

Custom ComfyUI nodes for running the HiDream-01-Image-Dev AI image model locally, tuned for 8GB VRAM cards.

Mindmap

mindmap
  root((hidream nodes))
    What it does
      Runs HiDream-01 model
      ComfyUI custom nodes
      Pixel level generation
    Components
      Model loader
      LoRA stack injector
      Sampler node
      Seam visualizer
    Tech stack
      Python
      ComfyUI
      PyTorch
      GGUF
    Use cases
      Generate images on 8GB VRAM
      Apply multiple LoRAs
      Fix tiling seam artifacts
    Audience
      AI image hobbyists
      ComfyUI users

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

Run the HiDream-01-Image-Dev model locally on a consumer GPU with only 8GB of VRAM.

USE CASE 2

Stack up to four LoRA fine-tunes onto a single image generation.

USE CASE 3

Fix tiling seams in generated images using the built-in seam smoothing and visualizer nodes.

What is it built with?

PythonComfyUIPyTorchGGUF

How does it compare?

realrebelai/rebels_hidream-01_image_dev_nodesashishdevasia/ha-proton-drive-backupbenchflow-ai/skillsbench-trajectories
Stars666
LanguagePythonPythonPython
Last pushed2026-06-14
MaintenanceMaintained
Setup difficultyhardmoderateeasy
Complexity4/52/51/5
Audiencevibe coderops devopsresearcher

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

How do you get it running?

Difficulty · hard Time to first run · 1h+

Requires an existing ComfyUI install on a local drive, downloading model weights separately, and 8GB+ VRAM.

So what is it?

This repository provides custom nodes, plug-in components, for ComfyUI, a visual workflow tool used to generate images with AI models. Specifically, these nodes let you run the HiDream-01-Image-Dev model on your own computer, supporting both the BF16 (full-precision) and GGUF (compressed) versions of the model. HiDream-01-Image-Dev is described as a VAE-less, Pixel-Level Unified Transformer, which means it generates images by predicting raw pixels one token at a time rather than working in a compressed latent space like many other image models. This makes it more memory intensive but eliminates the separate VAE decoding step. The nodes are designed to run on consumer hardware with 8GB of VRAM by offloading model weights to system RAM during generation. The suite includes four main components. The loader nodes handle bringing the model into memory using either aggressive offloading (for lower VRAM cards) or a balanced split. The LoRA Stack Injector lets you apply up to four style or fine-tuning modifications at once, with smart detection to skip any inactive slots so they do not slow things down. The Sampler node is the core generation engine: it accepts up to four reference images to guide the output, supports all native samplers and schedulers, and includes seam smoothing controls to prevent tiling artifacts in the output. The Seam Visualizer node generates a heatmap overlay showing which parts of the image have consistency problems, helping you tune the smoothing settings. The native output resolution is 2048x2048. Generation times are longer than latent-based models because every pixel is produced one token at a time. The project is written in Python and runs as custom nodes inside ComfyUI.

Copy-paste prompts

Prompt 1
Walk me through installing these custom nodes into my ComfyUI custom_nodes folder.
Prompt 2
Explain the difference between the aggressive and balanced offload modes for my 8GB VRAM card.
Prompt 3
Help me set up the LoRA Stack Injector node to combine two LoRAs with different strengths.
Prompt 4
What CFG value should I start with for the Dev model using the detail scheduler?

Frequently asked questions

What is rebels_hidream-01_image_dev_nodes?

Custom ComfyUI nodes for running the HiDream-01-Image-Dev AI image model locally, tuned for 8GB VRAM cards.

What language is rebels_hidream-01_image_dev_nodes written in?

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

How hard is rebels_hidream-01_image_dev_nodes to set up?

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

Who is rebels_hidream-01_image_dev_nodes for?

Mainly vibe coder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.