Compare commits
9 Commits
ca8c532ba3
...
903ea790ae
Author | SHA1 | Date |
---|---|---|
|
903ea790ae | |
|
60e27f4755 | |
|
3d741bd269 | |
|
d4e5b8078d | |
|
61b51fc5d4 | |
|
f19e425143 | |
|
7d6bdad086 | |
|
12c0a7ac86 | |
|
31f437ff79 |
|
@ -371,11 +371,11 @@ For the latest experimental builds and features, see the [experimental branch](h
|
|||
|
||||
**TODO:**
|
||||
|
||||
- [x] Support multiple faces
|
||||
- [ ] Develop a version for web app/service
|
||||
- [ ] UI/UX enhancements for desktop app
|
||||
- [ ] Speed up model loading
|
||||
- [ ] Speed up real-time face swapping
|
||||
- [x] Support multiple faces
|
||||
- [x] UI/UX enhancements for desktop app
|
||||
|
||||
This is an open-source project developed in our free time. Updates may be delayed.
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ tk==0.1.0
|
|||
customtkinter==5.2.2
|
||||
pillow==9.5.0
|
||||
torch==2.0.1+cu118; sys_platform != 'darwin'
|
||||
torch==2.0.1; sys_platform == 'darwin'
|
||||
torch==2.2.0; sys_platform == 'darwin'
|
||||
torchvision==0.15.2+cu118; sys_platform != 'darwin'
|
||||
torchvision==0.15.2; sys_platform == 'darwin'
|
||||
onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
||||
|
|
Loading…
Reference in New Issue