Instructions to use realrebelai/LLaDa-Image-Turbo_ComfyUI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use realrebelai/LLaDa-Image-Turbo_ComfyUI with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("realrebelai/LLaDa-Image-Turbo_ComfyUI", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
LLaDA-Image-Turbo β ComfyUI / RebelAI Quantization
Optimized weights for LLaDA-Image-Turbo intended for the RebelAI ComfyUI integration.
This repository supports both text-to-image generation and native LLaDA image editing.
Repositories
- ComfyUI nodes / GitHub: https://github.com/RealRebelAI/LLaDa-Image_ComfyUI
- Model weights / this Hugging Face repository: https://huggingface.co/realrebelai/LLaDa-Image-Turbo_ComfyUI
- Official base model: https://huggingface.co/inclusionAI/LLaDA-Image-Turbo
- Official LLaDA-Image source: https://github.com/inclusionAI/LLaDA-Image
Base Model / Quantization Tree
This repository is a quantized derivative of:
inclusionAI/LLaDA-Image-Turbo
The model-card metadata intentionally contains:
base_model: inclusionAI/LLaDA-Image-Turbo
base_model_relation: quantized
This associates the repository with the main LLaDA-Image-Turbo model as a quantized derivative in the Hugging Face model relationship/quantization tree.
Available Weights
| File | Format | Description |
|---|---|---|
LLaDA-Image-Turbo-transformer-BF16.safetensors |
BF16 Safetensors | Full transformer weights |
LLaDA-Image-Turbo-transformer-INT8.safetensors |
INT8 Safetensors | Native INT8 transformer |
LLaDA-Image-Turbo-text_encoder-Q4_K_M-v3.gguf |
GGUF Q4_K_M | Quantized LLaDA2-MoE text encoder |
Native INT8 Transformer
The INT8 transformer is stored as native Safetensors. It is not a transformer GGUF.
The custom ComfyUI runtime loads the quantized transformer while preserving the LLaDA-Image transformer architecture.
Q4_K_M Text Encoder
The LLaDA2-MoE text encoder is provided as Q4_K_M GGUF for substantially lower storage/runtime memory requirements than the original full text encoder.
Text-to-Image
LLaDA-Image-Turbo is designed for fast generation.
Recommended starting settings in the ComfyUI integration:
- Steps: 4
- CFG / guidance scale: 1.0
The ComfyUI nodes are available here:
https://github.com/RealRebelAI/LLaDa-Image_ComfyUI
Native Image Editing
The same LLaDA-Image-Turbo model also supports native image editing. No separate editing checkpoint is required.
The RebelAI ComfyUI node uses the model's native:
generation_mode="editing"
The source image is processed through LLaDA's image-conditioning/SigVQ path. This is not conventional img2img implemented with a denoise-strength slider.
Typical ComfyUI graph:
LLaDA Image Loader
|
v
LLaDA Image Edit <---- Load Image
|
v
Save Image
Editing inputs include:
- Source image
- Edit instruction
- Width / height
- Steps
- Guidance scale
- Seed
- Optional negative prompt
Editing dimensions should be divisible by 32.
Example instruction:
Turn the fox into a white arctic fox while preserving the forest composition and realistic photography.
ComfyUI Installation
Get the custom nodes here:
https://github.com/RealRebelAI/LLaDa-Image_ComfyUI
Typical model placement:
ComfyUI/
βββ models/
βββ diffusion_models/
β βββ LLaDA-Image-Turbo-transformer-INT8.safetensors
β βββ LLaDA-Image-Turbo-transformer-BF16.safetensors
βββ text_encoders/
β βββ LLaDA-Image-Turbo-text_encoder-Q4_K_M-v3.gguf
βββ vae/
βββ LLaDa_VAE.safetensors
The ComfyUI integration also loads the supporting LLaDA pipeline components required by the official architecture.
Upstream
All model architecture and original model weights originate from inclusionAI's LLaDA-Image project.
Official LLaDA-Image-Turbo:
https://huggingface.co/inclusionAI/LLaDA-Image-Turbo
Official source:
https://github.com/inclusionAI/LLaDA-Image
Please refer to the upstream project for the original model documentation, research information, and applicable licensing terms.
Credits
- inclusionAI β LLaDA-Image / LLaDA-Image-Turbo
- RealRebelAI β ComfyUI integration, INT8 runtime/weights, and GGUF text-encoder integration
License
These files are derivatives of LLaDA-Image-Turbo. The upstream model's applicable license and usage terms continue to apply. The ComfyUI integration code is maintained separately in the GitHub repository linked above.
- Downloads last month
- 938
4-bit
Model tree for realrebelai/LLaDa-Image-Turbo_ComfyUI
Base model
inclusionAI/LLaDA-Image-Turbo