Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
glucauze committed Jul 25, 2023
1 parent 453c068 commit 3075eef
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 10 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down
8 changes: 8 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file added _includes/footer.html
Empty file.
10 changes: 10 additions & 0 deletions _sass/minima/custom-styles.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
h1,h2,h3,h4,h5,h6{
color : #EE77EE;
}

img {
display: block;
margin : 1em;
margin-left: auto;
margin-right: auto;
}
4 changes: 4 additions & 0 deletions _sass/minima/custom-variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$background-color: #110011;
$brand-color : #ddd;
$text-color : #ddd;
$link-base-color : #BB00BB;
8 changes: 4 additions & 4 deletions features.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
9 changes: 6 additions & 3 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.

Expand Down

0 comments on commit 3075eef

Please sign in to comment.