Instructions to use valhalla/emoji-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use valhalla/emoji-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("valhalla/emoji-diffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "a unicorn Llama emoji" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
safetensor or ckpt?
#4
by beebot99 - opened
hello, is it able to get this as either safetensor or ckpt to run on Easy Diffusion?
Thanks.
You can just use the "Converter" tool from Camenduru
You can just use the "Converter" tool from Camenduru
Could you provide some details as how to do this, as i've never used this before. Thank you.