Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | bring history tab back, make it behave; it's still slow but won't fuck ↵ | AUTOMATIC | 2022-10-14 | 1 | -2/+2 | |
| | | | | | | | | anything up until you use it | |||||
* | | rename firstpass w/h to discard old user settings | AUTOMATIC | 2022-10-14 | 1 | -2/+2 | |
| | | ||||||
* | | set firstpass w/h to 0 by default and rever to old behavior when any are 0 | AUTOMATIC | 2022-10-14 | 1 | -2/+2 | |
| | | ||||||
* | | disabling history - i knew it was slow as fuck but i didn't realize it would ↵ | AUTOMATIC | 2022-10-14 | 1 | -2/+3 | |
| | | | | | | | | also show galleries on launch | |||||
* | | remove duplicate code for log loss, add step, make it read from options ↵ | AUTOMATIC | 2022-10-14 | 1 | -3/+0 | |
| | | | | | | | | rather than gradio input | |||||
* | | Merge remote-tracking branch 'Melanpan/master' | AUTOMATIC | 2022-10-14 | 1 | -0/+3 | |
|\ \ | ||||||
| * | | Save a csv containing the loss while training | Melan | 2022-10-12 | 1 | -0/+3 | |
| | | | ||||||
* | | | change checkpoint merger to work in a more obvious way | AUTOMATIC | 2022-10-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | remove sigmoid and inverse sigmoid because they just did the same thing as weighed sum only with changed multiplier | |||||
* | | | add option to read generation params for learning previews from txt2img | AUTOMATIC | 2022-10-14 | 1 | -3/+17 | |
| | | | ||||||
* | | | Merge pull request #2396 from yfszzx/master | AUTOMATIC1111 | 2022-10-14 | 1 | -0/+10 | |
|\ \ \ | | | | | | | | | Add a "History" tab | |||||
| * \ \ | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | 2022-10-14 | 1 | -4/+7 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | 2022-10-13 | 1 | -12/+42 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | 2022-10-13 | 1 | -7/+2 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| * | | | | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | 2022-10-12 | 1 | -0/+2 | |
| |\ \ \ \ | ||||||
| * | | | | | images history improvement | yfszzx | 2022-10-12 | 1 | -21/+19 | |
| | | | | | | ||||||
| * | | | | | test | yfszzx | 2022-10-12 | 1 | -37/+62 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into master | 不会画画的中医不是好程序员 | 2022-10-11 | 1 | -13/+19 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | images history improvement | yfszzx | 2022-10-11 | 1 | -14/+69 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | 2022-10-10 | 1 | -26/+130 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | images history over | yfszzx | 2022-10-10 | 1 | -1/+8 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | show image history | yfszzx | 2022-10-10 | 1 | -2/+9 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | possibility to load checkpoint, clip skip, and hypernet from infotext | AUTOMATIC | 2022-10-14 | 1 | -7/+45 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | make pasting into img2img prompt work | AUTOMATIC | 2022-10-14 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make image params request not use temp files | |||||
* | | | | | | | | | | Merge branch 'param-loading' | AUTOMATIC | 2022-10-14 | 1 | -1/+29 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add drag/drop param loading. | d8ahazard | 2022-10-12 | 1 | -1/+29 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop an image or generational text onto the prompt bar, it loads the info for parsing. | |||||
* | | | | | | | | | | remove scale latent and no-crop options from hires fix | AUTOMATIC | 2022-10-14 | 1 | -14/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support copy-pasting new parameters for hires fix | |||||
* | | | | | | | | | | Option between stretch and crop for Highres. fix | Buckzor | 2022-10-14 | 1 | -9/+16 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Added first_pass_width and height as adjustable inputs to "High Res Fix" | Buckzor | 2022-10-14 | 1 | -0/+6 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | add an ability to merge three checkpoints | AUTOMATIC | 2022-10-14 | 1 | -4/+7 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | emergency fix for broken send to buttons | AUTOMATIC | 2022-10-13 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | add hypernetwork multipliers | AUTOMATIC | 2022-10-13 | 1 | -1/+4 | |
| | | | | | | | | ||||||
* | | | | | | | | options to refresh list of models and hypernetworks | AUTOMATIC | 2022-10-13 | 1 | -4/+29 | |
| | | | | | | | | ||||||
* | | | | | | | | add option to change what's shown in quicksettings bar | AUTOMATIC | 2022-10-13 | 1 | -7/+9 | |
| | | | | | | | | ||||||
* | | | | | | | | Revert "fix prompt in log.csv" | Greg Fuller | 2022-10-13 | 1 | -6/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e4b5d1696429ab78dae9779420ce6ec4cd9c5f67. | |||||
* | | | | | | | | fix prompt in log.csv | Greg Fuller | 2022-10-13 | 1 | -2/+6 | |
| | | | | | | | | ||||||
* | | | | | | | | Fix metadata contents | Greg Fuller | 2022-10-13 | 1 | -4/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Fix save error | Greg Fuller | 2022-10-13 | 1 | -1/+4 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | deepbooru: added option to use spaces or underscores | AUTOMATIC | 2022-10-12 | 1 | -5/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | | | | | train: change filename processing to be more simple and configurable | AUTOMATIC | 2022-10-12 | 1 | -2/+0 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | | | | Merge pull request #2037 from AUTOMATIC1111/embed-embeddings-in-images | AUTOMATIC1111 | 2022-10-12 | 1 | -0/+2 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Add option to store TI embeddings in png chunks, and load from same. | |||||
| * | | | | | Merge branch 'master' into embed-embeddings-in-images | DepFA | 2022-10-11 | 1 | -29/+82 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | Merge branch 'master' into embed-embeddings-in-images | DepFA | 2022-10-10 | 1 | -1/+11 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into embed-embeddings-in-images | DepFA | 2022-10-09 | 1 | -20/+116 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | add embed embedding to ui | DepFA | 2022-10-09 | 1 | -1/+3 | |
| | | | | | | | ||||||
* | | | | | | | change textual inversion tab to train | AUTOMATIC | 2022-10-12 | 1 | -13/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | remake train interface to use tabs | |||||
* | | | | | | | Merge branch 'master' into feature/scale_to | AUTOMATIC1111 | 2022-10-12 | 1 | -22/+102 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Ensure the directory exists before saving to it | brkirch | 2022-10-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | | Merge pull request #2143 from JC-Array/deepdanbooru_pre_process | AUTOMATIC1111 | 2022-10-12 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | deepbooru tags for textual inversion preproccessing | |||||
| | * | | | | | | | resolved conflicts, moved settings under interrogate section, settings only ↵ | JC_Array | 2022-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show if deepbooru flag is enabled | |||||
| | * | | | | | | | Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_process | JC-Array | 2022-10-11 | 1 | -26/+82 | |
| | |\ \ \ \ \ \ \ |