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
AUTOMATIC
98947d173e
run installers for newly installed extensions
3 years ago
AUTOMATIC
a1a376331c
make existing script loading and new preload code use same code for loading modules
...
limit extension preload scripts to just one file named preload.py
3 years ago
AUTOMATIC1111
e5690d0bf2
Merge pull request #4488 from d8ahazard/ExtensionPreload
...
Add option to preload extensions
3 years ago
AUTOMATIC
0ab0a50f9a
change formatting to match the main program in devices.py
3 years ago
AUTOMATIC
c62d17aee3
use the new devices.has_mps() function in register_buffer for DDIM/PLMS fix for OSX
3 years ago
AUTOMATIC1111
526f0aa556
Merge pull request #4623 from fumiama/mps
...
Fix wrong mps fallback
3 years ago
源文雨
1130d5df66
Update devices.py
3 years ago
源文雨
76ab31e188
Fix wrong mps selection below MasOS 12.3
3 years ago
AUTOMATIC
7ba3923d5b
move DDIM/PLMS fix for OSX out of the file with inpainting code.
3 years ago
AUTOMATIC1111
bb2e2c82ce
Merge pull request #4233 from thesved/patch-1
...
Make DDIM and PLMS work on Mac OS
3 years ago
AUTOMATIC1111
b8a2e38758
Merge pull request #4543 from tong-zeng/master
...
Fix a bug in list_files_with_name
3 years ago
NoCrypt
6165f07e74
Merge branch 'master' into patch-1
3 years ago
AUTOMATIC1111
e666220ee4
Merge pull request #4514 from cluder/4448_fix_ckpt_cache
...
#4448 fix checkpoint cache usage
3 years ago
AUTOMATIC1111
6a2044f566
Merge pull request #4563 from JingShing/master
...
Add username and password in ngrok
3 years ago
AUTOMATIC1111
ec95ced6fb
Merge pull request #4573 from liamkerr/4415-update-generation-info
...
4415 update generation info
3 years ago
AUTOMATIC1111
73776907ec
Merge pull request #4117 from TinkTheBoush/master
...
Adding optional tag shuffling for training
3 years ago
AUTOMATIC1111
6585cba200
Merge pull request #4395 from snowmeow2/master
...
Add DeepDanbooru to the interrogate API
3 years ago
KyuSeok Jung
a1e271207d
Update dataset.py
3 years ago
NoCrypt
c556d34523
Forcing HTTPS instead of HTTP for ngrok
...
For security reason.
3 years ago
KyuSeok Jung
b19af67d29
Update dataset.py
3 years ago
KyuSeok Jung
0959907f87
adding tag dropout option
3 years ago
KyuSeok Jung
13a2f1dca3
adding tag drop out option
3 years ago
KyuSeok Jung
6f8a807fe4
Update shared.py
3 years ago
Liam
b98740129c
added event listener for the image gallery modal; moved js to separate file
3 years ago
d8ahazard
ac6fd2a5d9
Fix accelerate check when spaces in path
3 years ago
JingShing
1a01191e27
Add username and password in ngrok.
3 years ago
JingShing
2505f39e28
Add username and password in ngrok.
3 years ago
Tong Zeng
893191cab2
fix a bug in list_files_with_name
3 years ago
Liam
81f2575df9
updating the displayed generation info when user clicks images in the gallery. feature request 4415
3 years ago
d8ahazard
0a54bd3395
Optional Accelerate Launch
3 years ago
cluder
eebf49592a
restore #4035 behavior
...
- if checkpoint cache is set to 1, keep 2 models in cache (current +1 more)
3 years ago
cluder
f37cce0e3d
Merge branch 'master' of https://github.com/cluder/stable-diffusion-webui into 4448_fix_ckpt_cache
3 years ago
cluder
3b51d239ac
- do not use ckpt cache, if disabled
...
- cache model after is has been loaded from file
3 years ago
kavorite
59bb1d36ea
blur mask with color-sketch + add paint transparency slider
3 years ago