Text-to-Image
Diffusers
Safetensors
English
ErnieImagePipeline
art
stable-diffusion
ernie
nf4
asset-editor
Instructions to use Veetance/ERNIE-8B-NF4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Veetance/ERNIE-8B-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-8B-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
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Veetance/ERNIE-8B-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-8B-NF4 | Debloated
This repository contains the ERNIE-8B transformer weights, debloated and quantized to 4-bit NF4 using bitsandbytes for maximum efficiency on consumer-grade hardware (16GB VRAM limit).
π Model Details
- Architecture: ERNIE Image Transformer (8B Parameters)
- Backbone: Mistral-3 Text Encoder
- Quantization: NF4 (NormalFloat 4-bit)
- Primary Use: High-fidelity image synthesis within the Asset Editor ecosystem.
π Integration
This model is specifically tuned for the Asset Editor pipeline. It supports dynamic Trajectory Shifting (mu) to ensure coherency at various inference step counts.
Usage in Asset Editor:
- Ensure the
models/ernie-bnb-nf4directory exists. - The system will automatically detect and strike this manifold upon selection in the UI.
π 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