From 3075eeffc22feb65ebfd1169692bd55e2bd31e4e Mon Sep 17 00:00:00 2001 From: Tran Xen <137925069+glucauze@users.noreply.github.com> Date: Wed, 26 Jul 2023 00:18:03 +0200 Subject: [PATCH] wip --- Gemfile | 2 +- Gemfile.lock | 15 ++++++++++----- _config.yml | 8 ++++++++ _includes/footer.html | 0 _sass/minima/custom-styles.scss | 10 ++++++++++ _sass/minima/custom-variables.scss | 4 ++++ features.markdown | 8 ++++---- index.markdown | 9 ++++++--- 8 files changed, 43 insertions(+), 13 deletions(-) create mode 100644 _includes/footer.html create mode 100644 _sass/minima/custom-styles.scss create mode 100644 _sass/minima/custom-variables.scss diff --git a/Gemfile b/Gemfile index ff2c342..3a06c6f 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ source "https://rubygems.org" # Happy Jekylling! gem "jekyll", "~> 4.3.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5" +gem "minima", git: "https://github.com/jekyll/minima" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins diff --git a/Gemfile.lock b/Gemfile.lock index 208c896..3d797ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,12 @@ +GIT + remote: https://github.com/jekyll/minima + revision: 2863624b903b17f838d6ce8d2f77900fa9d3c864 + specs: + minima (3.0.0.dev) + jekyll (>= 3.5, < 5.0) + jekyll-feed (~> 0.9) + jekyll-seo-tag (~> 2.1) + GEM remote: https://rubygems.org/ specs: @@ -48,10 +57,6 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - minima (2.5.1) - jekyll (>= 3.5, < 5.0) - jekyll-feed (~> 0.9) - jekyll-seo-tag (~> 2.1) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.3) @@ -75,7 +80,7 @@ DEPENDENCIES http_parser.rb (~> 0.6.0) jekyll (~> 4.3.2) jekyll-feed (~> 0.12) - minima (~> 2.5) + minima! tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1) diff --git a/_config.yml b/_config.yml index 7d65baf..8480919 100644 --- a/_config.yml +++ b/_config.yml @@ -29,6 +29,14 @@ url: "" # the base hostname & protocol for your site, e.g. http://example.com # Build settings theme: minima +author: + name: Glucauze + email: "" + +minima: + skin: dark + + # Exclude from processing. # The following items will not be processed, by default. # Any item listed under the `exclude:` key here will be automatically added to diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..e69de29 diff --git a/_sass/minima/custom-styles.scss b/_sass/minima/custom-styles.scss new file mode 100644 index 0000000..e10f91f --- /dev/null +++ b/_sass/minima/custom-styles.scss @@ -0,0 +1,10 @@ +h1,h2,h3,h4,h5,h6{ + color : #EE77EE; +} + +img { + display: block; + margin : 1em; + margin-left: auto; + margin-right: auto; +} \ No newline at end of file diff --git a/_sass/minima/custom-variables.scss b/_sass/minima/custom-variables.scss new file mode 100644 index 0000000..0bd3159 --- /dev/null +++ b/_sass/minima/custom-variables.scss @@ -0,0 +1,4 @@ +$background-color: #110011; +$brand-color : #ddd; +$text-color : #ddd; +$link-base-color : #BB00BB; \ No newline at end of file diff --git a/features.markdown b/features.markdown index 3fdc4b7..f497e68 100644 --- a/features.markdown +++ b/features.markdown @@ -8,15 +8,15 @@ permalink: /features/ ![](/assets/images/face_units.png) -+ **Vladmantic and a1111 Support**: The program now supports both Vladmantic and a1111. ++ **Vladmantic and a1111 Support** -+ **Batch Processing**: This feature has been added to the program. ++ **Batch Processing** -+ **Inpainting Fixes**: The "only masked" and mask inpainting issues have been fixed. ++ **Inpainting**: supports "only masked" and mask inpainting. + **Performance Improvements**: The overall performance of the software has been enhanced. -+ **FaceSwapLab Tab**: A new FaceSwapLab tab has been added to the interface, providing various tools. ++ **FaceSwapLab Tab** providing various tools. ![](/assets/images/tab.png) diff --git a/index.markdown b/index.markdown index 0f66d52..04bf843 100644 --- a/index.markdown +++ b/index.markdown @@ -7,12 +7,15 @@ layout: home # FaceSwap Lab for a1111/Vlad -FaceSwapLab is an extension for Stable Diffusion that simplifies face-swapping. It has evolved from sd-webui-faceswap and some part of sd-webui-roop. However, a substantial amount of the code has been rewritten to improve performance and to better manage masks. Some key functions of FaceSwapLab include the ability to reuse faces via checkpoints, batch process images, sort faces based on size or gender, and support for vladmantic. It also provides a face inpainting feature. +FaceSwapLab is an extension for Stable Diffusion that simplifies face-swapping. It has evolved from sd-webui-faceswap and some part of sd-webui-roop. However, a substantial amount of the code has been rewritten to improve performance and to better manage masks. -While FaceSwapLab is still under development, it has reached a good level of stability. This makes it a reliable tool for those who are interested in face-swapping within the Stable Diffusion environment. As with all projects of this type, it's expected to improve and evolve over time. +Some key features include the ability to reuse faces via checkpoints, multiple face units, batch process images, sort faces based on size or gender, and support for vladmantic. It also provides a face inpainting feature. ![](/assets/images/main_interface.png) +While FaceSwapLab is still under development, it has reached a good level of stability. This makes it a reliable tool for those who are interested in face-swapping within the Stable Diffusion environment. As with all projects of this type, it's expected to improve and evolve over time. + + ## Disclaimer and license In short: @@ -23,7 +26,7 @@ In short: ### Ethical Perspective -This extension is not intended to enable the creation of not safe for work (NSFW) or deepfake content. While the code for this extension is licensed under the AGPL in order to be in compliance with models and other source materials, it's important to stress that we strongly discourage any attempts to fork this project to create an uncensored version. Any modifications to the code to enable the production of such content would be contrary to the ethical guidelines we advocate for. +This extension is **not intended to enable the creation of not safe for work (NSFW) or deepfake content**. While the code for this extension is licensed under the AGPL in compliance with models and other source materials, it's important to stress that we strongly discourage any attempts to fork this project to create an uncensored version. Any modifications to the code to enable the production of such content would be contrary to the ethical guidelines we advocate for. We will comply with European regulations regarding this type of software. As required by law, the code may include both visible and invisible watermarks. If your local laws prohibit the use of this extension, you should not use it.