Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -265/+0 | |
| | ||||||
* | script.js split work | AUTOMATIC | 2022-09-18 | 1 | -133/+9 | |
| | ||||||
* | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -0/+389 | |
| | ||||||
* | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -389/+0 | |
| | ||||||
* | Replace existing images when pasting from clipboard or dropping a new one ↵ | Connum | 2022-09-17 | 1 | -4/+45 | |
| | | | | (fixes #573) | |||||
* | typo | DepFA | 2022-09-17 | 1 | -0/+27 | |
| | ||||||
* | Add previous and next to modal with key shortcuts | DepFA | 2022-09-17 | 1 | -19/+59 | |
| | ||||||
* | Block event propagation when lightbox is triggered | DepFA | 2022-09-17 | 1 | -6/+10 | |
| | ||||||
* | generalise to work on all non-masked images on all tabs | DepFA | 2022-09-17 | 1 | -11/+12 | |
| | ||||||
* | Add modal creation and functions | DepFA | 2022-09-17 | 1 | -0/+60 | |
| | ||||||
* | X/Y plot support for switching checkpoints. | AUTOMATIC | 2022-09-17 | 1 | -0/+2 | |
| | ||||||
* | add a comment and some checks for the functionality of the last PR | AUTOMATIC | 2022-09-17 | 1 | -1/+10 | |
| | ||||||
* | Prevent uploading previous output from javascript | uservar | 2022-09-17 | 1 | -1/+1 | |
| | | | As it is currently, txt2img and img2img send back the previous output args (txt2img_gallery, generation_info, html_info) whenever you generate a new image. This can lead to uploading a huge gallery of previously generated images, which leads to an unnecessary delay between submitting and beginning to generate. | |||||
* | added a second style field | AUTOMATIC | 2022-09-14 | 1 | -0/+6 | |
| | | | | | | added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI | |||||
* | loopback moved to scripts, added support for multiple batches, changed to ↵ | AUTOMATIC | 2022-09-14 | 1 | -1/+3 | |
| | | | | honor save grids and how grids in web setting | |||||
* | Typo of prompt | Austere Grim | 2022-09-14 | 1 | -1/+1 | |
| | ||||||
* | Ability to save images into a folder named after the date they were created #353 | AUTOMATIC | 2022-09-12 | 1 | -0/+5 | |
| | ||||||
* | Add support for saving styles with negative prompts | cryzed | 2022-09-11 | 1 | -7/+3 | |
| | ||||||
* | CLIP interrogator | AUTOMATIC | 2022-09-11 | 1 | -0/+2 | |
| | ||||||
* | Change "send to " | Seki | 2022-09-11 | 1 | -0/+10 | |
| | ||||||
* | extra info for de-noising strength tooltip | AUTOMATIC | 2022-09-10 | 1 | -1/+1 | |
| | ||||||
* | split settings into three columns | AUTOMATIC | 2022-09-10 | 1 | -23/+1 | |
| | | | | | added a different workaround for gradio mask bug with info in UI switched to newer gradio version | |||||
* | update for code that was supposed to be hiding mask for the gradio bug but ↵ | AUTOMATIC | 2022-09-10 | 1 | -7/+8 | |
| | | | | isn't. | |||||
* | support for prompt styles | AUTOMATIC | 2022-09-09 | 1 | -0/+9 | |
| | | | | fix broken prompt matrix | |||||
* | added resize seeds and variation seeds features | AUTOMATIC | 2022-09-09 | 1 | -0/+5 | |
| | ||||||
* | Fixed typos in JavaScript descriptions | JohannesGaessler | 2022-09-08 | 1 | -6/+6 | |
| | ||||||
* | Turn the loopback denoise strength change factor into a parameter rather ↵ | rewbs | 2022-09-08 | 1 | -1/+2 | |
| | | | | than hardcoding to 0.95. Set the default to 1. | |||||
* | Allow copy-pasting images into file inputs | fuzzytent | 2022-09-07 | 1 | -0/+16 | |
| | ||||||
* | FIX GRADIO CRASHING WHEN SWITCHING FROM TAB WITH MASK THANK YOU | AUTOMATIC | 2022-09-07 | 1 | -2/+21 | |
| | ||||||
* | added preview option | AUTOMATIC | 2022-09-06 | 1 | -0/+17 | |
| | ||||||
* | added progressbar | AUTOMATIC | 2022-09-05 | 1 | -1/+32 | |
| | | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS | |||||
* | added random artist button | AUTOMATIC | 2022-09-05 | 1 | -0/+1 | |
| | | | | added a setting for padding when doing inpaint at original resolution | |||||
* | Update webui.py to instruct python to install binary packages; this should ↵ | AUTOMATIC | 2022-09-05 | 1 | -0/+4 | |
| | | | | prevent errors people are getting with lacking C++ compilers | |||||
* | scripts | AUTOMATIC | 2022-09-03 | 1 | -1/+1 | |
| | ||||||
* | support for scripts | AUTOMATIC | 2022-09-03 | 1 | -2/+25 | |
| | ||||||
* | this should send the currently selected image to other tabs instead of the first | AUTOMATIC | 2022-09-02 | 1 | -3/+28 | |
| | ||||||
* | added interrupt button | AUTOMATIC | 2022-09-01 | 1 | -3/+4 | |
| | | | | | | 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 | |||||
* | fix for GPFGAN RGB/BGR (thanks deggua) | AUTOMATIC | 2022-08-31 | 1 | -0/+53 | |
experimental support for negative prompts (without UI) option to do inpainting at full resolution Tooltips for UI elements |