aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
AgeCommit message (Collapse)AuthorLines
2022-09-15prevent repeating messages about too many tokensAUTOMATIC-2/+3
2022-09-14added a second style fieldAUTOMATIC-3/+3
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-5/+3
2022-09-14prevent extras from saving in dirJustAnOkapi-1/+1
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-2/+16
2022-09-13change np.float to np.float32JJ-1/+1
* numpy deprecation warning fix. Alternately, you could also specify float
2022-09-13color correction option for all img2img modes #363AUTOMATIC-0/+28
2022-09-13put safety checker into a separate file because it's already crowded in ↵AUTOMATIC-34/+2
processing
2022-09-12Adds NSFW content filter optionGRMrGecko-0/+35
2022-09-12 X/Y plot with denoising adds incorrect image data to individual outputs #331AUTOMATIC-0/+1
2022-09-12Include the model name (or the SHA256 of the file) in the metadata #271AUTOMATIC-0/+1
2022-09-12changes for #294AUTOMATIC-30/+5
2022-09-12Merge pull request #294 from EliasOenal/masterAUTOMATIC1111-8/+28
Fixes for mps/Metal: use of seeds, img2img, CodeFormer
2022-09-12add negative prompt to log when clicking save #249AUTOMATIC-0/+2
2022-09-12 [FEATURE] Save both images, (Skip_Save optional). #265AUTOMATIC-0/+4
2022-09-12Refactored Metal/mps fixes.Elias Oenal-23/+19
2022-09-12 Variations are not working properly #305AUTOMATIC-1/+1
2022-09-12 [BUG] Not Working As Intended - create a directory with name derived from ↵AUTOMATIC-2/+2
the prompt #306
2022-09-11Merge remote-tracking branch 'origin/master'AUTOMATIC-1/+1
2022-09-11Add a samples filename format optionMichoko-1/+1
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-8/+4
2022-09-11Implemented workaround to allow the use of seeds with the mps/metal backend. ↵Elias Oenal-7/+31
Fixed img2img's use of unsupported precision float64 with mps backend.
2022-09-11Fixed prompt_style type hints: int -> strJohannesGaessler-2/+2
2022-09-10fix repeating subseeds for every batch #221AUTOMATIC-1/+2
2022-09-09Fix prompt matrix scriptLukas Meller-1/+1
2022-09-09support for prompt stylesAUTOMATIC-7/+9
fix broken prompt matrix
2022-09-09Merge remote-tracking branch 'origin/master' into seedsAUTOMATIC-1/+3
2022-09-09Include negative prompt in parameters text fileDavid Yates-1/+3
2022-09-09added resize seeds and variation seeds featuresAUTOMATIC-17/+76
2022-09-08another change for inpainting at full resolutionAUTOMATIC-3/+4
2022-09-07big improvements to inpainting and outpaintingAUTOMATIC-8/+11
2022-09-07codeformer supportAUTOMATIC-6/+6
2022-09-07remove double basicr requirementAUTOMATIC-1/+5
add seed change for anon
2022-09-07some changes for outpainting to produce less seamsAUTOMATIC-1/+3
2022-09-06added preview optionAUTOMATIC-0/+5
2022-09-06readme extras for VRAM forAUTOMATIC-1/+2
added missing packages to requirements for #74 add support for negative numbers in X/Y plot (plus ranges) #73 changed progressbar to work properly with custom modes
2022-09-06added progressbarAUTOMATIC-0/+4
added an option to disable progressbar added interrupt support to DDIM/PLMS
2022-09-05added random artist buttonAUTOMATIC-1/+1
added a setting for padding when doing inpaint at original resolution
2022-09-05add information about batch to the imageAUTOMATIC-1/+3
2022-09-05re-integrated tiling option as a UI elementAUTOMATIC-1/+5
2022-09-04added poor man's inpainting scriptAUTOMATIC-2/+7
2022-09-03option to invert mask for inpaintingAUTOMATIC-2/+8
2022-09-03support for scriptsAUTOMATIC-40/+15
2022-09-03split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC-0/+409