Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8799 from JaRail/master | AUTOMATIC1111 | 2023-03-25 | 1 | -4/+5 |
|\ | | | | | Loopback Script Updates | ||||
| * | Loopback Script Updates | James Railton | 2023-03-22 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | - Improved user experience. You can now pick the denoising strength of the final loop and one of three curves. Previously you picked a multiplier such as 0.98 or 1.03 to define the change to the denoising strength for each loop. You had to do a ton of math in your head to visualize what was happening. The new UX makes it very easy to understand what's going on and tweak. - For batch sizes over 1, intermediate images no longer returned. For a batch size of 1, intermediate images from each loop will continue to be returned. When more than 1 image is returned, a grid will also be generated. Previously for larger jobs, you'd get back a mess of many grids and potentially hundreds of images with no organization. To make large jobs usable, only final images are returned. - Added support for skipping current image. Fixed interrupt to cleanly end and return images. Previously these would throw. - Improved tooltip descriptions - Fix some edge cases | ||||
* | | initial gradio 3.22 support | AUTOMATIC | 2023-03-25 | 1 | -1/+1 |
|/ | |||||
* | Merge remote-tracking branch 'origin/master' into unipc | space-nuko | 2023-03-11 | 1 | -2/+2 |
|\ | |||||
| * | Update batch count/size hints | Vladimir Repin | 2023-02-05 | 1 | -2/+2 |
| | | |||||
* | | Working UniPC (for batch size 1) | space-nuko | 2023-02-10 | 1 | -0/+1 |
|/ | |||||
* | Add prompt_hash option for file/dir name pattern | techneconn | 2023-02-05 | 1 | -2/+2 |
| | |||||
* | Fix missing tooltip for 'Clear prompt' button | Piotr Pomierski | 2023-01-31 | 1 | -1/+1 |
| | |||||
* | changes remaining text from X/Y -> X/Y/Z | EllangoK | 2023-01-27 | 1 | -1/+1 |
| | |||||
* | add an option to reorder tabs for extra networks | AUTOMATIC | 2023-01-22 | 1 | -1/+2 |
| | |||||
* | hint for discarding layers | AUTOMATIC | 2023-01-22 | 1 | -1/+2 |
| | |||||
* | add a slider for default value of added extra networks | AUTOMATIC | 2023-01-21 | 1 | -1/+2 |
| | |||||
* | make CLIP interrogator download original text files if the directory does ↵ | AUTOMATIC | 2023-01-21 | 1 | -1/+0 |
| | | | | | | | | not exist remove random artist built-in extension (to re-added as a normal extension on demand) remove artists.csv (but what does it mean????????????????????) make interrogate buttons show Loading... when you click them | ||||
* | extra networks UI | AUTOMATIC | 2023-01-21 | 1 | -0/+2 |
| | | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight> | ||||
* | allow baking in VAE in checkpoint merger tab | AUTOMATIC | 2023-01-19 | 1 | -0/+1 |
| | | | | | | | do not save config if it's the default for checkpoint merger tab change file naming scheme for checkpoint merger tab allow just saving A without any merging for checkpoint merger tab some stylistic changes for UI in checkpoint merger tab | ||||
* | add a button for XY Plot to fill in available values for axes that support this | AUTOMATIC | 2023-01-16 | 1 | -0/+1 |
| | |||||
* | Add zero vector feature to hints.js | Shondoit | 2023-01-12 | 1 | -0/+1 |
| | | | | Also add the note that some tokens might be skipped. Not everyone is aware of this. | ||||
* | Update hints.js | Taithrah | 2023-01-07 | 1 | -2/+2 |
| | | | Partial revert | ||||
* | Update hints.js | Taithrah | 2023-01-07 | 1 | -7/+7 |
| | | | Small touch up to hints | ||||
* | added the option to specify target resolution with possibility of truncating ↵ | AUTOMATIC | 2023-01-04 | 1 | -4/+7 |
| | | | | for hires fix; also sampling steps | ||||
* | added cheap NN approximation for VAE | AUTOMATIC | 2022-12-24 | 1 | -1/+4 |
| | |||||
* | Merge pull request #5622 from repligator/patch-1 | AUTOMATIC1111 | 2022-12-24 | 1 | -0/+1 |
|\ | | | | | Update hints.js - DPM adaptive | ||||
| * | Update hints.js - DPM adaptive | repligator | 2022-12-11 | 1 | -0/+1 |
| | | | | | | Added mouse-over for DPM adaptive | ||||
* | | fix hints file typo | Alex "mcmonkey" Goodwin | 2022-12-11 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-12-10 | 1 | -2/+4 |
|\ | |||||
| * | more simple config option name plus mouseover hint for clip skip | AUTOMATIC | 2022-12-03 | 1 | -0/+2 |
| | | |||||
| * | add model_name pattern for saving | Alex "mcmonkey" Goodwin | 2022-11-23 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-10-31 | 1 | -2/+3 |
|\| | |||||
| * | Updated name and hover text. | random_thoughtss | 2022-10-27 | 1 | -0/+1 |
| | | |||||
| * | add hints, [datetime<Format><Time Zone>] | w-e-w | 2022-10-24 | 1 | -2/+2 |
| | | |||||
* | | forgot to clear neg prompt after moving to back. Add tooltip to hints | papuSpartan | 2022-10-21 | 1 | -0/+1 |
|/ | |||||
* | Update Learning Rate tooltip | Greg Fuller | 2022-10-19 | 1 | -0/+2 |
| | |||||
* | change styling for top right corner UI | AUTOMATIC | 2022-10-15 | 1 | -0/+2 |
| | | | | made save style button not die when you cancel | ||||
* | change checkpoint merger to work in a more obvious way | AUTOMATIC | 2022-10-14 | 1 | -2/+2 |
| | | | | remove sigmoid and inverse sigmoid because they just did the same thing as weighed sum only with changed multiplier | ||||
* | add an ability to merge three checkpoints | AUTOMATIC | 2022-10-14 | 1 | -1/+4 |
| | |||||
* | Update hints.js | crackfoo | 2022-10-14 | 1 | -1/+1 |
| | | | typo | ||||
* | Update hints.js | Taithrah | 2022-10-13 | 1 | -1/+1 |
| | | | typo | ||||
* | add option to change what's shown in quicksettings bar | AUTOMATIC | 2022-10-13 | 1 | -0/+2 |
| | |||||
* | Restore last generation params | Trung Ngo | 2022-10-13 | 1 | -1/+1 |
| | |||||
* | train: change filename processing to be more simple and configurable | AUTOMATIC | 2022-10-12 | 1 | -0/+3 |
| | | | | | | train: make it possible to make text files with prompts train: rework scheduler so that there's less repeating code in textual inversion and hypernets train: move epochs setting to options | ||||
* | Typo fix in watermark hint. | LunixWasTaken | 2022-10-12 | 1 | -1/+1 |
| | |||||
* | add an option to not add watermark to created images | AUTOMATIC | 2022-10-10 | 1 | -0/+1 |
| | |||||
* | add eta noise seed delta option | AUTOMATIC | 2022-10-10 | 1 | -0/+1 |
| | |||||
* | Add button to skip the current iteration | Trung Ngo | 2022-10-08 | 1 | -0/+1 |
| | |||||
* | add hint, refactor code for #1607 | AUTOMATIC | 2022-10-04 | 1 | -0/+1 |
| | |||||
* | Convert folder icon surrogate pair to valid utf8 | Hanusz Leszek | 2022-10-03 | 1 | -1/+1 |
| | |||||
* | refined [styles] pattern and added [prompt_no_styles] | RnDMonkey | 2022-09-30 | 1 | -2/+2 |
| | |||||
* | Add output folder icons | Michoko | 2022-09-29 | 1 | -0/+1 |
| | | | | Adds icons on the first 3 tabs to directly open the corresponding images output directory | ||||
* | use strftime. update hints.js | tateisu | 2022-09-26 | 1 | -2/+2 |
| | |||||
* | Changed job_id to timestamp | Eyrie | 2022-09-25 | 1 | -4/+2 |
| |