From 88e3274d965b97ce37dada02eea005b5d05cd6aa Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 16 Sep 2024 20:24:04 +0530 Subject: [PATCH 1/4] Backk --- modules/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui.py b/modules/ui.py index e535d78..8e1022b 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -213,12 +213,12 @@ def create_root( ctk.set_default_color_theme("blue") root = tkdnd.TkinterDnD.Tk() + root.minsize(ROOT_WIDTH, ROOT_HEIGHT) root.title( f"{modules.metadata.name} {modules.metadata.version} {modules.metadata.edition}" ) root.configure(bg="#1a1a1a") root.protocol("WM_DELETE_WINDOW", lambda: destroy()) - root.resizable(True, True) main_frame = ctk.CTkFrame(root, fg_color="#1a1a1a") main_frame.pack(fill="both", expand=True, padx=20, pady=20) From c49d0e0e3c5f3adbb17f235b3d39a29bea66c0f3 Mon Sep 17 00:00:00 2001 From: KRSHH <136873090+KRSHH@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:36:28 +0530 Subject: [PATCH 2/4] Bug fixes --- modules/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui.py b/modules/ui.py index 8e1022b..e535d78 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -213,12 +213,12 @@ def create_root( ctk.set_default_color_theme("blue") root = tkdnd.TkinterDnD.Tk() - root.minsize(ROOT_WIDTH, ROOT_HEIGHT) root.title( f"{modules.metadata.name} {modules.metadata.version} {modules.metadata.edition}" ) root.configure(bg="#1a1a1a") root.protocol("WM_DELETE_WINDOW", lambda: destroy()) + root.resizable(True, True) main_frame = ctk.CTkFrame(root, fg_color="#1a1a1a") main_frame.pack(fill="both", expand=True, padx=20, pady=20) From 05413cc989934d0d7fa2658ccbda353ffbfe481f Mon Sep 17 00:00:00 2001 From: KRSHH <136873090+KRSHH@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:38:56 +0530 Subject: [PATCH 3/4] Update README.md For avoiding ToS violation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c915c41..864eb5d 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ If you want the latest and greatest build, or want to see some new great feature - [ffmpeg](https://ffmpeg.org/): for making video related operations easy - [deepinsight](https://github.com/deepinsight): for their [insightface](https://github.com/deepinsight/insightface) project which provided a well-made library and models. Please be reminded that the [use of the model is for non-commercial research purposes only](https://github.com/deepinsight/insightface?tab=readme-ov-file#license). - [havok2-htwo](https://github.com/havok2-htwo) : for sharing the code for webcam -- [GosuDRM](https://github.com/GosuDRM/nsfw-roop) : for uncensoring roop +- [GosuDRM](https://github.com/GosuDRM) : for open verison of roop - [pereiraroland26](https://github.com/pereiraroland26) : Multiple faces support - [vic4key](https://github.com/vic4key) : For supporting/contributing on this project - and [all developers](https://github.com/hacksider/Deep-Live-Cam/graphs/contributors) behind libraries used in this project. From 5dd621b2b0f7ffdbd4953aae5eb6b5a74175599a Mon Sep 17 00:00:00 2001 From: KRSHH <136873090+KRSHH@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:47:02 +0530 Subject: [PATCH 4/4] Fixed Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 864eb5d..f1ed9fb 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ If you want the latest and greatest build, or want to see some new great feature - [ffmpeg](https://ffmpeg.org/): for making video related operations easy - [deepinsight](https://github.com/deepinsight): for their [insightface](https://github.com/deepinsight/insightface) project which provided a well-made library and models. Please be reminded that the [use of the model is for non-commercial research purposes only](https://github.com/deepinsight/insightface?tab=readme-ov-file#license). - [havok2-htwo](https://github.com/havok2-htwo) : for sharing the code for webcam -- [GosuDRM](https://github.com/GosuDRM) : for open verison of roop +- [GosuDRM](https://github.com/GosuDRM) : for open version of roop - [pereiraroland26](https://github.com/pereiraroland26) : Multiple faces support - [vic4key](https://github.com/vic4key) : For supporting/contributing on this project - and [all developers](https://github.com/hacksider/Deep-Live-Cam/graphs/contributors) behind libraries used in this project.