Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-17 | fixed typos in processing.py | Steve Eberhardt | |
2022-09-17 | set loopback color corrections on each iteration | Brian 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-17 | add support for switching model checkpoints at runtime | AUTOMATIC | |
2022-09-16 | add a bit of a comment about what's being done with tensor noise | AUTOMATIC | |
2022-09-16 | Merge branch 'batch-seed-attempt' | AUTOMATIC | |
2022-09-16 | prevent replacing torch_randn globally (instead replacing ↵ | AUTOMATIC | |
k_diffusion.sampling.torch) and add a setting to disable this all | |||
2022-09-16 | fix 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-15 | prompt editing | AUTOMATIC | |
2022-09-15 | prevent repeating messages about too many tokens | AUTOMATIC | |
2022-09-14 | added a second style field | AUTOMATIC | |
added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI | |||
2022-09-14 | prevent making grid if there is no need for it #428 | AUTOMATIC | |
2022-09-14 | prevent extras from saving in dir | JustAnOkapi | |
Extras have none of the vars used in dir names, so they cant be saved into dirs. +grid code cleanup | |||
2022-09-13 | first attempt to produce crrect seeds in batch | AUTOMATIC | |
2022-09-13 | change np.float to np.float32 | JJ | |
* numpy deprecation warning fix. Alternately, you could also specify float | |||
2022-09-13 | color correction option for all img2img modes #363 | AUTOMATIC | |
2022-09-13 | put safety checker into a separate file because it's already crowded in ↵ | AUTOMATIC | |
processing | |||
2022-09-12 | Adds NSFW content filter option | GRMrGecko | |
2022-09-12 | X/Y plot with denoising adds incorrect image data to individual outputs #331 | AUTOMATIC | |
2022-09-12 | Include the model name (or the SHA256 of the file) in the metadata #271 | AUTOMATIC | |
2022-09-12 | changes for #294 | AUTOMATIC | |
2022-09-12 | Merge pull request #294 from EliasOenal/master | AUTOMATIC1111 | |
Fixes for mps/Metal: use of seeds, img2img, CodeFormer | |||
2022-09-12 | add negative prompt to log when clicking save #249 | AUTOMATIC | |
2022-09-12 | [FEATURE] Save both images, (Skip_Save optional). #265 | AUTOMATIC | |
2022-09-12 | Refactored Metal/mps fixes. | Elias Oenal | |
2022-09-12 | Variations are not working properly #305 | AUTOMATIC | |
2022-09-12 | [BUG] Not Working As Intended - create a directory with name derived from ↵ | AUTOMATIC | |
the prompt #306 | |||
2022-09-11 | Merge remote-tracking branch 'origin/master' | AUTOMATIC | |
2022-09-11 | Add a samples filename format option | Michoko | |
Adds a "samples filename format" option in the settings. This format can be defined by tags for maximum flexibility and scalability. | |||
2022-09-11 | add half() supporrt for CLIP interrogation | AUTOMATIC | |
2022-09-11 | Implemented 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-11 | Fixed prompt_style type hints: int -> str | JohannesGaessler | |
2022-09-10 | fix repeating subseeds for every batch #221 | AUTOMATIC | |
2022-09-09 | Fix prompt matrix script | Lukas Meller | |
2022-09-09 | support for prompt styles | AUTOMATIC | |
fix broken prompt matrix | |||
2022-09-09 | Merge remote-tracking branch 'origin/master' into seeds | AUTOMATIC | |
2022-09-09 | Include negative prompt in parameters text file | David Yates | |
2022-09-09 | added resize seeds and variation seeds features | AUTOMATIC | |
2022-09-08 | another change for inpainting at full resolution | AUTOMATIC | |
2022-09-07 | big improvements to inpainting and outpainting | AUTOMATIC | |
2022-09-07 | codeformer support | AUTOMATIC | |
2022-09-07 | remove double basicr requirement | AUTOMATIC | |
add seed change for anon | |||
2022-09-07 | some changes for outpainting to produce less seams | AUTOMATIC | |
2022-09-06 | added preview option | AUTOMATIC | |
2022-09-06 | readme extras for VRAM for | AUTOMATIC | |
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-06 | added progressbar | AUTOMATIC | |
added an option to disable progressbar added interrupt support to DDIM/PLMS | |||
2022-09-05 | added random artist button | AUTOMATIC | |
added a setting for padding when doing inpaint at original resolution | |||
2022-09-05 | add information about batch to the image | AUTOMATIC | |
2022-09-05 | re-integrated tiling option as a UI element | AUTOMATIC | |
2022-09-04 | added poor man's inpainting script | AUTOMATIC | |