518 Commits (master)

Author SHA1 Message Date
Ju1-js dc25a31d1a Gradio Auth Read from External File
Usage: `--gradio-auth-path {PATH}`
It adds the credentials to the already existing `--gradio-auth` credentials. It can also handle line breaks.
The file should look like:
`{u1}:{p1},{u2}:{p2}`
or
```
{u1}:{p1},
{u2}:{p2}
```
Will gradio handle duplicate credentials if it happens?
3 years ago
Max Audron 5eee2ac398 add data-dir flag and set all user data directories based on it 3 years ago
AUTOMATIC d2ac95fa7b remove the need to place configs near models 3 years ago
AUTOMATIC 7a14c8ab45 add an option to enable sections from extras tab in txt2img/img2img
fix some style inconsistenices
3 years ago
brkirch e3b53fd295 Add UI setting for upcasting attention to float32
Adds "Upcast cross attention layer to float32" option in Stable Diffusion settings. This allows for generating images using SD 2.1 models without --no-half or xFormers.

In order to make upcasting cross attention layer optimizations possible it is necessary to indent several sections of code in sd_hijack_optimizations.py so that a context manager can be used to disable autocast. Also, even though Stable Diffusion (and Diffusers) only upcast q and k, unfortunately my findings were that most of the cross attention layer optimizations could not function unless v is upcast also.
3 years ago
brkirch 84d9ce30cb Add option for float32 sampling with float16 UNet
This also handles type casting so that ROCm and MPS torch devices work correctly without --no-half. One cast is required for deepbooru in deepbooru_model.py, some explicit casting is required for img2img and inpainting. depth_model can't be converted to float16 or it won't work correctly on some systems (it's known to have issues on MPS) so in sd_models.py model.depth_model is removed for model.half().
3 years ago
Vladimir Mandic 04a561c11c
add option to skip interrogate categories 3 years ago
Vladimir Mandic efa7287be0
Merge branch 'AUTOMATIC1111:master' into interrogate 3 years ago
AUTOMATIC1111 171a5b3bb9
Merge pull request #7032 from gmq/extra-network-styles
Extra network view style
3 years ago
Vladimir Mandic 925dd09c91
improve interrogate 3 years ago
AUTOMATIC 3fa482076a Merge remote-tracking branch 'takuma104/xformers-flash-attention' 3 years ago
AUTOMATIC b5230197a6 rework extras tab to use script system 3 years ago
Guillermo Moreno 66eef11ce7 feat(extra-networks): add default view setting 3 years ago
AUTOMATIC 35419b2746 add an option to reorder tabs for extra networks 3 years ago
AUTOMATIC 2621566153 attention ctrl+up/down enhancements 3 years ago
AUTOMATIC fe7a623e6b add a slider for default value of added extra networks 3 years ago
AUTOMATIC 63b824376c add --gradio-queue option to enable gradio queue 3 years ago
Takuma Mori 3262e825cc add --xformers-flash-attention option & impl 3 years ago
AUTOMATIC 6d805b669e make CLIP interrogator download original text files if the directory does not exist
remove random artist built-in extension (to re-added as a normal extension on demand)
remove artists.csv (but what does it mean????????????????????)
make interrogate buttons show Loading... when you click them
3 years ago
AUTOMATIC 40ff6db532 extra networks UI
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
3 years ago
vt-idiot b271e22f7a
Update shared.py
`Witdth/Height` was driving me insane. -> `Width/Height`
3 years ago
AUTOMATIC 0f5dbfffd0 allow baking in VAE in checkpoint merger tab
do not save config if it's the default for checkpoint merger tab
change file naming scheme for checkpoint merger tab
allow just saving A without any merging for checkpoint merger tab
some stylistic changes for UI in checkpoint merger tab
3 years ago
AUTOMATIC1111 43fd6eaab8
Merge pull request #6851 from ddPn08/master
Add `--vae-dir` argument
3 years ago
AUTOMATIC 924e222004 add option to show/hide warnings
removed hiding warnings from LDSR
fixed/reworked few places that produced warnings
3 years ago
ddPn08 d906f87043
fix typo 3 years ago
ddPn08 6e08da2c31
Add `--vae-dir` argument 3 years ago
AUTOMATIC c361b89026 disable the new NaN check for the CI 3 years ago
AUTOMATIC 064983c0ad return an option to hide progressbar 3 years ago
AUTOMATIC 3f887f7f61 support old configs that say "auto" for ssd_vae
change sd_vae_as_default to True by default as it's a more sensible setting
3 years ago
AUTOMATIC 3db22e6ee4 rename masking to inpaint in UI
make inpaint go to the right place for users who don't have it in config string
3 years ago
AUTOMATIC1111 30cfe4ed9b
Merge pull request #6758 from Poktay/allow_reorder_masking_controls
allow reordering of inpaint masking controls (like the other sections can be reordered)
3 years ago
AUTOMATIC1111 4385449933
Merge pull request #6778 from pangbo13/master
Fix unexpected behavior when show_progress_every_n_steps is set to -1
3 years ago
AUTOMATIC a534bdfc80 add setting for progressbar update period 3 years ago
pangbo13 388708f7b1 fix when show_progress_every_n_steps == -1 3 years ago
AUTOMATIC d8b90ac121 big rework of progressbar/preview system to allow multiple users to prompts at the same time and do not get previews of each other 3 years ago
Josh R 9ef41df6f9 add inpaint masking controls to orderable section that the settings can order 3 years ago
Vladimir Mandic ce9827a7c5
Merge pull request #6731 from vladmandic/state_server_start
Add server start time to state info
3 years ago
AUTOMATIC a5bbcd2153 fix bug with "Ignore selected VAE for..." option completely disabling VAE election
rework VAE resolving code to be more simple
3 years ago
Vladimir Mandic fad850fc3d
add server_start to shared.state 3 years ago
AUTOMATIC f94a215abe add an option to choose what you want to see in live preview (Live preview subject) and moves live preview settings to its own tab 3 years ago
AUTOMATIC 08c6f009a5 load hashes from cache for checkpoints that have them
add checkpoint hash to footer
3 years ago
AUTOMATIC f9ac3352cb change hypernets to use sha256 hashes 3 years ago
AUTOMATIC a95f135308 change hash to sha256 3 years ago
AUTOMATIC1111 9cd7716753
Merge branch 'master' into tensorboard 3 years ago
AUTOMATIC 0b8911d883 img2img UI rework: obsolete --gradio-img2img-tool --gradio-inpaint-tool and always show all tools each in own tab 3 years ago
AUTOMATIC 29fb532764 change color selector in settings to be part of form 3 years ago
AUTOMATIC 1fbb6f9ebe make a dropdown for prompt template selection 3 years ago
AUTOMATIC d4fd2418ef add an option to use old hiresfix width/height behavior
add a visual effect to inactive hires fix elements
3 years ago
AUTOMATIC1111 c295e4a244
Merge pull request #6055 from brkirch/sub-quad_attn_opt
Add Birch-san's sub-quadratic attention implementation
3 years ago
Kuma 50194de93f
typo UI fixes #6391 3 years ago
brkirch b95a4c0ce5 Change sub-quad chunk threshold to use percentage 3 years ago
AUTOMATIC 683287d87f rework saving training params to file #6372 3 years ago
brkirch 3bfe2bb549 Merge remote-tracking branch 'upstream/master' into sub-quad_attn_opt 3 years ago
brkirch f6ab5a39d7 Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_opt 3 years ago
brkirch d782a95967 Add Birch-san's sub-quadratic attention implementation 3 years ago
AUTOMATIC1111 88e01b237e
Merge pull request #6372 from timntorres/save-ti-hypernet-settings-to-txt-revised
Save hypernet and textual inversion settings to text file, revised.
3 years ago
timntorres b85c2b5cf4 Clean up ti, add same behavior to hypernetwork. 3 years ago
cat 19a81ac287 hires-fix: add "nearest-exact" latent upscale mode. 3 years ago
timntorres eea8fc40e1 Add option to save ti settings to file. 3 years ago
AUTOMATIC1111 c53852e257
Merge pull request #6044 from hentailord85ez/discard-penultimate-sigma
Allow always discarding of penultimate sigma and fix doing 1 less step than specified
3 years ago
AUTOMATIC bc43293c64 fix incorrect display/calculation for number of steps for hires fix in progress bars 3 years ago
AUTOMATIC 1cfd8aec4a make it possible to work with opts.show_progress_every_n_steps = -1 with medvram 3 years ago
AUTOMATIC1111 c923de0e05
Merge pull request #5969 from philpax/include-job-timestamp-in-progress-api
feat(api): include job_timestamp in progress
3 years ago
AUTOMATIC1111 7bbd984dda
Merge pull request #6253 from Shondoit/ti-optim
Save Optimizer next to TI embedding
3 years ago
AUTOMATIC1111 a8ad8666cd
Merge pull request #6261 from vladmandic/api-logging
add api logging
3 years ago
MMaker b2151b934f
Rename bicubic antialiased option
Comma was causing the the value in PNG info to be quoted, which causes the upscaler dropdown option to be blank when sending to UI
3 years ago
MMaker 96cf15bede
Add new latent upscale modes 3 years ago
AUTOMATIC 02d7abf514 helpful error message when trying to load 2.0 without config
failing to load model weights from settings won't break generation for currently loaded model anymore
3 years ago
Vladimir Mandic aaa4c2aacb
add api logging 3 years ago
Shondoit bddebe09ed Save Optimizer next to TI embedding
Also add check to load only .PT and .BIN files as embeddings. (since we add .optim files in the same directory)
3 years ago
AUTOMATIC a1cf55a9d1 add option to reorder items in main UI 3 years ago
AUTOMATIC ef27a18b6b Hires fix rework 3 years ago
AUTOMATIC 16b9661d27 change karras scheduler sigmas to values recommended by SD from old 0.1 to 10 with an option to revert to old 3 years ago
AUTOMATIC 29a3a7eb13 show sampler selection in dropdown, add option selection to revert to old radio group 3 years ago
AUTOMATIC f34c734172 alt-diffusion integration 3 years ago
AUTOMATIC 3f401cdb64 Merge remote-tracking branch 'baai-open-internal/master' into alt-diffusion 3 years ago
AUTOMATIC1111 3d8256e40c
Merge pull request #6017 from hitomi/master
Add memory cache for VAE weights
3 years ago
Vladimir Mandic 463048344f
fix shared state dictionary 3 years ago
hentailord85ez 03f486a239
Update shared.py 3 years ago
hitomi 893933e05a Add memory cache for VAE weights 3 years ago
AUTOMATIC c5bdba2089 change wording a bit 3 years ago
AUTOMATIC 56e557c6ff added cheap NN approximation for VAE 3 years ago
AUTOMATIC1111 a6a54a7529
Merge pull request #5976 from AbstractQbit/fast_preview
Add an option for faster low quality previews
3 years ago
AUTOMATIC 03d7b39453 added an option to filter out deepbooru tags 3 years ago
AbstractQbit 11dd79e346 Add an option for faster low quality previews 3 years ago
Philpax f23a822f1c feat(api): include job_timestamp in progress 3 years ago
AUTOMATIC1111 34bc3616ec
Merge pull request #5838 from aliencaocao/fix_gradio_pil
Dirty fix for missing PIL supported file extensions
3 years ago
AUTOMATIC 9441c28c94 add an option for img2img background color 3 years ago
AUTOMATIC1111 55f3ef876b
Merge pull request #5814 from timntorres/5802-save-upscaler-to-filename
Add option to save upscaler to filename suffix in extras tab.
3 years ago
Billy Cao c02ef0f428 Fix PIL being imported before its installed (for new users only) 3 years ago
timntorres 6fd91c9179 Update OptionInfo to match preexisting option. 3 years ago
timntorres a7a039d53a Add option to include upscaler name in filename. 3 years ago
AUTOMATIC 991e2dcee9 remove NSFW filter and its dependency; if you still want it, find it in the extensions section 3 years ago
AUTOMATIC d06592267c use less javascript for this non-js-only implementation of the clear prompt button. 3 years ago
AUTOMATIC1111 2028aa06c0
Merge pull request #3198 from papuSpartan/master
Add Clear Prompt button to roll_col
3 years ago
AUTOMATIC1111 cce306cb67
Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-option
Add option to avoid sending size between interfaces.
3 years ago
papuSpartan 6387043fd2
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
AUTOMATIC bab91b1279 add Noise multiplier option to infotext 3 years ago
AUTOMATIC1111 8ee1acc1e4
Merge pull request #5373 from mezotaken/master
add noise strength parameter similar to NAI
3 years ago
zhaohu xing 965fc5ac5a delete a file
Signed-off-by: zhaohu xing <920232796@qq.com>
3 years ago