Skip to content

Releases: glucauze/sd-webui-faceswaplab

1.2.7

10 Sep 14:08
42d1c75
Compare
Choose a tag to compare
  • remove dill (pkl no longer supported)
  • add warnings in model install and checking
  • add gender selection in build

1.2.5

25 Aug 08:49
806086b
Compare
Choose a tag to compare

Fix seed and add seed selection

1.2.4

24 Aug 22:03
9977168
Compare
Choose a tag to compare

Fix default settings by marking only managed field as do_not_save.

See the discussion here : #62

1.2.3

23 Aug 20:39
a6ccd6f
Compare
Choose a tag to compare

Speed up ui : change the way default settings are manage by not storing them in ui-config.json

Migration : YOU NEED TO recreate ui-config.json (delete) or at least remove any faceswaplab reference to be able to use default settings again.

See this for explainations : AUTOMATIC1111/stable-diffusion-webui#6109

1.2.2

16 Aug 22:00
612cc43
Compare
Choose a tag to compare

Try to improve install and start speed.

If --use-cpu is not use will install gpu requirements by default. Note that GPU is not activated by default.

add nsfw threshold option (1==disable) for performance reason. Use responsibly. There are now too many nsfw disabling options for the measures taken here to be effective.

Fix build preview

1.2.1

06 Aug 22:40
c835e97
Compare
Choose a tag to compare

What's Changed

  • v1.2.1 experimental gpu option by @glucauze in #24
  • add warning on improved mask and upscaling and make it disabled in settings by default by @glucauze in #35

Full Changelog: 1.2.0...1.2.1

1.2.0

04 Aug 15:29
7282abf
Compare
Choose a tag to compare

See #19

v.1.1.3

03 Aug 23:24
1f3bffc
Compare
Choose a tag to compare
Merge pull request #4 from glucauze/safetensors

v1.1.2 Safetensors