SPARK.Chroma
Collection
2 items β’ Updated β’ 3
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("SG161222/SPARK.Chroma_preview", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]SPARK.Chroma is a fine-tuned model designed for generating realistic images. Based on the Chroma1-HD model with 8.9B parameters and Apache 2.0 license.
Warning: This model is a preview release and does not yet reflect the full vision β outputs may lack realism and fine detail, and in some cases it may be inferior to Chroma1βHD. Future releases will use different fineβtune settings to improve quality.
You can support me directly on my Boosty
For ComfyUI: