Instructions to use idlebg/easter-fusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use idlebg/easter-fusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("idlebg/easter-fusion", 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
- Draw Things
- DiffusionBee
Add Diffusers weights
#3
by idlebg - opened
Add Diffusers weights converted from checkpoint easter-fusion-v1.safetensors in revision 3ae198102e638c4ece3036044bfe0c91876df055
Cannot merge
This branch has merge conflicts in the following files:
- model_index.json
- safety_checker/config.json
- safety_checker/pytorch_model.bin
- scheduler/scheduler_config.json
- text_encoder/config.json
- text_encoder/pytorch_model.bin
- unet/config.json
- unet/diffusion_pytorch_model.bin
- vae/config.json
- vae/diffusion_pytorch_model.bin