424 Commits (b6e5edd74657e3fd1fbd04f341b7a84625d4aa7a)

Author SHA1 Message Date
MalumaDev 0d4f5db235
Update modules/ui.py
Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
3 years ago
MalumaDev 4387e4fe64
Update modules/ui.py
Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
3 years ago
MalumaDev 7b7561f6e4
Merge branch 'master' into test_resolve_conflicts 3 years ago
ruocaled 5fd638f14d fix download section layout 3 years ago
MalumaDev 37d7ffb415 fix to tokens lenght, addend embs generator, add new features to edit the embedding before the generation using text 3 years ago
AUTOMATIC 20a1f68c75 fix gadio issue with sending files between tabs 3 years ago
AUTOMATIC d3463bc59a change styling for top right corner UI
made save style button not die when you cancel
3 years ago
AUTOMATIC 5967d07d1a fix new gradio failing to preserve image params 3 years ago
AUTOMATIC e8729dd051 re-apply height hacks to work with new gradio 3 years ago
aoirusann db27b987a9 Add hint for `ctrl/alt enter`
And duplicate implementations are removed
3 years ago
AUTOMATIC c7a86f7fe9 add option to use batch size for training 3 years ago
AUTOMATIC acedbe67d2 bring history tab back, make it behave; it's still slow but won't fuck anything up until you use it 3 years ago
AUTOMATIC 4dc4265099 rename firstpass w/h to discard old user settings 3 years ago
AUTOMATIC 368f4cc4c7 set firstpass w/h to 0 by default and rever to old behavior when any are 0 3 years ago
AUTOMATIC cd58e44051 disabling history - i knew it was slow as fuck but i didn't realize it would also show galleries on launch 3 years ago
AUTOMATIC 03d62538ae remove duplicate code for log loss, add step, make it read from options rather than gradio input 3 years ago
AUTOMATIC 326fe7d44b Merge remote-tracking branch 'Melanpan/master' 3 years ago
AUTOMATIC c250cb289c change checkpoint merger to work in a more obvious way
remove sigmoid and inverse sigmoid because they just did the same thing as weighed sum only with changed multiplier
3 years ago
AUTOMATIC c344ba3b32 add option to read generation params for learning previews from txt2img 3 years ago
AUTOMATIC1111 6b77af7a43
Merge pull request #2396 from yfszzx/master
Add a "History" tab
3 years ago
AUTOMATIC 67f447ddcc possibility to load checkpoint, clip skip, and hypernet from infotext 3 years ago
AUTOMATIC 0aec19d783 make pasting into img2img prompt work
make image params request not use temp files
3 years ago
AUTOMATIC a156c097ab Merge branch 'param-loading' 3 years ago
AUTOMATIC e644b5a80b remove scale latent and no-crop options from hires fix
support copy-pasting new parameters for hires fix
3 years ago
Buckzor 40d1c6e423 Option between stretch and crop for Highres. fix 3 years ago
Buckzor b2261b53ae Added first_pass_width and height as adjustable inputs to "High Res Fix" 3 years ago
MalumaDev bb57f30c2d init 3 years ago
不会画画的中医不是好程序员 f7712e28e5 Merge branch 'AUTOMATIC1111:master' into master 3 years ago
AUTOMATIC fdecb63685 add an ability to merge three checkpoints 3 years ago
不会画画的中医不是好程序员 7c8903367c
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
AUTOMATIC 08b3f7aef1 emergency fix for broken send to buttons 3 years ago
AUTOMATIC 354ef0da3b add hypernetwork multipliers 3 years ago
AUTOMATIC a10b0e11fc options to refresh list of models and hypernetworks 3 years ago
AUTOMATIC bb7baf6b9c add option to change what's shown in quicksettings bar 3 years ago
Greg Fuller fed7f0e281 Revert "fix prompt in log.csv"
This reverts commit e4b5d1696429ab78dae9779420ce6ec4cd9c5f67.
3 years ago
Greg Fuller a3f02e4690 fix prompt in log.csv 3 years ago
Greg Fuller 8711c2fe01 Fix metadata contents 3 years ago
Greg Fuller aeacbac218 Fix save error 3 years ago
不会画画的中医不是好程序员 0186db178e
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
d8ahazard 54e0051bdd Add drag/drop param loading.
Drop an image or generational text onto the prompt bar, it loads the info for parsing.
3 years ago
Melan 1cfc2a1898 Save a csv containing the loss while training 3 years ago
AUTOMATIC 698d303b04 deepbooru: added option to use spaces or underscores
deepbooru: added option to quote (\) in tags
deepbooru/BLIP: write caption to file instead of image filename
deepbooru/BLIP: now possible to use both for captions
deepbooru: process is stopped even if an exception occurs
3 years ago
AUTOMATIC c3c8eef9fd train: change filename processing to be more simple and configurable
train: make it possible to make text files with prompts
train: rework scheduler so that there's less repeating code in textual inversion and hypernets
train: move epochs setting to options
3 years ago
不会画画的中医不是好程序员 324e6ed5d1
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
yfszzx a1a94b8b5f images history improvement 3 years ago
yfszzx c87c3b9c11 test 3 years ago
AUTOMATIC1111 cc5803603b
Merge pull request #2037 from AUTOMATIC1111/embed-embeddings-in-images
Add option to store TI embeddings in png chunks, and load from same.
3 years ago
AUTOMATIC ee015a1af6 change textual inversion tab to train
remake train interface to use tabs
3 years ago
AUTOMATIC1111 dc1432e0dd
Merge branch 'master' into feature/scale_to 3 years ago
brkirch 57e03cdd24 Ensure the directory exists before saving to it
The directory for the images saved with the Save button may still not exist, so it needs to be created prior to opening the log.csv file.
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
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 d6fcc6b87b apply lr schedule to hypernets 3 years ago
AUTOMATIC1111 419e539fe3
Merge branch 'learning_rate-scheduling' into learnschedule 3 years ago
AUTOMATIC d682444ecc add option to select hypernetwork modules when creating 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
DepFA 1eaad95533
Merge branch 'master' into embed-embeddings-in-images 3 years ago
papuSpartan d01a2d0156 move list refresh to webui.py and add stdout indicating it's doing so 3 years ago
不会画画的中医不是好程序员 a36dea9596
Merge branch 'master' into master 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 5992564448 Cleaned ngrok integration 3 years ago
Ben 861297cefe add a space holder 3 years ago
Ben 87b77cad5f Layout fix 3 years ago
yfszzx 594ab4ba53 images history improvement 3 years ago
AUTOMATIC 530103b586 fixes related to merge 3 years ago
AUTOMATIC 5de806184f Merge branch 'master' into hypernetwork-training 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 47f5e216da
Merge branch 'deepdanbooru_pre_process' into master 3 years ago
Fampai 2536ecbb17 Refactored learning rate code 3 years ago
Justin Maier 1d64976dbc Simplify crop logic 3 years ago
Vladimir Repin 9d33baba58 Always show previous mask and fix extras_send dest 3 years ago
RW21 f347ddfd80 Remove max_batch_count from ui.py 3 years ago
DepFA ce2d7f7eac
Merge branch 'master' into embed-embeddings-in-images 3 years ago
alg-wiki 7a20f914ed Custom Width and Height 3 years ago
alg-wiki ea00c1624b Textual Inversion: Added custom training image size and number of repeats per input image in a single epoch 3 years ago
不会画画的中医不是好程序员 1e18a5ffcc
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
yfszzx 23f2989799 images history over 3 years ago
JC_Array 2f94331df2 removed change in last commit, simplified to adding the visible argument to process_caption_deepbooru and it set to False if deepdanbooru argument is not set 3 years ago
JC_Array 8ec069e64d removed duplicate run_preprocess.click by creating run_preprocess_inputs list and appending deepbooru variable to input list if in scope 3 years ago
yfszzx 8a7c07a214 show image history 3 years ago
JC_Array 1f92336be7 refactored the deepbooru module to improve speed on running multiple interogations in a row. Added the option to generate deepbooru tags for textual inversion preproccessing. 3 years ago
Justin Maier 6435691bb1 Add "Scale to" option to Extras 3 years ago
DepFA 4117afff11
Merge branch 'master' into embed-embeddings-in-images 3 years ago
AUTOMATIC 6c383d2e82 show model selection setting on top of page 3 years ago
AUTOMATIC 6f6798ddab prevent a possible code execution error (thanks, RyotaK) 3 years ago
AUTOMATIC ab4fe4f44c hide filenames for save button by default 3 years ago
AUTOMATIC1111 e00b4df7c6
Merge pull request #1752 from Greendayle/dev/deepdanbooru
Added DeepDanbooru interrogator
3 years ago
aoirusann 14192c5b20 Support `Download` for txt files. 3 years ago
aoirusann 5ab7e88d9b Add `Download` & `Download as zip` 3 years ago
DepFA cd8673bd9b
add embed embedding to ui 3 years ago
Aidan Holland 432782163a chore: Fix typos 3 years ago
DepFA b458fa48fe Update ui.py 3 years ago
DepFA 15c4278f1a TI preprocess wording
I had to check the code to work out what splitting was 🤷🏿
3 years ago
Greendayle 01f8cb4447 made deepdanbooru optional, added to readme, automatic download of deepbooru model 3 years ago
Greendayle 2e8ba0fa47 fix conflicts 3 years ago
Milly 4f33289d0f Fixed typo 3 years ago
Trung Ngo 786d9f63aa Add button to skip the current iteration 3 years ago
AUTOMATIC 12c4d5c6b5 hypernetwork training mk1 3 years ago
Greendayle 537da7a304 Merge branch 'master' into dev/deepdanbooru 3 years ago
Milly 0bb458f0ca Removed duplicate image saving codes
Use `modules.images.save_image()` instead.
3 years ago
AUTOMATIC c26732fbee added support for AND from https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/ 3 years ago
Greendayle 59a2b9e5af deepdanbooru interrogator 3 years ago
DepFA bbdbbd36ed shared.state.interrupt when restart is requested 3 years ago
xpscyho ef40e4cd4d Display time taken in mins, secs when relevant
Fixes #1656
3 years ago
AUTOMATIC b32852ef03 add editor to img2img 3 years ago
AUTOMATIC d5bba20a58 ignore errors in parse for purposes of token counting for #1564 3 years ago
AUTOMATIC 43a74fa595 batch processing for img2img with an empty output directory, by request 3 years ago
Hanusz Leszek e615d4f9d1 Convert folder icon surrogate pair to valid utf8 3 years ago
AUTOMATIC 6785331e22 keep textual inversion dataset latents in CPU memory to save a bit of VRAM 3 years ago
AUTOMATIC c7543d4940 preprocessing for textual inversion added 3 years ago
Lopyter 91f327f22b make save to dirs optional for imgs saved from ui 3 years ago
AUTOMATIC1111 688c4a914a
Merge branch 'master' into 1404-script-reload-without-restart 3 years ago
DepFA e808096cf6
correct indent 3 years ago
AUTOMATIC1111 0b94fc5033
Merge pull request #1324 from liamkerr/token_updates
Fixing Bugs with Token Counter
3 years ago
AUTOMATIC 88ec0cf557 fix for incorrect embedding token length calculation (will break seeds that use embeddings, you're welcome!)
add option to input initialization text for embeddings
3 years ago
liamkerr a32a068ed1
Merge branch 'master' into token_updates 3 years ago
AUTOMATIC1111 a9d7eb722f
Merge branch 'master' into saving 3 years ago
liamkerr 7308aeefd9
Merge branch 'master' into token_updates 3 years ago
AUTOMATIC 820f1dc96b initial support for training textual inversion 3 years ago
DepFA 2deea86781
Put reload buttons in row and add secondary style 3 years ago
DepFA 07e40ad7f2
add custom script body only refresh option 3 years ago
DepFA 0aa354bd5e
remove styling from python side 3 years ago
DepFA 027c5aae55
update reloading message style 3 years ago
DepFA 6048002dad
Add scope warning to refresh button 3 years ago
DepFA afaa03c5fd
add redefinition guard to gradio_routes_templates_response 3 years ago
DepFA 4f8490cd56
add restart button 3 years ago
Liam 3c6a049fc3 consolidated token counter functions 3 years ago
Liam ff8dc1908a fixed token counter for prompt editing 3 years ago
Liam abdbf1de64 token counters now update when roll artist and style buttons are pressed https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893 3 years ago
Trung Ngo d1db330010 ALT + return will submit prompt when it's in focus 3 years ago
AUTOMATIC 43c87ef0fc change default inpaint mode to original 3 years ago
Justin Maier a112168d28 Save parameters as comments when saving as jpg 3 years ago
Justin Maier ca5901b5c8 Save should use desired sample format fixes #1028 3 years ago
WDevelopsWebApps f28ce3e3a1
Merge branch 'master' into saving 3 years ago
safentisAuth 66fed8ffb8 Add custom name and try-except 3 years ago
Michoko 819fd3af40 Add output folder icons
Changed the hidden element class name to a more generic one, so people can reuse it if they want to hide further elements in the future
3 years ago
Michoko 02c4b757b6 Add output folder icons
Handling of the --hide-ui-dir-config flag and added multi-platform code for opening a folder
3 years ago
Michoko f8acbb8f88 Add output folder icons
Adds icons on the first 3 tabs to directly open the corresponding images output directory
3 years ago
William Moorehouse 041d2aefc0
Respect --ckpt-dir command-line argument when merging models (#1261)
* Update .gitignore to ignore *all* checkpoint files in /models
* Fixed typo in UI
3 years ago
AUTOMATIC 7acfaca05a update lists of models after merging them in checkpoints tab
support saving as half
3 years ago
AUTOMATIC 791808c890 correctly list and display model names for #1261 3 years ago
AUTOMATIC1111 278e7c7114
Merge pull request #1194 from liamkerr/token_count
Token count
3 years ago
AUTOMATIC 9be0d1b89e Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC aea5b2510e save parameters for images when using the Save button. 3 years ago
Liam 7ca9858c4c removed unused import; now using javascript to watch prompt textarea 3 years ago
Bernard Maltais fe2f0e1729 Adding support for inverse sigmoid interpolation 3 years ago
WDevelopsWebApps 03ee67bfd3 add advanced saving for save button 3 years ago
Bernard Maltais 4c9c2a6702 -Fix interp_amount rounding in filename
-Sort list of checkpoints in list
3 years ago
Bernard Maltais d641af6a7d - Add gradio dropdown list to select checkpoints
- Update checkpoint model fields labels
3 years ago
Liam e5707b66d6 switched the token counter to use hidden buttons instead of api call 3 years ago
Liam 981fe9c4a3 Merge remote-tracking branch 'upstream/master' into token_count 3 years ago
Liam 5034f7d759 added token counter next to txt2img and img2img prompts 3 years ago
Bernard Maltais 20b41b7be7 (feat): Rework Checkpoint Merger UI for better clarity
- Rename variables to better align with field input
- Improve merged checkpoint output file name
3 years ago
AUTOMATIC ada901ed66 added console outputs, more clear indication of progress, and ability to specify full filename to checkpoint merger
restore "Loading..." text
3 years ago
AUTOMATIC1111 a9dc307a21
Merge pull request #1066 from moorehousew/master
Add support for checkpoint merging
3 years ago
Connum 2846ca5702 adds support for a notification.mp3 in the root directory that will play upon completion (fixes #1013) 3 years ago
William Moorehouse dc11748dea Added smoothstep interpolation to checkpoint merging 3 years ago
Liam db4ab47f09 copy over fields when sending to img2img: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1029 3 years ago
William Moorehouse 91643f651d Add support for checkpoint merging 3 years ago
AUTOMATIC ca3e5519e8 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC ff107845b4 added hiding items to ui-config.json 3 years ago
DepFA 50ae19acf6 add custom script source to config path keys 3 years ago
AUTOMATIC b8eae5de93 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 600cc0342d added support for setting hires fix from pasted prompts
added more robust detection of last line with parameters for pasted prompts
3 years ago
DepFA 72e2a96284 Correct indent 3 years ago
DepFA ab5a472556 Persist default Number values 3 years ago
DepFA ca13264609 Add attr to skip 3 years ago
DepFA b1320d79b5 Apply to all checkboxes and textboxes 3 years ago
DepFA 714dcda068 Add attributes to checkboxes for persisting 3 years ago
AUTOMATIC 53be15c204 by popular request, moves width/height sliders higher 3 years ago
EyeDeck b5d705e263 Disable 'batch img2img' when launched with --hide-ui-dir-config
Prevent writing to arbitrary directories, as usual
3 years ago
AUTOMATIC 410bef0853 do not hide preview image too early 3 years ago
innovaciones 3e4b7fb869 Remove double loading message 3 years ago
AUTOMATIC 71cfb9ebac fix for settings sometimes not applying on javascript side 3 years ago
AUTOMATIC 39ce23f42d add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo tabs
fixed some [send to..] buttons to work properly with all tabs
3 years ago
AUTOMATIC 8ffc07b7b1 one change didn't make it into the previous commit 3 years ago
AUTOMATIC 0065327726 upgrade to gradio==3.4b3 t fixthe inpain bugs
rework progressbar/preview to work with new gradio
remove unnecessary create style button
added link to alternative colab
3 years ago
AUTOMATIC 6fa20d51dc prevent saving settings with bogus values 3 years ago
Seki 03faf20251 add extrastab send to inpaint 3 years ago
Seki 8708386609 add extrastab send to img2img 3 years ago
innovaciones 0ce9e05a42 Fix typo 3 years ago
innovaciones ebf19c1145 Show interrupt button without progress bar 3 years ago
DepFA 42b7902922 sort JavaScript includes to assure script sequence
Who knows what filesystem they're on
3 years ago
AUTOMATIC 77cf346d93 settings categories split to columns, remade categories 3 years ago
DepFA 6d1c01c955 Add section splitting to settings ui 3 years ago
AUTOMATIC 3582befdcd move Notification.requestPermission() entirely to javascript to possibly fix problem with secure context people are having on non-localhost 3 years ago
AUTOMATIC b0765a6788 remove labels from output gallery 3 years ago
AUTOMATIC 91bfc71261 A big rework, just what you were secretly hoping for!
SD upscale moved to scripts
Batch processing script removed
Batch processing added to main img2img and now works with scripts
img2img page UI reworked to use tabs
3 years ago
innovaciones aa1d1bf44e New position and interrupt integration 3 years ago
innovaciones 70e39f6cfe Use generate button as progress bar 3 years ago
d8ahazard 1a1f7e85c7
Add LDSR and "GoLatent?" Upscaling (#763)
* Add LDSR Upscaling
3 years ago
AUTOMATIC 75dd274dd6 prevent seed extras from having effect when extras checkbox is not checked 3 years ago
Connum e9ba2d42d6 fix image replacement via clipboard paste or drag and drop on PNG Info tab 3 years ago
AUTOMATIC 19a75d38d7 added --use-textbox-seed option to make long seeds possible from web ui 3 years ago
AUTOMATIC 06cd206107 Enable neural network upscalers for highres. fix 3 years ago