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
Adding `safetensors` variant of this model
#6
by SFconvertbot - opened
text_encoder/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24d581cedd430897b5eb2f2ac0691f28eaf3dfb1b94b52bbf5b0da6b608271f0
|
| 3 |
+
size 246144864
|
unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3061874a9041a9bfbc70c647bdd55b0e34c909f6b1c466e06bbdf4a9865f6cc
|
| 3 |
+
size 1719125304
|
vae/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e26cc08b22706b424d8400f203befe9761065bc932a699e254c2bcd9fc5d1885
|
| 3 |
+
size 167335350
|