66 Commits (main)
 

Author SHA1 Message Date
Xingang Pan 336f120ce1
Merge pull request #129 from tzuifurther/main
Update scipy version
2 years ago
Xingang Pan d0422b1b38 Revise to be consistent with paper 2 years ago
Xingang Pan c5e88b3eaf
Merge pull request #318 from tzuifurther/patch-1
fix requirements.txt name for README.md
2 years ago
tzuifurther cd9d730e04
fix requirements.txt name for README.md 2 years ago
Xingang Pan e77f69d665
Merge pull request #150 from liusanchuan/patch-1
fix docker run command in README.md
2 years ago
SanChuan c393265fae
fix docker run command in README.md
add docker gpu command support, 
remove a useless whitespace in command
2 years ago
Xingang Pan 1a2d37d03d
Merge pull request #133 from kevinunger/better-download-script
Improve download scripts
2 years ago
Kevin Unger 3160c97022 update download instructions 2 years ago
Kevin Unger 6888c9d3a9 better checkpoint download 2 years ago
Kevin Unger 3347bbb1d6 rm bat/sh download script 2 years ago
Xingang Pan a8abe77725
Merge pull request #131 from cobanov/dockerport
Open a port from docker container to local
2 years ago
Xingang Pan 1ffc0f6727
Merge pull request #130 from cobanov/patch-2
Update Dockerfile
2 years ago
Mert Cobanov 07f766c19f Open a port from docker container to local 2 years ago
Mert Cobanov 5f392f92ff
Update Dockerfile
Used --no-cache-dir flag when installing Python packages to avoid caching unnecessary files.

Removed the intermediate requirements.txt file after installing the Python packages.
2 years ago
tzuchi d55cc0c130 Update scipy version 2 years ago
Xingang Pan 67d7a7ca81 Fix README 2 years ago
Xingang Pan 15e0565347
Merge pull request #96 from bulutthecat/main
Update README.md
2 years ago
Xingang Pan b6d56ffd25
Merge pull request #124 from koyuyesil/main
update readme
2 years ago
Xingang Pan 2ffd0bf226
Merge pull request #117 from merryHunter/feat/simple-docker-support
feat: added simple Dockerfile to quickly run Gradio app
2 years ago
Örsan NUHOĞLU c77ecce2a1
Merge pull request #1 from koyuyesil/koyuyesil-patch-1
Update README.md
2 years ago
Ivan Chernukha 9db0ab922f feat: added simple Dockerfile to quickly run gradio app and instructions; fixed version in pip requirements.txt 2 years ago
Örsan NUHOĞLU 35bebb3544
Update README.md 2 years ago
Xingang Pan a3303cdb58
Merge pull request #95 from FrancescoSaverioZuppichini/main
Better Installation Instructions
2 years ago
Kelvin Clien b215fdf93b
Update README.md
updated for windows users.
2 years ago
Francesco Saverio Zuppichini 9b1c595e5b
Update README.md 2 years ago
Francesco Saverio Zuppichini 11effdab0e
Update README.md
Better installation doc in README
2 years ago
Xingang Pan 3eb9567a75
Merge pull request #91 from idadzie/fix-unboundlocalerror
Fix UnboundLocalError
2 years ago
Isaac Dadzie 8cf0f51112 Fix UnboundLocalError 2 years ago
Xingang Pan 651edb9428 Add openxlab app link 2 years ago
Xingang Pan c3fca90444
Merge pull request #79 from ochafik/mps-support
Support & instructions for MPS (MacOS w/ GPU support on M1/M2) and CPU
2 years ago
Xingang Pan 5ea308a128
Merge branch 'main' into mps-support 2 years ago
Xingang Pan 5525ed4016
Merge pull request #73 from ariym/main
Updated ReadMe link to requirements
2 years ago
Xingang Pan d1ed11c952
Merge pull request #72 from bulutthecat/main
Added windows support for GUI
2 years ago
Xingang Pan ccd84ffab9
Merge pull request #65 from PDillis/main
General fixes
2 years ago
ochafik f3777f6e5b Support & instructions for MPS (Silicon Mac M1/M2) and CPU 2 years ago
Ari ed7586f73d
Update README.md
Made requirements link go directly to instructions section of README.
2 years ago
Kelvin Clien 9059a77f8e
Update requirements.txt
added
- imgui
- glfw
- pyopengl
(all requirements for GUI)
2 years ago
Kelvin Clien f6e94f9664
added windows GUI bat file 2 years ago
Diego Porres 28a3e171a8 Actual fixes for resetting mask and saving w. 2 years ago
Diego Porres b76c49a224
Save resulting latent
After editing, when saving the image, you also save the resulting latent for continuing working on it later on (or e.g. generate interpolations)
2 years ago
Diego Porres 9b7e474f26
Save resulting latent
After editing, when saving the image, you also save the resulting latent for continuing working on it later on (or e.g. generate interpolations)
2 years ago
Diego Porres 948327cbf0
Remove code
Removing these lines of code lets the GUI run and so far no bugs have been detected.
2 years ago
Diego Porres abd757fd30
Ignore the fourth channel/mask when saving an image
The renderer returns a RGBA image, just save the first 3 channels to correctly save the image of the resulting edits.
2 years ago
Xingang Pan d7f7319972
Merge pull request #49 from silent780/for_windows_user
For windows user
2 years ago
Xingang Pan 9303563d57
Merge pull request #52 from akashAD98/main
added support for google collab
2 years ago
Akash A Desai ee253bac08
Update README.md 2 years ago
Akash A Desai 6cf5efc8b4
Update visualizer_drag_gradio.py
added support for google collab & gradio
,just replaced weights & update share='True' as default so people will use it
2 years ago
glx 0c06638153 Revert "fix init pkl bug"
This reverts commit 2eb2d29153.
2 years ago
glx 2eb2d29153 fix init pkl bug 2 years ago
glx 133776b163 modified .gitignore 2 years ago