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
.ckpt for use with automatic1111 webui
#2
by ivucica - opened
Hello,
it would be pretty awesome to be able to use this with web UIs, such as the one from automatic1111. This is for the sake of archival, and for the sake of various optimizations applied for low RAM users. However, it's unclear where to obtain the customary .ckpt to make this happen 🤗
Is there a way to obtain the .ckpt or to understand more how to make use of this specialization of SD?