Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
food
Instructions to use dogeplusplus/jaffa-cake with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dogeplusplus/jaffa-cake with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dogeplusplus/jaffa-cake", dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of a jaffa cake" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 132 Bytes
f60448a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4006174e681b345c18d8a41a50631b5ed07ca9e74b38b31f6acb53bded3a4bbb
size 4099714
|