Text-to-Image
Diffusers
Safetensors
English
ErnieImagePipeline
art
stable-diffusion
ernie
turbo
nf4
asset-editor
Instructions to use Veetance/ERNIE-Turbo-NF4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Veetance/ERNIE-Turbo-NF4 with Diffusers:
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] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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
- Core Engine: Veetance Asset Editor
- Triage & Development: Asset Editor GitHub
Note: This is a specialized manifold optimized for the Veetance sovereign resource governor.
- Downloads last month
- 10