Instructions to use stablediffusionapi/pureevolutionv5911 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stablediffusionapi/pureevolutionv5911 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/pureevolutionv5911", 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: 134 Bytes
c8c4d82 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:48ac39ebb4b0c7f967336ab7a789fc301f88f9cc298523458ccbd6bb1782af82
size 167335342
|