aboutsummaryrefslogtreecommitdiff
path: root/modules/processing.py
AgeCommit message (Expand)Author
2022-09-18Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-09-18prevent black screen when seed and variation seed are the same.AUTOMATIC
2022-09-18handle NoneType when subseed is not initialized. Set it to -1 in that caseberkybear
2022-09-18fix many paths in code breaking because Processing constructor changedAUTOMATIC
2022-09-18Add buttons for random and reuse seed.Johan Aires Rastén
2022-09-18make inpaint at full resolution option not discard useful pixels from the imageAUTOMATIC
2022-09-17fixed typos in processing.pySteve Eberhardt
2022-09-17set loopback color corrections on each iterationBrian Drupieski
2022-09-17* Fix process_images where the number of images is not a multiple of (batch_s...Tony Beeman
2022-09-17add support for switching model checkpoints at runtimeAUTOMATIC
2022-09-16add a bit of a comment about what's being done with tensor noiseAUTOMATIC
2022-09-16Merge branch 'batch-seed-attempt'AUTOMATIC
2022-09-16prevent replacing torch_randn globally (instead replacing k_diffusion.samplin...AUTOMATIC
2022-09-16fix loopback color correction to store color_correction info for initial imag...AUTOMATIC
2022-09-15prompt editingAUTOMATIC
2022-09-15prevent repeating messages about too many tokensAUTOMATIC
2022-09-14added a second style fieldAUTOMATIC
2022-09-14prevent making grid if there is no need for it #428AUTOMATIC
2022-09-14prevent extras from saving in dirJustAnOkapi
2022-09-13first attempt to produce crrect seeds in batchAUTOMATIC
2022-09-13change np.float to np.float32JJ
2022-09-13color correction option for all img2img modes #363AUTOMATIC
2022-09-13put safety checker into a separate file because it's already crowded in proce...AUTOMATIC
2022-09-12Adds NSFW content filter optionGRMrGecko
2022-09-12 X/Y plot with denoising adds incorrect image data to individual outputs #331AUTOMATIC
2022-09-12Include the model name (or the SHA256 of the file) in the metadata #271AUTOMATIC
2022-09-12changes for #294AUTOMATIC
2022-09-12Merge pull request #294 from EliasOenal/masterAUTOMATIC1111
2022-09-12add negative prompt to log when clicking save #249AUTOMATIC
2022-09-12 [FEATURE] Save both images, (Skip_Save optional). #265AUTOMATIC
2022-09-12Refactored Metal/mps fixes.Elias Oenal
2022-09-12 Variations are not working properly #305AUTOMATIC
2022-09-12 [BUG] Not Working As Intended - create a directory with name derived from th...AUTOMATIC
2022-09-11Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-09-11Add a samples filename format optionMichoko
2022-09-11add half() supporrt for CLIP interrogationAUTOMATIC
2022-09-11Implemented workaround to allow the use of seeds with the mps/metal backend. ...Elias Oenal
2022-09-11Fixed prompt_style type hints: int -> strJohannesGaessler
2022-09-10fix repeating subseeds for every batch #221AUTOMATIC
2022-09-09Fix prompt matrix scriptLukas Meller
2022-09-09support for prompt stylesAUTOMATIC
2022-09-09Merge remote-tracking branch 'origin/master' into seedsAUTOMATIC
2022-09-09Include negative prompt in parameters text fileDavid Yates
2022-09-09added resize seeds and variation seeds featuresAUTOMATIC
2022-09-08another change for inpainting at full resolutionAUTOMATIC
2022-09-07big improvements to inpainting and outpaintingAUTOMATIC
2022-09-07codeformer supportAUTOMATIC
2022-09-07remove double basicr requirementAUTOMATIC
2022-09-07some changes for outpainting to produce less seamsAUTOMATIC
2022-09-06added preview optionAUTOMATIC