756 Commits (7edd58d90dd08f68fab5ff84d26dedd0eb85cae3)

Author SHA1 Message Date
AUTOMATIC 336bd8703c just add the deepdanbooru settings unconditionally 3 years ago
AUTOMATIC ee10c41e2a Merge remote-tracking branch 'origin/steve3d' 3 years ago
AUTOMATIC1111 2e2d45b281
Merge pull request #2143 from JC-Array/deepdanbooru_pre_process
deepbooru tags for textual inversion preproccessing
3 years ago
Greg Fuller fec2221eea Truncate error text to fix service lockup / stall
What:
* Update wrap_gradio_call to add a limit to the maximum amount of text output

Why:
* wrap_gradio_call currently prints out a list of the arguments provided to the failing function.
   * if that function is save_image, this causes the entire image to be printed to stderr
    * If the image is large, this can cause the service to lock up while attempting to print all the text
 * It is easy to generate large images using the x/y plot script
 * it is easy to encounter image save exceptions, including if the output directory does not exist / cannot be written to, or if the file is too big
  * The huge amount of log spam is confusing and not particularly helpful
3 years ago
AUTOMATIC 6ac2ec2b78 create dir for hypernetworks 3 years ago
supersteve3d 65b973ac4e
Update shared.py
Correct typo to "Unload VAE and CLIP from VRAM when training" in settings tab.
3 years ago
JC_Array f53f703aeb resolved conflicts, moved settings under interrogate section, settings only show if deepbooru flag is enabled 3 years ago
JC-Array 963d986396
Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_process 3 years ago
AUTOMATIC 6be32b31d1 reports that training with medvram is possible. 3 years ago
AUTOMATIC d6fcc6b87b apply lr schedule to hypernets 3 years ago
AUTOMATIC1111 419e539fe3
Merge branch 'learning_rate-scheduling' into learnschedule 3 years ago
AUTOMATIC 6a9ea5b41c prevent extra modules from being saved/loaded with hypernet 3 years ago
AUTOMATIC d4ea5f4d86 add an option to unload models during hypernetwork training to save VRAM 3 years ago
AUTOMATIC 6d09b8d1df produce error when training with medvram/lowvram enabled 3 years ago
JC_Array ff4ef13dd5 removed unneeded print 3 years ago
AUTOMATIC d682444ecc add option to select hypernetwork modules when creating 3 years ago
AUTOMATIC1111 4f96ffd0b5
Merge pull request #2201 from alg-wiki/textual__inversion
Textual Inversion: Preprocess and Training will only pick-up image files instead
3 years ago
brkirch 861db783c7 Use apply_hypernetwork function 3 years ago
brkirch 574c8e554a Add InvokeAI and lstein to credits, add back CUDA support 3 years ago
brkirch 98fd5cde72 Add check for psutil 3 years ago
brkirch c0484f1b98 Add cross-attention optimization from InvokeAI
* Add cross-attention optimization from InvokeAI (~30% speed improvement on MPS)
* Add command line option for it
* Make it default when CUDA is unavailable
3 years ago
AUTOMATIC1111 f7e86aa420
Merge pull request #2227 from papuSpartan/master
Refresh list of models/ckpts upon hitting restart gradio in the setti…
3 years ago
AUTOMATIC 66b7d7584f become even stricter with pickles
no pickle shall pass
thank you again, RyotaK
3 years ago
papuSpartan d01a2d0156 move list refresh to webui.py and add stdout indicating it's doing so 3 years ago
AUTOMATIC b0583be088 more renames 3 years ago
AUTOMATIC 873efeed49 rename hypernetwork dir to hypernetworks to prevent clash with an old filename that people who use zip instead of git clone will have 3 years ago
JamnedZ a004d1a855 Added new line at the end of ngrok.py 3 years ago
JamnedZ 5992564448 Cleaned ngrok integration 3 years ago
Ben 861297cefe add a space holder 3 years ago
Ben 87b77cad5f Layout fix 3 years ago
Martin Cairns eacc03b167 Fix typo in comments 3 years ago
Martin Cairns 1eae307607 Remove debug code for checking that first sigma value is same after code cleanup 3 years ago
Martin Cairns 92d7a13885 Handle different parameters for DPM fast & adaptive 3 years ago
AUTOMATIC 530103b586 fixes related to merge 3 years ago
alg-wiki 8bacbca0a1
Removed my local edits to checkpoint image generation 3 years ago
alg-wiki b2368a3bce
Switched to exception handling 3 years ago
AUTOMATIC 5de806184f Merge branch 'master' into hypernetwork-training 3 years ago
AUTOMATIC 948533950c replace duplicate code with a function 3 years ago
hentailord85ez 5e2627a1a6
Comma backtrack padding (#2192)
Comma backtrack padding
3 years ago
Kenneth 8617396c6d Added slider for deepbooru score threshold in settings 3 years ago
Jairo Correa 8b7d3f1bef Make the ctrl+enter shortcut use the generate button on the current tab 3 years ago
papuSpartan 1add3cff84 Refresh list of models/ckpts upon hitting restart gradio in the settings pane 3 years ago
JC_Array bb932dbf9f added alpha sort and threshold variables to create process method in preprocessing 3 years ago
JC-Array 47f5e216da
Merge branch 'deepdanbooru_pre_process' into master 3 years ago
JC_Array 76ef3d75f6 added deepbooru settings (threshold and sort by alpha or likelyhood) 3 years ago
JC_Array b980e7188c corrected tag return in get_deepbooru_tags 3 years ago
JC_Array a1a05ad2d1 import time missing, added to deepbooru fixxing error on get_deepbooru_tags 3 years ago
alg-wiki 907a88b2d0 Added .webp .bmp 3 years ago
Fampai 2536ecbb17 Refactored learning rate code 3 years ago
AUTOMATIC f98338faa8 add an option to not add watermark to created images 3 years ago