Instructions to use theintuitiveye/FantasyMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use theintuitiveye/FantasyMix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("theintuitiveye/FantasyMix", 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 Settings
- Draw Things
- DiffusionBee
Commit ·
d712e89
1
Parent(s): da4be1f
Add Diffusers weights
Browse filesAdd Diffusers weights converted from checkpoint `tie's FantasyMix v1.ckpt` in revision da4be1f6ae0e889deafc423a33647443c5730476