Vespinian
2174f58dae
Changed alwayson_script_name and alwayson_script_args api params to 1 alwayson_scripts param dict
3 years ago
Vespinian
c6c2a59333
comment clarification
3 years ago
Vespinian
a39c4cf766
small refactor of api.py
3 years ago
Vespinian
3b6de96467
Added alwayson_script_name and alwayson_script_args to api
...
Added 2 additional possible entries in the api request: alwayson_script_name, a string list, and, alwayson_script_args, a list of list containing the args of each script. This allows us to send args to always on script and keep backwards compatibility with old script_name and script_arg api params
3 years ago
w-e-w
f71a3c9c3a
convert resolution to int using round()
3 years ago
w-e-w
014e7323f6
when exists
3 years ago
w-e-w
c77f01ff31
fix auto sd download issue
3 years ago
AUTOMATIC1111
c3d5a6ed37
Merge pull request #7300 from Ju1-js/master
...
Gradio Auth - Read from External File
3 years ago
AUTOMATIC
11183b4d90
fix for #6700
3 years ago
AUTOMATIC1111
dfb3b8f398
Merge branch 'master' into weighted-learning
3 years ago
AUTOMATIC1111
4313777322
Merge pull request #7703 from minux302/hotfix/fix_hn_api_arg
...
fix arg for train_hypernetwork api
3 years ago
AUTOMATIC1111
09835363ab
Merge pull request #7572 from CurtisDS/fix-id-handle-in-extra-networks
...
Update ui_extra_networks.py to fix div id's that have spaces in them
3 years ago
AUTOMATIC
b908bed883
remove unneeded return from #7583
3 years ago
AUTOMATIC1111
563724f6e9
Merge pull request #7583 from EllangoK/master
...
Calls modules.sd_vae.refresh_vae_list(), fixes VAE list not updating
3 years ago
AUTOMATIC1111
b63a13c5ed
Merge pull request #7651 from vladmandic/missing-imports
...
Add missing imports
3 years ago
AUTOMATIC1111
e287d9b294
Merge pull request #7650 from vladmandic/img2img-fix
...
Convert image from RGBA to RGB before saving
3 years ago
AUTOMATIC
fe46a08f52
add slash to non-empty dirs in extra networks interface
3 years ago
AUTOMATIC1111
226bc04653
Merge pull request #7637 from brkirch/fix-hypernetworks-pix2pix
...
Fix hypernetworks and instruct pix2pix not working with `--upcast-sampling`
3 years ago
AUTOMATIC1111
3fcc087317
Merge pull request #7731 from opparco/master
...
Add cfg_denoised_callback
3 years ago
AUTOMATIC1111
fd4ac5187a
Revert "Aspect ratio sliders"
3 years ago
AUTOMATIC1111
b20f28eea9
Merge pull request #7601 from Gerschel/aspect_ratio_sliders
...
Aspect ratio sliders
3 years ago
AUTOMATIC1111
9c4eaac61f
Merge pull request #7691 from missionfloyd/16bit-convert
...
Convert 16-bit greyscale to 8-bit when saving as JPEG
3 years ago
AUTOMATIC1111
2a4f893570
Merge pull request #7727 from missionfloyd/face-restore-setting
...
Fix face restorers setting
3 years ago
AUTOMATIC
fb2354cb2a
reword settings for 4chan export, remove unneded try/excepts, add try/except for actually saving JPG
3 years ago
AUTOMATIC1111
e572c3ed38
Merge pull request #7564 from w-e-w/configurable_image_downscale
...
Configurable JPG downscale threshold
3 years ago
AUTOMATIC
1646991637
display 8 (rather than 7) characters of the extension commit hash in the installed extensions table
3 years ago
AUTOMATIC1111
d023532c55
Merge pull request #7798 from vladmandic/extensions
...
add version to extensions table
3 years ago
AUTOMATIC
15f4b217b1
fix the a merge conflict resolve i did that entirely breaks image generation
3 years ago
AUTOMATIC1111
a77ac2eeaa
Merge pull request #7730 from CCRcmcpe/fix-dpm-sde-batch
...
Fix DPM++ SDE not deterministic across different batch sizes (#5210 )
3 years ago
AUTOMATIC
a742facd95
make PNG info tab work properly with parameter overrides
3 years ago
AUTOMATIC1111
6911deb242
Merge branch 'master' into fix-save-params-2
3 years ago
AUTOMATIC1111
c69494673d
Merge pull request #7824 from missionfloyd/download-model
...
Download model if none are found
3 years ago
AUTOMATIC1111
b66b6829aa
Merge pull request #7789 from space-nuko/extra-networks-per-batch
...
Apply extra networks per-batch instead of per-session (fixes wildcards)
3 years ago
AUTOMATIC
b5f69ad6af
simply long version display for torch in UI
3 years ago
Vladimir Mandic
9c7e6d5bba
store and print real torch version
3 years ago
space-nuko
b20737815a
Fix params.txt saving for infotexts modified by process_batch
3 years ago
missionfloyd
c4ea16a03f
Add ".vae.ckpt" to ext_blacklist
3 years ago
Shondoit
edb10092de
Add ability to choose using weighted loss or not
3 years ago
Shondoit
bc50936745
Call weighted_forward during training
3 years ago
Shondoit
21642000b3
Add PNG alpha channel as weight maps to data entries
3 years ago
Shondoit
c4bfd20f31
Hijack to add weighted_forward to model: return loss * weight map
3 years ago
RcINS
f55a7e04d8
Fix error when batch count > 1
3 years ago
missionfloyd
1615f786ee
Download model if none are found
3 years ago
Vladimir Mandic
7893533674
add version to extensions table
3 years ago
space-nuko
0a4917ac40
Apply extra networks per-batch instead of per-session (fixes wildcards)
3 years ago
opparco
b78c5e87ba
Add cfg_denoised_callback
3 years ago
RcINS
9e27af76d1
Fix DPM++ SDE not deterministic across different batch sizes ( #5210 )
3 years ago
missionfloyd
bf9b1d64a3
Fix face restorers setting
3 years ago
minux302
33947a3c66
fix arg for hypernetwork train api
3 years ago
missionfloyd
73a97cac11
Use RGB for webp
...
Doesn't support greyscale (L)
3 years ago