How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Onocom/Ono-Mixes", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

just fun little merge projects

about Model Merges:

these are merges I made over the time, mixing everything I like and find
Most merges are sorted by what they are from
- 1.5 Fluffyrock
- pony
- noob

I like working on Vpred models and trying to have them Stable and working well.

Downloads last month
83
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support