https://github.com/kaustubhpatange/diffuser-layerdiffuse
Unofficial implementation of Layer Diffuse in diffusers
https://github.com/kaustubhpatange/diffuser-layerdiffuse
Last synced: 6 months ago
JSON representation
Unofficial implementation of Layer Diffuse in diffusers
- Host: GitHub
- URL: https://github.com/kaustubhpatange/diffuser-layerdiffuse
- Owner: KaustubhPatange
- Created: 2024-03-28T11:56:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-03T07:43:04.000Z (over 1 year ago)
- Last Synced: 2025-03-23T06:51:06.935Z (7 months ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 26
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Diffuser-layerdiffuse
- Unofficial implementation of layerdiffuse with diffusers: https://github.com/layerdiffusion/LayerDiffuse
- Paper: https://arxiv.org/abs/2402.17113Note: This is an early stage unofficial implementation. Currently, it only implements "Transparent Image Generation (Attn/Conv Injection)".
# Prediction
- Edit the generation parameters in `predict.py` including prompt, seed, etc.
`python predict.py`