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: 134 Bytes
46ffe44 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f506c519bca6fcb25f695b94364422f7b2f534d52ded3decbcd6674a5101b500
size 334710673
|