diff --git a/Gemfile b/Gemfile index 3a06c6f..5c3e9c0 100644 --- a/Gemfile +++ b/Gemfile @@ -16,6 +16,7 @@ gem "minima", git: "https://github.com/jekyll/minima" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" + gem 'jekyll-spaceship' end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 3d797ed..968a6ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,6 +20,7 @@ GEM eventmachine (1.2.7) ffi (1.15.5) forwardable-extended (2.6.0) + gemoji (3.0.1) google-protobuf (3.23.4-x86_64-linux) http_parser.rb (0.8.0) i18n (1.14.1) @@ -46,6 +47,11 @@ GEM sass-embedded (~> 1.54) jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) + jekyll-spaceship (0.10.2) + gemoji (~> 3.0) + jekyll (>= 3.6, < 5.0) + nokogiri (~> 1.6) + rainbow (~> 3.0) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (2.4.0) @@ -57,9 +63,13 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) + nokogiri (1.15.3-x86_64-linux) + racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.3) + racc (1.7.1) + rainbow (3.1.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -80,6 +90,7 @@ DEPENDENCIES http_parser.rb (~> 0.6.0) jekyll (~> 4.3.2) jekyll-feed (~> 0.12) + jekyll-spaceship minima! tzinfo (>= 1, < 3) tzinfo-data diff --git a/_config.yml b/_config.yml index 8480919..b58057f 100644 --- a/_config.yml +++ b/_config.yml @@ -36,7 +36,6 @@ author: 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/index.markdown b/index.markdown index 04bf843..504647c 100644 --- a/index.markdown +++ b/index.markdown @@ -59,4 +59,7 @@ This project contains code adapted from the following sources: + ifnude : https://github.com/s0md3v/ifnude + sd-webui-roop : https://github.com/s0md3v/sd-webui-roop +## Alternatives ++ https://github.com/idinkov/sd-deepface-1111 ++ https://github.com/s0md3v/sd-webui-roop