Instructions to use steeldream/ddpm_arcade with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use steeldream/ddpm_arcade with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("steeldream/ddpm_arcade", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- checkpoint_epoch_1
- checkpoint_epoch_100
- checkpoint_epoch_120
- checkpoint_epoch_150
- checkpoint_epoch_180
- checkpoint_epoch_2
- checkpoint_epoch_200
- checkpoint_epoch_250
- checkpoint_epoch_30
- checkpoint_epoch_300
- checkpoint_epoch_350
- checkpoint_epoch_400
- checkpoint_epoch_450
- checkpoint_epoch_50
- checkpoint_epoch_500
- checkpoint_epoch_60
- checkpoint_epoch_90
- logs
- samples
- 1.52 kB