AUTOMATIC1111
6a0d498c8e
support tooltip kwarg for gradio elements
2023-08-01 12:50:23 +03:00
AUTOMATIC1111
690d56f3c1
nuke thumbs extra networks view mode (use settings tab to change width/height/scale to get thumbs)
2023-07-16 10:25:34 +03:00
AUTOMATIC1111
95ee0cb188
restyle time taken/VRAM display
2023-07-14 22:51:58 +03:00
AUTOMATIC1111
001cbd369d
Merge pull request #11294 from zhtttylz/Fix_Typo_of_hints.js
...
Fix Typo of hints.js
2023-06-27 06:35:22 +03:00
zhtttylz
f7ae0e68c9
Fix Typo of hints.js
2023-06-18 16:42:39 +08:00
Aarni Koskela
32b0f7c9bb
Add support for tooltips on dropdown options
2023-05-24 20:45:05 +03:00
Aarni Koskela
b82d4a65fe
Restore support for dropdown tooltips
2023-05-24 20:42:47 +03:00
Aarni Koskela
d66c64b9d7
Optimize tooltip checks
...
* Instead of traversing tens of thousands of text nodes, only look at elements and their children
* Debounce the checks to happen only every one second
2023-05-24 20:42:46 +03:00
AUTOMATIC
bb80eea9d4
eslint the merged code
2023-05-18 10:03:48 +03:00
AUTOMATIC
c08f229318
Merge branch 'eslint' into dev
2023-05-18 10:02:17 +03:00
AUTOMATIC
57b75f4a03
eslint related file edits
2023-05-18 09:59:10 +03:00
AUTOMATIC
973ae87309
Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into dev
2023-05-17 23:49:39 +03:00
AUTOMATIC
30410fd355
simplify name pattern setting tooltips
2023-05-17 22:54:45 +03:00
AUTOMATIC
216b0fa6c9
when adding tooltips, do not scan whole document and instead only scan added elements
2023-05-17 18:26:53 +03:00
Aarni Koskela
9c54b78d9d
Run eslint --fix
(and normalize tabs to spaces)
2023-05-17 16:09:06 +03:00
AUTOMATIC1111
73d956454f
Merge branch 'dev' into tooltip
2023-05-08 09:01:25 +03:00
w-e-w
381674739e
add denoising strength filename pattern
2023-05-06 02:24:33 +09:00
Aarni Koskela
13d8d65ef9
hints: don't process elements that already have a title
2023-04-30 14:46:03 +03:00
AUTOMATIC
c48ab36cb9
alternate restore progress button implementation
2023-04-29 22:16:54 +03:00
AUTOMATIC
bd9700405a
Revert "Merge pull request #7595 from siutin/feature/restore-progress"
...
This reverts commit 80987c36f9
, reversing
changes made to 2e78e65a22
.
2023-04-29 22:15:20 +03:00
AUTOMATIC1111
15c4e78b44
Merge branch 'dev' into feature/restore-progress
2023-04-29 22:13:40 +03:00
AUTOMATIC1111
3baeefd30a
Merge pull request #9933 from w-e-w/dev
...
add missing filename pattern hints
2023-04-29 20:13:58 +03:00
AUTOMATIC1111
263f0fb59c
Merge branch 'dev' into remove-watermark-option
2023-04-29 16:50:52 +03:00
w-e-w
7749f2d8ad
hints [batch_number] [generation_number]
2023-04-29 22:47:38 +09:00
AUTOMATIC
1d11e89698
rework Negative Guidance minimum sigma to work with AND, add infotext and copypaste parameters support
2023-04-29 15:57:09 +03:00
w-e-w
720fc88273
hints [clip_skip]
2023-04-29 20:55:01 +09:00
AUTOMATIC1111
87535fcf29
Merge branch 'dev' into Branch_AddNewFilenameGen
2023-04-29 13:10:46 +03:00
tqwuliao
02e3518807
Add new FilenameGenerator [hasprompt<prompt1|default><prompt2>..]
2023-04-15 23:20:08 +08:00
Sakura-Luna
57a3d146e3
Tooltip localization support
2023-04-14 14:09:33 +08:00
siutin
90366b8d85
tool button
2023-03-30 17:20:09 +08:00
space-nuko
082613036a
Merge branch 'master' into remove-watermark-option
2023-03-27 16:26:23 -05:00
missionfloyd
6f18c9b13f
Merge branch 'master' into extra-networks-toggle
2023-03-25 14:51:25 -06:00
pieresimakp
e3b9d0e3e8
Merge branch 'master' into img2img-detect-image-size
2023-03-25 23:00:45 +08:00
AUTOMATIC1111
442f710d94
Merge pull request #8799 from JaRail/master
...
Loopback Script Updates
2023-03-25 10:41:24 +03:00
AUTOMATIC
9f0da9f6ed
initial gradio 3.22 support
2023-03-25 09:00:36 +03:00
pieresimakp
771ea212de
added button to grab the width and height from the loaded image in img2img
2023-03-24 12:41:17 +08:00
space-nuko
d86beb8228
Remove "do not add watermark to images" option
2023-03-23 17:09:59 -04:00
James Railton
33b8539147
Loopback Script Updates
...
- 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
2023-03-21 21:07:33 -04:00
missionfloyd
575c17a8f9
Update tooltip per Kilvoctu's suggestion
2023-03-15 16:56:27 -06:00
space-nuko
ac38ad7e60
Merge remote-tracking branch 'origin/master' into unipc
2023-03-10 19:42:46 -05:00
space-nuko
1253199889
Working UniPC (for batch size 1)
2023-02-10 03:30:20 -08:00
Vladimir Repin
df8ee5f6b0
Update batch count/size hints
2023-02-06 00:52:57 +03:00
techneconn
5a1b62e9f8
Add prompt_hash option for file/dir name pattern
2023-02-05 15:48:51 +09:00
Piotr Pomierski
bfe7e7f15f
Fix missing tooltip for 'Clear prompt' button
2023-01-31 01:51:07 +01:00
EllangoK
32d389ef0f
changes remaining text from X/Y -> X/Y/Z
2023-01-27 14:04:23 -05:00
AUTOMATIC
35419b2746
add an option to reorder tabs for extra networks
2023-01-22 11:00:05 +03:00
AUTOMATIC
837ec11828
hint for discarding layers
2023-01-22 10:17:26 +03:00
AUTOMATIC
fe7a623e6b
add a slider for default value of added extra networks
2023-01-22 00:02:52 +03:00
AUTOMATIC
6d805b669e
make CLIP interrogator download original text files if the directory does 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
2023-01-21 09:14:27 +03:00
AUTOMATIC
40ff6db532
extra networks UI
...
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
2023-01-21 08:36:07 +03:00