1291 Commits (7edd58d90dd08f68fab5ff84d26dedd0eb85cae3)
 

Author SHA1 Message Date
alg-wiki 6ad3a53e36 Fixed progress bar output for epoch 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
AUTOMATIC 8f1efdc130 --no-half-vae pt2 3 years ago
alg-wiki 04c745ea4f
Custom Width and Height 3 years ago
AUTOMATIC 7349088d32 --no-half-vae 3 years ago
Bepis a357823339 Add a pull request template 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
alg-wiki 4ee7519fc2
Fixed progress bar output for epoch 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
alg-wiki 3110f895b2
Textual Inversion: Added custom training image size and number of repeats per input image in a single epoch 3 years ago
brkirch 8acc901ba3 Newer versions of PyTorch use TypedStorage instead
Pytorch 1.13 and later will rename _TypedStorage to TypedStorage, so check for TypedStorage and use _TypedStorage if it is not available. Currently this is needed so that nightly builds of PyTorch work correctly.
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
ssysm 6fdad291bd Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui into upstream-master 3 years ago
ssysm cc92dc1f8d add vae path args 3 years ago
AUTOMATIC 45fbd1c5fe remove background for quicksettings row (for dark theme) 3 years ago
AUTOMATIC a65476718f add DoubleStorage to list of allowed classes for pickle 3 years ago
AUTOMATIC 8d340cfb88 do not add clip skip to parameters if it's 1 or 0 3 years ago
Fampai 84ddd44113 Clip skip variable name change breaks x/y plot script. This fixes that 3 years ago
Fampai 1824e9ee3a Removed unnecessary tmp variable 3 years ago
Fampai ad3ae44108 Updated code for legibility 3 years ago
Fampai ec2bd9be75 Fix issues with CLIP ignore option name change 3 years ago
Fampai a14f7bf113 Corrected CLIP Layer Ignore description and updated its range to the max possible 3 years ago
Fampai e59c66c008 Optimized code for Ignoring last CLIP layers 3 years ago
AUTOMATIC 6c383d2e82 show model selection setting on top of page 3 years ago
AUTOMATIC 45bf9a6264 added clip skip to XY plot 3 years ago
supersteve3d a2d70f25bf Add files via upload
Updated txt2img screenshot (UI as of Oct 9th) for github webui / README.md
3 years ago
Artem Zagidulin 9ecea0a8d6 fix missing png info when Extras Batch Process 3 years ago
DepFA d3cd46b038
Update lightbox to change displayed image as soon as generation is complete (#1933)
* add updateOnBackgroundChange
* typo fixes.
* reindent to 4 spaces
3 years ago
AUTOMATIC 875ddfeecf added guard for torch.load to prevent loading pickles with unknown content 3 years ago
AUTOMATIC bba2ac8324 reshuffle the code a bit in launcher to keep functions in one place for #2069 3 years ago
Greendayle f8197976ef Shielded launch enviroment creation stuff from multiprocessing 3 years ago
AUTOMATIC 9d1138e294 fix typo in filename for ESRGAN arch 3 years ago
AUTOMATIC 2c52f4da7f fix broken samplers in XY plot 3 years ago
AUTOMATIC e6e8cabe0c change up #2056 to make it work how i want it to plus make xy plot write correct values to images 3 years ago
William Moorehouse 594cbfd8fb Sanitize infotext output (for now) 3 years ago
William Moorehouse 006791c13d Fix grabbing the model name for infotext 3 years ago
William Moorehouse d6d10a37bf Added extended model details to infotext 3 years ago
AUTOMATIC 542a3d3a4a fix btoken hypernetworks in XY plot 3 years ago
AUTOMATIC 77a719648d fix logic error in #1832 3 years ago
AUTOMATIC f4578b343d fix model switching not working properly if there is a different yaml config 3 years ago
AUTOMATIC bd833409ac additional changes for saving pnginfo for #1803 3 years ago
Milly 0609ce06c0 Removed duplicate definition model_path 3 years ago
Brendan Byrd a65a45272e Don't change the seed initially if "Keep -1 for seeds" is checked
Fixes #1049
3 years ago
Jesse Williams d74c38108f Confirm that options are valid before starting
When using the 'Sampler' or 'Checkpoint' options, if one of the entered
names has a typo, an error will only be thrown once the `draw_xy_grid`
loop reaches that name. This can waste a lot of time for large grids
with a typo near the end of a list, since the script needs to start over
and re-generate any earlier images to finish making the grid.

Also fixing typo in variable name in `draw_xy_grid`.
3 years ago
AUTOMATIC 6f6798ddab prevent a possible code execution error (thanks, RyotaK) 3 years ago
AUTOMATIC 0241d811d2 Revert "Fix for Prompts_from_file showing extra textbox."
This reverts commit e2930f9821.
3 years ago
AUTOMATIC ab4fe4f44c hide filenames for save button by default 3 years ago
Tony Beeman cbf6dad02d Handle case where on_show returns the wrong number of arguments 3 years ago
Tony Beeman 86cb16886f Pull Request Code Review Fixes 3 years ago
Tony Beeman e2930f9821 Fix for Prompts_from_file showing extra textbox. 3 years ago