Instructions to use rootonchair/diffuser_layerdiffuse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rootonchair/diffuser_layerdiffuse with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("rootonchair/diffuser_layerdiffuse", 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 bff3a7e verified
Add SDXL bgble2fg LayerDiffuse weight be06e59 verified
Add diffuser_layer_xl_bg2ble.safetensors 330645e verified
Add diffuser_layer_xl_fgble2bg.safetensors ef54801 verified
Add diffuser_layer_xl_fg2ble.safetensors 56b5eba verified
Update README.md 429dbc1 verified
Update README.md d3cecfd verified
Upload result_sdxl.png cf8c561 verified
Update README.md 4422f13 verified
add model weight 80d5501
Pham Hong Vinh commited on