Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aspect ratio for dim's; sliders adjust by ratio | Gerschel | 2023-02-06 | 2 | -0/+298 |
| | | | | | | | | | | | | | | | | | | | | Default choices added to settings in user interface section Choices are editable by user User selects from dropdown. When you move one slider, the other adjusts according to the ratio chosen. Vice versa for the other slider. Number fields for changes work as well. For disabling ratio, an unlock pad "🔓" is available as a default. This string can be changed to anything to serve as a disable, as long as there is no colon ":". Ratios are entered in this format, floats or ints with a colon "1:1". The string is split at the colon, parses left and right as floats to perform the math. | ||||
* | 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 |
| | |||||
* | update prompt token counts after using the paste params button | AUTOMATIC | 2023-01-29 | 1 | -8/+28 |
| | |||||
* | add buttons for auto-search in subdirectories for extra tabs | AUTOMATIC | 2023-01-29 | 1 | -0/+9 |
| | |||||
* | support for searching subdirectory names for extra networks | AUTOMATIC | 2023-01-29 | 1 | -1/+1 |
| | |||||
* | make it so that clicking on hypernet/lora card one more time removes the ↵ | AUTOMATIC | 2023-01-28 | 1 | -1/+30 |
| | | | | related from the prompt | ||||
* | add checkpoints tab for extra networks UI | AUTOMATIC | 2023-01-28 | 1 | -0/+7 |
| | |||||
* | add progressbar to extension update check; do not check for updates for ↵ | AUTOMATIC | 2023-01-28 | 1 | -3/+17 |
| | | | | disabled extensions | ||||
* | changes remaining text from X/Y -> X/Y/Z | EllangoK | 2023-01-27 | 1 | -1/+1 |
| | |||||
* | rework extras tab to use script system | AUTOMATIC | 2023-01-23 | 1 | -5/+0 |
| | |||||
* | add an option to reorder tabs for extra networks | AUTOMATIC | 2023-01-22 | 1 | -1/+2 |
| | |||||
* | make extra networks search case-insensitive | AUTOMATIC | 2023-01-22 | 1 | -2/+2 |
| | |||||
* | hint for discarding layers | AUTOMATIC | 2023-01-22 | 1 | -1/+2 |
| | |||||
* | attention ctrl+up/down enhancements | AUTOMATIC | 2023-01-22 | 1 | -44/+66 |
| | |||||
* | add a slider for default value of added extra networks | AUTOMATIC | 2023-01-21 | 1 | -1/+2 |
| | |||||
* | add search box to extra networks | AUTOMATIC | 2023-01-21 | 1 | -2/+18 |
| | |||||
* | relocate tool buttons next to generate button | AUTOMATIC | 2023-01-21 | 2 | -22/+15 |
| | | | | | prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt | ||||
* | 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 | 3 | -5/+66 |
| | | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight> | ||||
* | fix ctrl+up/down that stopped working | AUTOMATIC | 2023-01-20 | 1 | -1/+1 |
| | |||||
* | move token counter to the location of the prompt, add token counting for the ↵ | AUTOMATIC | 2023-01-20 | 1 | -8/+21 |
| | | | | negative prompt | ||||
* | remove some unnecessary logging to javascript console | AUTOMATIC | 2023-01-20 | 1 | -3/+0 |
| | |||||
* | internal progress relative path | poiuty | 2023-01-19 | 1 | -1/+1 |
| | |||||
* | add handling to some places in javascript that can potentially cause issues ↵ | AUTOMATIC | 2023-01-19 | 1 | -2/+7 |
| | | | | #6898 | ||||
* | allow baking in VAE in checkpoint merger tab | AUTOMATIC | 2023-01-19 | 2 | -2/+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 progress bar to modelmerger | AUTOMATIC | 2023-01-19 | 1 | -0/+11 |
| | |||||
* | Merge pull request #6895 from mezotaken/interrogate-all-tabs | AUTOMATIC1111 | 2023-01-18 | 1 | -0/+7 |
|\ | | | | | Process interrogation on all img2img subtabs | ||||
| * | Process interrogation on all img2img subtabs | Vladimir Repin | 2023-01-18 | 1 | -0/+7 |
| | | |||||
* | | add option to show/hide warnings | AUTOMATIC | 2023-01-18 | 1 | -1/+1 |
| | | | | | | | | | | removed hiding warnings from LDSR fixed/reworked few places that produced warnings | ||||
* | | re-enable image dragging on non-firefox browsers | AUTOMATIC | 2023-01-18 | 1 | -1/+9 |
| | | |||||
* | | bump gradio to 3.16.2 | AUTOMATIC | 2023-01-18 | 1 | -4/+2 |
|\ \ | | | | | | | | | | change style selection to multiselect dropdown | ||||
| * | | change style dropdowns to multiselect | AUTOMATIC | 2023-01-14 | 1 | -4/+2 |
| | | | |||||
* | | | enable progressbar without gallery | AUTOMATIC | 2023-01-18 | 1 | -9/+15 |
| | | | |||||
* | | | return progress percentage to title bar | AUTOMATIC | 2023-01-18 | 1 | -0/+15 |
| |/ |/| | |||||
* | | update sending input event in java script to not cause exception in browser ↵ | AUTOMATIC | 2023-01-17 | 3 | -4/+11 |
| | | | | | | | | https://github.com/gradio-app/gradio/issues/2981 | ||||
* | | add a button for XY Plot to fill in available values for axes that support this | AUTOMATIC | 2023-01-16 | 1 | -0/+1 |
| | | |||||
* | | return an option to hide progressbar | AUTOMATIC | 2023-01-16 | 1 | -0/+1 |
| | | |||||
* | | remove unneeded log from progressbar | AUTOMATIC | 2023-01-15 | 1 | -2/+0 |
| | | |||||
* | | add setting for progressbar update period | AUTOMATIC | 2023-01-15 | 1 | -1/+1 |
| | | |||||
* | | eliminate flicker for live previews | AUTOMATIC | 2023-01-15 | 1 | -7/+7 |
| | | |||||
* | | big rework of progressbar/preview system to allow multiple users to prompts ↵ | AUTOMATIC | 2023-01-15 | 3 | -97/+198 |
| | | | | | | | | at the same time and do not get previews of each other | ||||
* | | Fix Aspect Ratio Overlay / AROverlay to work with Inpaint & Sketch | Josh R | 2023-01-14 | 1 | -2/+7 |
| | | |||||
* | | add buttons to copy images between img2img tabs | AUTOMATIC | 2023-01-14 | 1 | -2/+19 |
| | | |||||
* | | load hashes from cache for checkpoints that have them | AUTOMATIC | 2023-01-14 | 1 | -9/+16 |
|/ | | | | add checkpoint hash to footer | ||||
* | Merge pull request #6667 from Shondoit/zero-vector-ti | AUTOMATIC1111 | 2023-01-12 | 1 | -0/+1 |
|\ | | | | | Allow creation of zero vectors for TI | ||||
| * | 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. | ||||
* | | fix send to inpaint sending you to wrong place | AUTOMATIC | 2023-01-12 | 1 | -1/+1 |
|/ | |||||
* | Fix keyboard navigation in modal image viewer | Alexey Shirokov | 2023-01-11 | 1 | -0/+1 |
| | |||||
* | Merge pull request #6462 from Taithrah/small-touch-up | AUTOMATIC1111 | 2023-01-09 | 1 | -5/+5 |
|\ | | | | | Update hints.js |