Instructions to use maxmarcon/klimt-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use maxmarcon/klimt-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("maxmarcon/klimt-diffusion", 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
- Xet hash:
- a6936a0adcc829de26ebb521ddea6a109568f33e0ce1750ba9c97f7267879372
- Size of remote file:
- 1.4 kB
- SHA256:
- 3537583d054c16cb44e51b0d8c28a5d2d9a69dd9583dee925be57e2b6d99343f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.