aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
Commit message (Expand)AuthorAgeFilesLines
* added --use-textbox-seed option to make long seeds possible from web uiAUTOMATIC2022-09-201-4/+4
* Enable neural network upscalers for highres. fixAUTOMATIC2022-09-201-1/+21
* add extra generation paramsAUTOMATIC2022-09-201-3/+2
* added highres fix featureAUTOMATIC2022-09-191-14/+66
* made 'reuse seed' button give you the seed/subseed of the currently selected ...AUTOMATIC2022-09-191-34/+74
* Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-181-1/+1
|\
| * handle NoneType when subseed is not initialized. Set it to -1 in that caseberkybear2022-09-181-1/+1
* | prevent black screen when seed and variation seed are the same.AUTOMATIC2022-09-181-1/+6
|/
* fix many paths in code breaking because Processing constructor changedAUTOMATIC2022-09-181-2/+2
* Add buttons for random and reuse seed.Johan Aires Rastén2022-09-181-2/+6
* make inpaint at full resolution option not discard useful pixels from the imageAUTOMATIC2022-09-181-55/+4
* fixed typos in processing.pySteve Eberhardt2022-09-181-1/+1
* set loopback color corrections on each iterationBrian Drupieski2022-09-171-0/+2
* * Fix process_images where the number of images is not a multiple of (batch_s...Tony Beeman2022-09-171-1/+8
* add support for switching model checkpoints at runtimeAUTOMATIC2022-09-171-1/+1
* add a bit of a comment about what's being done with tensor noiseAUTOMATIC2022-09-161-0/+4
* Merge branch 'batch-seed-attempt'AUTOMATIC2022-09-161-2/+16
|\
| * prevent replacing torch_randn globally (instead replacing k_diffusion.samplin...AUTOMATIC2022-09-161-1/+1
| * first attempt to produce crrect seeds in batchAUTOMATIC2022-09-131-2/+16
* | fix loopback color correction to store color_correction info for initial imag...AUTOMATIC2022-09-161-2/+4
* | prompt editingAUTOMATIC2022-09-151-3/+5
* | prevent repeating messages about too many tokensAUTOMATIC2022-09-151-2/+3
* | added a second style fieldAUTOMATIC2022-09-141-3/+3
* | prevent making grid if there is no need for it #428AUTOMATIC2022-09-141-5/+3
* | prevent extras from saving in dirJustAnOkapi2022-09-141-1/+1
|/
* change np.float to np.float32JJ2022-09-131-1/+1
* color correction option for all img2img modes #363AUTOMATIC2022-09-131-0/+28
* put safety checker into a separate file because it's already crowded in proce...AUTOMATIC2022-09-131-34/+2
* Adds NSFW content filter optionGRMrGecko2022-09-131-0/+35
* X/Y plot with denoising adds incorrect image data to individual outputs #331AUTOMATIC2022-09-121-0/+1
* Include the model name (or the SHA256 of the file) in the metadata #271AUTOMATIC2022-09-121-0/+1
* changes for #294AUTOMATIC2022-09-121-30/+5
* Merge pull request #294 from EliasOenal/masterAUTOMATIC11112022-09-121-8/+28
|\
| * Refactored Metal/mps fixes.Elias Oenal2022-09-121-23/+19
| * Implemented workaround to allow the use of seeds with the mps/metal backend. ...Elias Oenal2022-09-111-7/+31
* | add negative prompt to log when clicking save #249AUTOMATIC2022-09-121-0/+2
* | [FEATURE] Save both images, (Skip_Save optional). #265AUTOMATIC2022-09-121-0/+4
* | Variations are not working properly #305AUTOMATIC2022-09-121-1/+1
* | [BUG] Not Working As Intended - create a directory with name derived from th...AUTOMATIC2022-09-121-2/+2
* | Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-111-1/+1
|\ \
| * | Add a samples filename format optionMichoko2022-09-111-1/+1
| |/
* / add half() supporrt for CLIP interrogationAUTOMATIC2022-09-111-8/+4
|/
* Fixed prompt_style type hints: int -> strJohannesGaessler2022-09-111-2/+2
* fix repeating subseeds for every batch #221AUTOMATIC2022-09-101-1/+2
* Fix prompt matrix scriptLukas Meller2022-09-091-1/+1
* support for prompt stylesAUTOMATIC2022-09-091-7/+9
* Merge remote-tracking branch 'origin/master' into seedsAUTOMATIC2022-09-091-1/+3
|\
| * Include negative prompt in parameters text fileDavid Yates2022-09-091-1/+3
* | added resize seeds and variation seeds featuresAUTOMATIC2022-09-091-17/+76
|/
* another change for inpainting at full resolutionAUTOMATIC2022-09-081-3/+4