Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-02 | option to disable ((())) and [[[]]] | AUTOMATIC | |
2022-09-02 | fix error messages not appearing | AUTOMATIC | |
2022-09-01 | fix for #43 | AUTOMATIC | |
2022-09-01 | fix images not displayed when not saving | AUTOMATIC | |
fix lack of left padding for grids with 1 row | |||
2022-09-01 | fix for broken extras tab | AUTOMATIC | |
2022-09-01 | applied workaround for gradio 3.2 | AUTOMATIC | |
2022-09-01 | now things are going to work | AUTOMATIC | |
2022-09-01 | added interrupt button | AUTOMATIC | |
added save button --always-batch-cond-uncond as a workaround for performance regression option for low memory users specify gradio version as 3.1.5 because of what looks like a bug | |||
2022-09-01 | actual support for share=True in gradio | AUTOMATIC | |
2022-09-01 | clarifications for --lowvram and --medvram in readme. | AUTOMATIC | |
2022-09-01 | quick fix for a broken filename | AUTOMATIC | |
2022-09-01 | style changes related to the gradio update | AUTOMATIC | |
2022-09-01 | output directory options | AUTOMATIC | |
2022-09-01 | progress bar description for k-diffsuion for 88393097 | AUTOMATIC | |
2022-09-01 | instructions for running on latest python | AUTOMATIC | |
2022-09-01 | changes for inpainting for #35 | AUTOMATIC | |
support for --medvram attempt to support share | |||
2022-08-31 | fix for PLMS not working | AUTOMATIC | |
2022-08-31 | fix for GPFGAN RGB/BGR (thanks deggua) | AUTOMATIC | |
experimental support for negative prompts (without UI) option to do inpainting at full resolution Tooltips for UI elements | |||
2022-08-31 | SD upscale parameters moved from options to the page | AUTOMATIC | |
2022-08-31 | workaround for a weird bug in DDIM's make_schedule | AUTOMATIC | |
2022-08-31 | DDIM support returned for img2img | AUTOMATIC | |
2022-08-31 | readme | AUTOMATIC | |
2022-08-31 | added links to readme | AUTOMATIC | |
2022-08-31 | readme fix 2 | AUTOMATIC | |
2022-08-31 | readme fix | AUTOMATIC | |
2022-08-31 | added detailed installation instructions | AUTOMATIC | |
fixed bug with missing same dir for a new install added ctrl+c hander to immediately stop the program instead of waiting | |||
2022-08-31 | Merge pull request #33 from orionaskatu/orionaskatu-txt2img-samplers | AUTOMATIC1111 | |
default value for txt2img samplers | |||
2022-08-31 | fix css for dark interface | AUTOMATIC | |
2022-08-30 | default value for txt2img samplers | orionaskatu | |
2022-08-30 | updated interface to use Blocks | AUTOMATIC | |
added mode toggle for img2img added inpainting to readme | |||
2022-08-30 | applied fill to all but one inpainting modes, fixed issue with mask resizing | AUTOMATIC | |
2022-08-30 | UI options for mask blur and inpainting fill | AUTOMATIC | |
2022-08-30 | added first version of inpainting | AUTOMATIC | |
fixed flag option | |||
2022-08-29 | fixed some bugs in grid | AUTOMATIC | |
changed some default values to more reasonable added PNG info tab | |||
2022-08-29 | gfpgan is not kept in memory | AUTOMATIC | |
font selection setting | |||
2022-08-29 | Merge pull request #25 from cclauss/patch-1 | AUTOMATIC1111 | |
README.md: Fix typos | |||
2022-08-29 | readme for --lowvram | AUTOMATIC | |
2022-08-29 | pushed the lost --precision switch fr anon to test i | AUTOMATIC | |
2022-08-29 | README.md: Fix typos | Christian Clauss | |
2022-08-29 | forgot to remove debug messages | AUTOMATIC | |
2022-08-29 | support for generating images on video cards with 4GB | AUTOMATIC | |
2022-08-28 | Option to not save grid for single images for #22 | AUTOMATIC | |
2022-08-28 | Merge pull request #21 from orionaskatu/patch-1 | AUTOMATIC1111 | |
Typo StableDiffuion | |||
2022-08-28 | Merge pull request #23 from orionaskatu/orionaskatu-queue-concurrency | AUTOMATIC1111 | |
Queue concurrency 1 to prevent CUDA OOM | |||
2022-08-28 | Queue concurrency 1 to prevent CUDA OOM | orionaskatu | |
Mandatory for me as I have a RTX 2070 (8Gb) and I get CUDA OOM if two users launch jobs at the same time. I can also use multiple tabs and jobs will be queued. You may not want it to be the default though. | |||
2022-08-28 | Typo StableDiffuion | orionaskatu | |
Small typo StableDiffuionModelHijack() => StableDiffusionModelHijack() | |||
2022-08-28 | support for running custom code (primarily to generate various labeled grids) | AUTOMATIC | |
export for 4chan option | |||
2022-08-28 | split draw_prompt_matrix into two: generalized grid annotation and actual ↵ | AUTOMATIC | |
prompt matrix disabled saving samples for SD upscale | |||
2022-08-28 | add upscaler modes for #19 | AUTOMATIC | |
2022-08-27 | fixed all lines PyCharm was nagging me about | AUTOMATIC | |
fixed input verification not working properly with long textual inversion tokens in some cases (plus it will prevent incorrect outputs for forks that use the :::: prompt weighing method) changed process_images to object class with same fields as args it was previously accepting changed options system to make it possible to explicitly specify gradio objects with args |