From 75fe398f320f5285a0d6ee84cb27c8a9fff40e22 Mon Sep 17 00:00:00 2001 From: Henry Ruhs Date: Fri, 4 Aug 2023 09:36:06 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index add468e..244a32d 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,10 @@ ## Preview -
-Target Video -      -Output Video -
+| Target Video | Output Video | +|:------------:|:------------:| +| ![Target Video](https://raw.githubusercontent.com/s0md3v/roop/main/.github/target-1080p.gif?sanitize=true) | ![Output Video](https://raw.githubusercontent.com/s0md3v/roop/main/.github/output-1080p.gif?sanitize=true) | + ## Installation @@ -74,7 +73,7 @@ Our software uses a lot of third party libraries as well pre-trained models. The ## Credits -- [deepinsight](https://github.com/deepinsight): for their [insightface](https://github.com/deepinsight/insightface) project which provided a well-made library and models. +- [deepinsight](https://github.com/deepinsight) for their [insightface](https://github.com/deepinsight/insightface) project which provided a well-made library and models. - all developers behind the libraries used in this project From cb5ccd90022bf4af618d290e0016d587cbd5c6c4 Mon Sep 17 00:00:00 2001 From: Henry Ruhs Date: Fri, 4 Aug 2023 10:16:34 +0200 Subject: [PATCH 2/3] Update installation.md --- .github/ISSUE_TEMPLATE/installation.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/installation.md b/.github/ISSUE_TEMPLATE/installation.md index 98f63c6..5b1e96b 100644 --- a/.github/ISSUE_TEMPLATE/installation.md +++ b/.github/ISSUE_TEMPLATE/installation.md @@ -6,6 +6,3 @@ labels: 'installation' --- Please **DO NOT OPEN** platform and installation issues! - -- Check the [troubleshooting](https://github.com/s0md3v/roop/wiki/4.-Troubleshooting) that covers many issues. -- Join our helpful community on [Discord](https://discord.gg/Y9p4ZQ2sB9) for instant help. From cf7ba1caf932e8c9f39d972100f74022e7372c27 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Fri, 4 Aug 2023 10:49:05 +0200 Subject: [PATCH 3/3] Adjust preview files --- .github/{output-1080p.gif => preview/output.gif} | Bin .github/{target-1080p.gif => preview/target.gif} | Bin README.md | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename .github/{output-1080p.gif => preview/output.gif} (100%) rename .github/{target-1080p.gif => preview/target.gif} (100%) diff --git a/.github/output-1080p.gif b/.github/preview/output.gif similarity index 100% rename from .github/output-1080p.gif rename to .github/preview/output.gif diff --git a/.github/target-1080p.gif b/.github/preview/target.gif similarity index 100% rename from .github/target-1080p.gif rename to .github/preview/target.gif diff --git a/README.md b/README.md index 244a32d..957606b 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ ## Preview -| Target Video | Output Video | -|:------------:|:------------:| -| ![Target Video](https://raw.githubusercontent.com/s0md3v/roop/main/.github/target-1080p.gif?sanitize=true) | ![Output Video](https://raw.githubusercontent.com/s0md3v/roop/main/.github/output-1080p.gif?sanitize=true) | +| Target Video | Output Video | +|:------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------:| +| ![Target Video](https://raw.githubusercontent.com/s0md3v/roop/main/.github/preview/target.gif?sanitize=true) | ![Output Video](https://raw.githubusercontent.com/s0md3v/roop/main/.github/preview/output.gif?sanitize=true) |