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 Settings
- Draw Things
- DiffusionBee
Commit ·
46305e6
1
Parent(s): a82b47a
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,7 @@ Tokens are in the tags.txt along with their occurences in [#] format
|
|
| 17 |
## Samples
|
| 18 |
<img alt="Showcase" src="https://huggingface.co/FloydianSound/Wlop_Diffusion/resolve/main/00000-souryuu%20asuka%20langley%20red%20hairs%20green%20eyes%20wlop-2961790964-WLOP_Artstyle_wlop_artstyle_768_e7.png"/>
|
| 19 |
<img alt="Showcase" src="https://huggingface.co/FloydianSound/Wlop_Diffusion/resolve/main/00000-princess%20aeolian%20solo%20focus%20dark%20hairs%20green%20eyes%20wlop-486739327-WLOP_Artstyle_wlop_artstyle_768_e7.png"/>
|
|
|
|
| 20 |
|
| 21 |
## License
|
| 22 |
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
|
|
|
|
| 17 |
## Samples
|
| 18 |
<img alt="Showcase" src="https://huggingface.co/FloydianSound/Wlop_Diffusion/resolve/main/00000-souryuu%20asuka%20langley%20red%20hairs%20green%20eyes%20wlop-2961790964-WLOP_Artstyle_wlop_artstyle_768_e7.png"/>
|
| 19 |
<img alt="Showcase" src="https://huggingface.co/FloydianSound/Wlop_Diffusion/resolve/main/00000-princess%20aeolian%20solo%20focus%20dark%20hairs%20green%20eyes%20wlop-486739327-WLOP_Artstyle_wlop_artstyle_768_e7.png"/>
|
| 20 |
+
<img alt="Showcase" src="https://huggingface.co/FloydianSound/Wlop_Diffusion/resolve/main/00000-nier%20automata%20yorha%20no%202%20type%20b%20solo%20focus%20white%20hair%20black%20dress%20wlop-1122837997-WLOP_Artstyle_wlop_artstyle_768_e7.png"/>
|
| 21 |
|
| 22 |
## License
|
| 23 |
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
|