How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Veetance/ERNIE-Turbo-NF4", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

ERNIE-Turbo-NF4 | Debloated

This repository contains the ERNIE-Turbo weights, debloated and quantized to 4-bit NF4 using bitsandbytes. This is the high-speed distilled variant optimized for 1-4 step inference within the Asset Editor ecosystem.

πŸš€ Model Details

  • Architecture: ERNIE Image Transformer (Distilled Turbo)
  • Backbone: Mistral-3 Text Encoder
  • Quantization: NF4 (NormalFloat 4-bit)
  • Primary Use: Lightning-fast image synthesis (1-4 steps).

πŸ›  Integration

Optimized for the Asset Editor Zerodrag pipeline.

πŸ”— Links


Note: This is a specialized manifold optimized for the Veetance sovereign resource governor.

Downloads last month
10
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support