Instructions to use FloydianSound/Nixeu_Diffusion_v1-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FloydianSound/Nixeu_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/Nixeu_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
Add Diffusers weights (#1) b1cb782
Update README.md 082e58f
fix spelling and formatting 7aae4fd
Update README.md 5d05bd9
Update README.md 216a8fd
Update README.md 17c645c
Update README.md 2caecad
Update README.md 720741b
Update README.md 26cc902
Update README.md 1c46b90
Upload 00000-nurse single realistic lips highres fringe tall image absurdres long hair black hair upper body dress nixeu - 1522939414 - Nixeu_Artstyle_nixeu_artstyle_768_e10.png 7dbc832
Upload tags.txt 87771df
Upload nixeu_artstyle_768_e10.ckpt b697bbd
Upload nixeu_artstyle_512_e10.ckpt cf15375
initial commit 987fad0
Floydian Sound commited on