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
Add Diffusers weights
#2
by akhaliq HF Staff - opened
Add Diffusers weights converted from checkpoint wlop_artstyle_768_e7.ckpt in revision a4bfe0c131839452536920d2252f0b638e7b834e
Hello @akhaliq <3
hm, i might have missed something; aren't weights already included in v1-5 ?
FloydianSound changed pull request status to merged