1178 Commits (a3578233395e585e68c2118d3630cb2a961d4a36)
 

Author SHA1 Message Date
Bepis a357823339 Add a pull request template 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
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
Nicolas Noullet 1ffeb42d38 Fix typo 3 years ago
frostydad ef93acdc73 remove line break 3 years ago
frostydad 03e570886f Fix incorrect sampler name in output 3 years ago
Fampai 122d42687b Fix VRAM Issue by only loading in hypernetwork when selected in settings 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
AUTOMATIC 4e569fd888 fixed incorrect message about loading config; thanks anon! 3 years ago
AUTOMATIC c77c89cc83 make main model loading and model merger use the same code 3 years ago
AUTOMATIC 050a6a798c support loading .yaml config with same name as model
support EMA weights in processing (????)
3 years ago
Aidan Holland 432782163a chore: Fix typos 3 years ago
Edouard Leurent 610a7f4e14 Break after finding the local directory of stable diffusion
Otherwise, we may override it with one of the next two path (. or ..) if it is present there, and then the local paths of other modules (taming transformers, codeformers, etc.) wont be found in sd_path/../.

Fix https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1085
3 years ago