Instructions to use stablediffusionapi/3danimationdiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stablediffusionapi/3danimationdiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/3danimationdiffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "a girl wandering through the forest" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 135 Bytes
2c9267d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:952ed2cf538e3e6026b814454a57065e861977b734c5ff4df1d9ab5a33ff6d5e
size 1719125304
|