1456 Commits (4ed99d599640bb86bc793aa3cbed31c6d0bd6957)
 

Author SHA1 Message Date
不会画画的中医不是好程序员 324e6ed5d1
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
yfszzx a2aa2a68bc images history improvement 3 years ago
yfszzx a1a94b8b5f images history improvement 3 years ago
yfszzx c87c3b9c11 test 3 years ago
AUTOMATIC1111 cc5803603b
Merge pull request #2037 from AUTOMATIC1111/embed-embeddings-in-images
Add option to store TI embeddings in png chunks, and load from same.
3 years ago
yfszzx 511ca57e37 Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plus 3 years ago
yfszzx e05573e1ad images history improvement 3 years ago
DepFA 10a2de644f
formatting 3 years ago
DepFA 50be33e953
formatting 3 years ago
AUTOMATIC 429442f4a6 fix iterator bug for #2295 3 years ago
Kalle 8561d5762b Remove duplicate artist from file 3 years ago
hentailord85ez 80f3cf2bb2 Account when lines are mismatched 3 years ago
AUTOMATIC ee015a1af6 change textual inversion tab to train
remake train interface to use tabs
3 years ago
Milly 2fffd4bddc xy_grid: Refactor confirm functions 3 years ago
Milly 7dba1c07cb xy_grid: Confirm that hypernetwork options are valid before starting 3 years ago
Milly 2d006ce16c xy_grid: Find hypernetwork by closest name 3 years ago
AUTOMATIC1111 4aeacaefbf
Merge pull request #2110 from JustMaier/feature/scale_to
Add "Scale to" option to Extras
3 years ago
AUTOMATIC1111 dc1432e0dd
Merge branch 'master' into feature/scale_to 3 years ago
LunixWasTaken ca5efc316b Typo fix in watermark hint. 3 years ago
aoirusann f421f2af2d [img2imgalt] Fix seed & Allow batch. 3 years ago
brkirch 57e03cdd24 Ensure the directory exists before saving to it
The directory for the images saved with the Save button may still not exist, so it needs to be created prior to opening the log.csv file.
3 years ago
AUTOMATIC 8aead63f1a emergency fix 3 years ago
James Noeckel 7edd58d90d update environment-wsl2.yaml 3 years ago
AUTOMATIC1111 c15c3b08df
Merge pull request #2312 from AUTOMATIC1111/edit-attention-nan-fix
edit attention key handler: return early when weight parse returns NaN
3 years ago
AUTOMATIC fd07b103ae prevent SD model from loading when running in deepdanbooru process 3 years ago
AUTOMATIC 336bd8703c just add the deepdanbooru settings unconditionally 3 years ago
AUTOMATIC ee10c41e2a Merge remote-tracking branch 'origin/steve3d' 3 years ago
AUTOMATIC1111 2e2d45b281
Merge pull request #2143 from JC-Array/deepdanbooru_pre_process
deepbooru tags for textual inversion preproccessing
3 years ago
Greg Fuller fec2221eea Truncate error text to fix service lockup / stall
What:
* Update wrap_gradio_call to add a limit to the maximum amount of text output

Why:
* wrap_gradio_call currently prints out a list of the arguments provided to the failing function.
   * if that function is save_image, this causes the entire image to be printed to stderr
    * If the image is large, this can cause the service to lock up while attempting to print all the text
 * It is easy to generate large images using the x/y plot script
 * it is easy to encounter image save exceptions, including if the output directory does not exist / cannot be written to, or if the file is too big
  * The huge amount of log spam is confusing and not particularly helpful
3 years ago
AUTOMATIC 6ac2ec2b78 create dir for hypernetworks 3 years ago
Greg Fuller d717eb079c Interrogate: add option to include ranks in output
Since the UI also allows users to specify ranks, it can be useful to show people what ranks are being returned by interrogate

This can also give much better results when feeding the interrogate results back into either img2img or txt2img, especially when trying to generate a specific character or scene for which you have a similar concept image

Testing Steps:

Launch Webui with command line arg: --deepdanbooru
Navigate to img2img tab, use interrogate DeepBooru, verify tags appears as before. Use "Interrogate CLIP", verify prompt appears as before
Navigate to Settings tab, enable new option, click "apply settings"
Navigate to img2img, Interrogate DeepBooru again, verify that weights appear and are properly formatted. Note that "Interrogate CLIP" prompt is still unchanged
In my testing, this change has no effect to "Interrogate CLIP", as it seems to generate a sentence-structured caption, and not a set of tags.

(reproduce changes from 6ed4faac46)
3 years ago
supersteve3d 65b973ac4e
Update shared.py
Correct typo to "Unload VAE and CLIP from VRAM when training" in settings tab.
3 years ago
DepFA 6d408c06c6
Prevent nans from failed float parsing from overwriting weights 3 years ago
JC_Array f53f703aeb resolved conflicts, moved settings under interrogate section, settings only show if deepbooru flag is enabled 3 years ago
JC-Array 963d986396
Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_process 3 years ago
AUTOMATIC 6be32b31d1 reports that training with medvram is possible. 3 years ago
DepFA 66ec505975
add file based test 3 years ago
DepFA 7e6a6e00ad
Add files via upload 3 years ago
DepFA 5f3317376b
spacing 3 years ago
DepFA 91d7ee0d09
update imports 3 years ago
DepFA aa75d5cfe8
correct conflict resolution typo 3 years ago
AUTOMATIC 2f6ea2fbca Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC d6fcc6b87b apply lr schedule to hypernets 3 years ago
DepFA db71290d26
remove old caption method 3 years ago
DepFA 61788c0538
shift embedding logic out of textual_inversion 3 years ago
AUTOMATIC1111 12f4f4761b
Merge pull request #1795 from MarkovInequality/learnschedule
Added learning_rate scheduling for TI
3 years ago
AUTOMATIC1111 419e539fe3
Merge branch 'learning_rate-scheduling' into learnschedule 3 years ago
DepFA e5fbf5c755
remove embedding related image functions from images 3 years ago
DepFA c080f52cea
move embedding logic to separate file 3 years ago
nai-degen 9e5f6b5580 triggers 'input' event when using arrow keys to edit attention 3 years ago