How to use spooknik/Project0-SVDQ with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("spooknik/Project0-SVDQ", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0]
Wrong link (points to CenKreChro) here:
svdq-fp4_r32-Project0-REAL1SM_V3.safetensors: SVDQuant NVFP4 (rank 32) Project0-REAL1SM_V3 model. For users with Blackwell GPUs (50-series).
Fixed, thank you.
· Sign up or log in to comment