https://github.com/jiauzhang/dragdiffusion
Implementation of DragDiffusion: Harnessing Diffusion Models for Interactive Point-based Image Editing
https://github.com/jiauzhang/dragdiffusion
diffusion draggan image-editing
Last synced: 3 months ago
JSON representation
Implementation of DragDiffusion: Harnessing Diffusion Models for Interactive Point-based Image Editing
- Host: GitHub
- URL: https://github.com/jiauzhang/dragdiffusion
- Owner: JiauZhang
- License: mit
- Created: 2023-05-21T15:57:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T12:52:41.000Z (about 2 years ago)
- Last Synced: 2025-05-08T21:17:50.470Z (5 months ago)
- Topics: diffusion, draggan, image-editing
- Language: Python
- Homepage:
- Size: 521 KB
- Stars: 227
- Watchers: 20
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DragDiffusion - WIP
Implementation of [DragDiffusion: Harnessing Diffusion Models for Interactive Point-based Image Editing](https://arxiv.org/abs/2306.14435).```shell
# gui
pip install dearpygui gradio diffusers==0.17.1
# run demo
python gui.py
# run web demo
python webui.py
```