import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("dyedd/SD3.5-large-fp8", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Model Description
FP8 quantized version of Stable Diffusion 3.5 Large
License
The model falls under the Stable Diffusion 3.5 Large RESEARCH & NON-COMMERCIAL USE LICENSE
- Downloads last month
- 71
Model tree for dyedd/SD3.5-large-fp8
Base model
stabilityai/stable-diffusion-3.5-large