Instructions to use FloydianSound/WLOP_Diffusion_v1-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FloydianSound/WLOP_Diffusion_v1-5 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("FloydianSound/WLOP_Diffusion_v1-5", 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
Update README.md fc0b095
fix spelling 21b4334
Add Diffusers weights (#2) 66cbfd0
Delete wlop_artstyle_768_e5.ckpt a4bfe0c
Update README.md 46305e6
Upload 00000-nier automata yorha no 2 type b solo focus white hair black dress wlop-1122837997-WLOP_Artstyle_wlop_artstyle_768_e7.png a82b47a
Update README.md 92736e3
Upload WLOP_Artstyle_AR_Chart.png 1944487
Update README.md 4955722
Update README.md 5fc1cc2
Upload 00000-princess aeolian solo focus dark hairs green eyes wlop-486739327-WLOP_Artstyle_wlop_artstyle_768_e7.png 58afac5
Upload wlop_artstyle_768_e7.ckpt 2edf977
Upload tags.txt 59900d3
Update README.md ad03a10
Update README.md 8e4c77e
Update README.md 638791e
Upload 00000-souryuu asuka langley red hairs green eyes wlop-2961790964-WLOP_Artstyle_wlop_artstyle_768_e7.png f1d2ac6
Upload wlop_artstyle_768_e5.ckpt ae01444
initial commit a0bbd82
Floydian Sound commited on