Instructions to use digiplay/2K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use digiplay/2K with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("digiplay/2K", 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
File size: 868 Bytes
7b655ff edc0048 030df76 edc0048 c81169b 030df76 7b655ff 9620c4d 97d279b 03ccc37 9620c4d 03ccc37 9620c4d c81169b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ---
license: other
tags:
- text-to-image
- stable-diffusion
- diffusers
inference: true
pipeline_tag: text-to-image
base_model:
- stable-diffusion-v1-5/stable-diffusion-v1-5
---



 |