Instructions to use LottePeisch/2dn-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LottePeisch/2dn-Diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LottePeisch/2dn-Diffusers", 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
- Local Apps
- Draw Things
- DiffusionBee
Commit History
Upload 4 files 1f310ce
Update text_encoder/config.json a29e66e
Update README.md e1f5039
Update tokenizer/tokenizer_config.json 4e655a4
Update README.md e34004f
Upload 2dnDiffusersFloralEx.png 1823058
Update README.md 922a077
Upload 4 files ebc5780
Update model_index.json 3a56c20
Update README.md 4661c60
Update README.md 179e94c
Update README.md 13c7ddb
Create README.md 7b8896c
Update tokenizer/tokenizer_config.json a3d6d60
Update tokenizer/tokenizer_config.json 2793db7
Update scheduler/scheduler_config.json fc64fc8
Update scheduler/scheduler_config.json 5f3c608
Update scheduler/scheduler_config.json 0fc203b
Update scheduler/scheduler_config.json 8602763
Update scheduler/scheduler_config.json 29fc864
Update scheduler/scheduler_config.json c18f49a
Update scheduler/scheduler_config.json 4e73f55
Delete checksum.sha256 38ae070
Stacy D commited on
Upload 14 files ee05726
Stacy D commited on
initial commit bb1e339
Stacy D commited on