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
File size: 134 Bytes
7657a3f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3524731ccb7c457ec5481e252c774463677e51ef4df7fccb6f88534b632acf92
size 167407601
|