AUTOMATIC
413c077969
prevent StableDiffusionProcessingImg2Img changing image_mask field as an alternative solution to #4765
3 years ago
AUTOMATIC1111
89daf778fb
Merge pull request #4812 from space-nuko/feature/interrupt-preprocessing
...
Add interrupt button to preprocessing
3 years ago
AUTOMATIC1111
fe03f9903c
Merge pull request #4819 from killfrenzy96/master
...
Cleanly undo circular hijack to fix tiling getting stuck on #4818
3 years ago
AUTOMATIC
617c5b486f
make it possible for StableDiffusionProcessing to accept multiple different negative prompts in a batch
3 years ago
AUTOMATIC1111
e35d8b493f
Merge pull request #4778 from leppie/fix_unbounded_prompt_growth
...
Fix unbounded prompt growth/determinism in scripts that loop
3 years ago
AUTOMATIC
0d702930b0
renamed Inpainting strength infotext to Conditional mask weight, made it only appear if using inpainting model, made it possible to read the setting from it using the blue arrow button
3 years ago
Muhammad Rizqi Nur
8662b5e57f
Merge branch 'a1111' into vae-fix-none
3 years ago
AUTOMATIC1111
ff35ae9abb
Merge pull request #4679 from Eugenii10/inpaint-strength-to-infotext
...
Add 'Inpainting strength' to the 'generation_params' of 'infotext' (params.txt or png chunks)
3 years ago
AUTOMATIC1111
aee611adb8
Merge pull request #4646 from mrauhu/force-update-extensions
...
Fix: `error: Your local changes to the following files would be overwritten by merge` when trying to update extensions in WSL2 Docker
3 years ago
AUTOMATIC1111
5bfef6e063
Merge pull request #4844 from R-N/vae-misc
...
Remove no longer necessary code from VAE selector, fix #4651
3 years ago
AUTOMATIC
cdc8020d13
change StableDiffusionProcessing to internally use sampler name instead of sampler index
3 years ago
Muhammad Rizqi Nur
45dca0562e
Merge branch 'a1111' into vae-fix-none
3 years ago
Muhammad Rizqi Nur
f1bdf2b15f
Merge branch 'a1111' into vae-misc
3 years ago
AUTOMATIC
d9fd4525a5
change text for sd_vae_as_default that makes more sense to me
3 years ago
AUTOMATIC1111
3951806058
Merge pull request #4842 from R-N/vae-as-default
...
Option to use selected VAE as default fallback instead of primary option
3 years ago
AUTOMATIC1111
0d098e4656
Merge pull request #4527 from d8ahazard/Accelerate
...
Optional Accelerate Launch
3 years ago
Muhammad Rizqi Nur
c8f7b5cdd7
Misc
...
Misc
3 years ago
Muhammad Rizqi Nur
271fd2d700
More verbose messages
3 years ago
Muhammad Rizqi Nur
2c5ca706a7
Remove no longer necessary parts and add vae_file safeguard
3 years ago
Muhammad Rizqi Nur
0663706d44
Option to use selected VAE as default fallback instead of primary option
3 years ago
Muhammad Rizqi Nur
028b67b635
Use underscore naming for "private" functions in sd_vae
3 years ago
Muhammad Rizqi Nur
9fdc343dca
Fix model caching requiring deepcopy
3 years ago
Muhammad Rizqi Nur
c7be83bf02
Misc
...
Misc
3 years ago
Muhammad Rizqi Nur
abc1e79a5d
Fix base VAE caching was done after loading VAE, also add safeguard
3 years ago
Muhammad Rizqi Nur
8ab4927452
Fix model wasn't restored even when choosing "None"
3 years ago
Vladimir Repin
694611cbd8
Apply suggestions from code review
...
Use last version of setup-python action
Remove unnecesarry multicommand from run
Remove current directory from artifact paths
Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
3 years ago
killfrenzy96
17e4432820
cleanly undo circular hijack #4818
3 years ago
space-nuko
c8c40c8a64
Add interrupt button to preprocessing
3 years ago
brkirch
a5106a7cdc
Remove extra .to(device)
3 years ago
brkirch
abfa22c16f
Revert "MPS Upscalers Fix"
...
This reverts commit 768b95394a8500da639b947508f78296524f1836.
3 years ago
Llewellyn Pritchard
9bbe1e3c2e
Fix unbounded prompt growth scripts that loop
3 years ago
dtlnor
72b52fbb77
add css override
3 years ago
Maiko Sinkyaet Tan
8f2ff861d3
feat: add http basic authentication for api
3 years ago
papuSpartan
3405acc6a4
Give --server-name priority over --listen and add check for --server-name in addition to --share and --listen
3 years ago
Vladimir Repin
a071079000
Use empty model as CLIP weights
3 years ago
Vladimir Repin
4a35c3744c
remove test requiring codeformers
3 years ago
Vladimir Repin
9e4f68acad
Stop exporting cl args and upload stdout and stderr as artifacts
3 years ago
Vladimir Repin
5808241dd7
Use 80 port on launch
3 years ago
Vladimir Repin
7416ac8d3c
Use localhost with 80 port, count errors as well
3 years ago
Vladimir Repin
0646040667
Propagate test error and try it without localhost
3 years ago
Vladimir Repin
3ffc1c6cee
skip cuda test
3 years ago
Vladimir Repin
93d6c0209a
Tests separated for github-actions CI
3 years ago
KEV
40ae95d532
Fix retrieving value for 'x/y plot' script.
3 years ago
parasi
9a1aff645a
resolve [name] after resolving [filewords] in training
3 years ago
KEV
6fa891b934
Add 'Inpainting strength' to the 'generation_params' dictionary of 'infotext' which is saved into the 'params.txt' or png chunks.
...
Value appears only if 'Denoising strength' appears too.
3 years ago
Anas Abou Allaban
084cf04390
Fix env var names
3 years ago
Xu Cuijie
d20dbe47e0
fix the model name error of Real-ESRGAN in the opts default value
3 years ago
Mrau Hu
d671d1d45d
Fix: `error: Your local changes to the following files would be overwritten by merge` when run `pull()` method,
...
because WSL2 Docker set 755 file permissions instead of 644, this results to the error.
Updated `Extension` class: replaced `pull()` with `fetch_and_reset_hard()` method.
Updated `apply_and_restart()` function: replaced `ext.pull()` with `ext.fetch_and_reset_hard()` function.
3 years ago
Vladimir Repin
007f4f7314
Tests cleaned up
3 years ago
brkirch
f4a488f585
Set device for facelib/facexlib and gfpgan
...
* FaceXLib/FaceLib doesn't pass the device argument to RetinaFace but instead chooses one itself and sets it to a global - in order to use a device other than its internally chosen default it is necessary to manually replace the default value
* The GFPGAN constructor needs the device argument to work with MPS or a CUDA device ID that differs from the default
3 years ago