aboutsummaryrefslogtreecommitdiff
path: root/modules/processing.py
AgeCommit message (Collapse)Author
2022-09-24Clear no longer needed VRAM during a 'highres fix' generation created during ↵Jacob Tyndall
the first sampling before doing the second (img2img) sampling. Makes it possible to use the feature on an 8GB card.
2022-09-23Option to use advanced upscalers with normal img2imgAUTOMATIC
2022-09-23Remove unnecessary duplicationRobin Fernandes
2022-09-22Add option to save before color correction. Add suffix param when saving ↵Robin Fernandes
files, used for special saves without color correction and face restoration.
2022-09-22A big rework, just what you were secretly hoping for!AUTOMATIC
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
2022-09-21prevent seed extras from having effect when extras checkbox is not checkedAUTOMATIC
2022-09-20added --use-textbox-seed option to make long seeds possible from web uiAUTOMATIC
2022-09-20Enable neural network upscalers for highres. fixAUTOMATIC
2022-09-20add extra generation paramsAUTOMATIC
2022-09-19added highres fix featureAUTOMATIC
2022-09-19made 'reuse seed' button give you the seed/subseed of the currently selected ↵AUTOMATIC
picture rather than the first
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
Random button sets seed to -1, reuse copies the seed from the last generated image.
2022-09-18make inpaint at full resolution option not discard useful pixels from the imageAUTOMATIC
split masking helper function from processing.py into new masking.py
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 ↵Tony Beeman
(batch_size * n_iter), which would cause us to throw an exception. * Add a textbox option to Prompts from file (ease of use and it makes it much easier to use on a mobile device) * Fix the fact that Prompts from file was sometimes passing an empty batch.
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 ↵AUTOMATIC
k_diffusion.sampling.torch) and add a setting to disable this all
2022-09-16fix loopback color correction to store color_correction info for initial ↵AUTOMATIC
image and use that instead of extracting from previous image in a loop #481 #541
2022-09-15prompt editingAUTOMATIC
2022-09-15prevent repeating messages about too many tokensAUTOMATIC
2022-09-14added a second style fieldAUTOMATIC
added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI
2022-09-14prevent making grid if there is no need for it #428AUTOMATIC
2022-09-14prevent extras from saving in dirJustAnOkapi
Extras have none of the vars used in dir names, so they cant be saved into dirs. +grid code cleanup
2022-09-13first attempt to produce crrect seeds in batchAUTOMATIC
2022-09-13change np.float to np.float32JJ
* numpy deprecation warning fix. Alternately, you could also specify float
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 ↵AUTOMATIC
processing
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
Fixes for mps/Metal: use of seeds, img2img, CodeFormer
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 ↵AUTOMATIC
the prompt #306
2022-09-11Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-09-11Add a samples filename format optionMichoko
Adds a "samples filename format" option in the settings. This format can be defined by tags for maximum flexibility and scalability.
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
Fixed img2img's use of unsupported precision float64 with mps backend.
2022-09-11Fixed prompt_style type hints: int -> strJohannesGaessler
2022-09-10fix repeating subseeds for every batch #221AUTOMATIC