Instructions to use EnD-Diffusers/wave-concepts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/wave-concepts with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EnD-Diffusers/wave-concepts", dtype=torch.bfloat16, device_map="cuda") prompt = "wvebg1" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 134 Bytes
8086d5d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b0207006c09ef67ba86222ae772d6d1db73ae35078badd1a4cbb210b2ec580b5
size 492308087
|