1291 Commits (7edd58d90dd08f68fab5ff84d26dedd0eb85cae3)
 

Author SHA1 Message Date
James Noeckel 7edd58d90d update environment-wsl2.yaml 3 years ago
AUTOMATIC1111 c15c3b08df
Merge pull request #2312 from AUTOMATIC1111/edit-attention-nan-fix
edit attention key handler: return early when weight parse returns NaN
3 years ago
AUTOMATIC fd07b103ae prevent SD model from loading when running in deepdanbooru process 3 years ago
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
DepFA 6d408c06c6
Prevent nans from failed float parsing from overwriting weights 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 2f6ea2fbca Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC d6fcc6b87b apply lr schedule to hypernets 3 years ago
AUTOMATIC1111 12f4f4761b
Merge pull request #1795 from MarkovInequality/learnschedule
Added learning_rate scheduling for TI
3 years ago
AUTOMATIC1111 419e539fe3
Merge branch 'learning_rate-scheduling' into learnschedule 3 years ago
nai-degen 9e5f6b5580 triggers 'input' event when using arrow keys to edit attention 3 years ago
AUTOMATIC d7474a5185 bump gradio to 3.4.1 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
AUTOMATIC 5ba23cb41f change default for XY plot's Y to Nothing. 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 e0ee5bf703 add codeowners file so stop the great guys who are collaborating on the project from merging in PRs. 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
C43H66N12O12S2 a05c824384
Merge pull request #2218 from AUTOMATIC1111/update-readme
add features, credit for composable diffusion
3 years ago
ClashSAN 5766ce21ab
Update README.md 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
JamnedZ 4e485b7923 Added installation of pyngrok if needed 3 years ago
parsec501 210fd72bab Added 'suggestion' flair to suggestion template 3 years ago
Ben 54c519943a Update style.css 3 years ago
Ben 031dc8cd7f space holder 3 years ago
Ben 861297cefe add a space holder 3 years ago
Ben 87b77cad5f Layout fix 3 years ago
Ben b372f5538b Save some space 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