1935 Commits (997461d3dd86f51c06ea0c2eff17ce8b8b48c0af)

Author SHA1 Message Date
AUTOMATIC 82cfc227d7 added licenses screen to settings
added footer
removed unused inpainting code
3 years ago
Vladimir Mandic d8d206c168
add state to interrogate 3 years ago
Vladimir Mandic cec209981e
log only sdapi 3 years ago
AUTOMATIC 8f96f92899 call script callbacks for reloaded model after loading embeddings 3 years ago
AUTOMATIC 2d5a5076bb Make it so that upscalers are not repeated when restarting UI. 3 years ago
Vladimir Mandic 192ddc04d6
add job info to modules 3 years ago
Vladimir Mandic 1d9dc48efd
init job and add info to model merge 3 years ago
Vladimir Mandic aaa4c2aacb
add api logging 3 years ago
AUTOMATIC e9fb9bb0c2 fix hires fix not working in API when user does not specify upscaler 3 years ago
Shondoit bddebe09ed Save Optimizer next to TI embedding
Also add check to load only .PT and .BIN files as embeddings. (since we add .optim files in the same directory)
3 years ago
AUTOMATIC c0ee148870 add support for running with gradio 3.9 installed 3 years ago
AUTOMATIC a1cf55a9d1 add option to reorder items in main UI 3 years ago
AUTOMATIC 9d4eff097d add a button to show all setting pages 3 years ago
AUTOMATIC 2bc86712ec make quicksettings UI elements appear in same order as they are listed in the setting 3 years ago
AUTOMATIC 18c03cdeac styling rework to make things more compact 3 years ago
AUTOMATIC 269f6e8676 change settings UI to use vertical tabs 3 years ago
AUTOMATIC 251ecee694 make "send to" buttons send actual dimension of the sent image rather than fields 3 years ago
AUTOMATIC 8d12a729b8 fix possible error with accessing nonexistent setting 3 years ago
AUTOMATIC 84dd7e8e24 error out with a readable message in chwewckpoint merger for incompatible tensor shapes (ie when trying to merge SD1.5 with SD2.0) 3 years ago
AUTOMATIC 4dbde228ff make it possible to use fractional values for SD upscale. 3 years ago
AUTOMATIC ef27a18b6b Hires fix rework 3 years ago
AUTOMATIC1111 fd4461d44c
Merge pull request #6196 from philpax/add-embeddings-api
feat(api): add /sdapi/v1/embeddings
3 years ago
AUTOMATIC1111 f39a79d143
Merge pull request #6183 from Kryptortio/add_more_element_ids
Add additional elem_id/HTML ids
3 years ago
Philpax c65909ad16 feat(api): return more data for embeddings 3 years ago
Philpax b5819d9bf1 feat(api): add /sdapi/v1/embeddings 3 years ago
AUTOMATIC 311354c0bb fix the issue with training on SD2.0 3 years ago
me a005fccddd Add a lot more elem_id/HTML id, modified some that were duplicates for seed section 3 years ago
AUTOMATIC e672cfb074 rework of callback for #6094 3 years ago
AUTOMATIC1111 6062c85d4d
Merge pull request #6094 from AlUlkesh/master
Adding image numbers on grids
3 years ago
AUTOMATIC 524d532b38 moved roll artist to built-in extensions 3 years ago
AlUlkesh 5f12b23b8b Adding image numbers on grids
New grid option in settings enables adding of image numbers on grids. This makes identifying the images, especially in larger batches, much easier.

Revert "Adding image numbers on grids"

This reverts commit 3530c283b4b1d3a3cab40efbffe4cf2697938b6f.

Implements Callback for image grid loop

Necessary to make "Add image's number to its picture in the grid" extension possible.
3 years ago
AUTOMATIC e5f1a37cb9 make refresh buttons look more nice 3 years ago
AUTOMATIC b46b97fa29 more fixes for gradio update 3 years ago
AUTOMATIC 76f256fe8f Bump gradio version #YOLO 3 years ago
AUTOMATIC 11d432d92d add refresh buttons to checkpoint merger 3 years ago
AUTOMATIC 16b9661d27 change karras scheduler sigmas to values recommended by SD from old 0.1 to 10 with an option to revert to old 3 years ago
AUTOMATIC 210449b374 fix 'RuntimeError: Expected all tensors to be on the same device' error preventing models from loading on lowvram/medvram. 3 years ago
AUTOMATIC 29a3a7eb13 show sampler selection in dropdown, add option selection to revert to old radio group 3 years ago
AUTOMATIC 360feed9b5 HAPPY NEW YEAR
make save to zip into its own button instead of a checkbox
3 years ago
AUTOMATIC f4535f6e4f make it so that memory/embeddings info is displayed in a separate UI element from generation parameters, and is preserved when you change the displayed infotext by clicking on gallery images 3 years ago
AUTOMATIC bdbe09827b changed embedding accepted shape detection to use existing code and support the new alt-diffusion model, and reformatted messages a bit #6149 3 years ago
AUTOMATIC1111 c24a314c5e
Merge pull request #6149 from vladmandic/validate-embeddings
validate textual inversion embeddings
3 years ago
AUTOMATIC1111 f378b8d53a
Merge pull request #6143 from vladmandic/fix-interrogate
fix interrogate
3 years ago
Vladimir Mandic f55ac33d44
validate textual inversion embeddings 3 years ago
AUTOMATIC f34c734172 alt-diffusion integration 3 years ago
Vladimir Mandic 65be1df7bb
initialize result so not to cause exception on empty results 3 years ago
AUTOMATIC 3f401cdb64 Merge remote-tracking branch 'baai-open-internal/master' into alt-diffusion 3 years ago
AUTOMATIC fef98723b2 set sd_model for API later, inside the lock, to prevent multiple requests with different models ending up with incorrect results #5877 #6012 3 years ago
AUTOMATIC1111 26522c7dc8
Merge pull request #6015 from philpax/api-begin-end-in-queue
fix(api): only begin/end state in lock
3 years ago
AUTOMATIC1111 3d8256e40c
Merge pull request #6017 from hitomi/master
Add memory cache for VAE weights
3 years ago
AUTOMATIC1111 d81636a091
Merge pull request #6037 from vladmandic/master
fix rgba to rgb when using jpeg output
3 years ago
AUTOMATIC1111 03cb43c3c8
Merge pull request #6133 from vladmandic/memmon-stats
add additional memory states
3 years ago
AUTOMATIC1111 38f5787e67
Merge pull request #6134 from vladmandic/remove-console-message
remove unnecessary console message
3 years ago
Vladimir Mandic 463048344f
fix shared state dictionary 3 years ago
Vladimir Mandic d3aa2a48e1
remove unnecessary console message 3 years ago
Vladimir Mandic 5958bbd244
add additional memory states 3 years ago
Nicolas Patry 5ba04f9ec0
Attempting to solve slow loads for `safetensors`.
Fixes #5893
3 years ago
hentailord85ez 03f486a239
Update shared.py 3 years ago
hentailord85ez 4df5009acb
Update sd_samplers.py 3 years ago
Vladimir Mandic ae955b0146 fix rgba to rgb when using jpeg output 3 years ago
AUTOMATIC 4af3ca5393 make it so that blank ENSD does not break image generation 3 years ago
hitomi 893933e05a Add memory cache for VAE weights 3 years ago
Philpax 5be9387b23 fix(api): only begin/end state in lock 3 years ago
Philpax fa931733f6 fix(api): assign sd_model after settings change 3 years ago
AUTOMATIC1111 7b7f7e9361
Merge pull request #6003 from eaglgenes101/settings-css-classes
Add CSS classes for the settings panels
3 years ago
AUTOMATIC1111 b12de850ae
Merge pull request #5992 from yuvalabou/F541
Fix F541: f-string without any placeholders
3 years ago
AUTOMATIC1111 a66514e1a3
Merge pull request #6005 from allenbenz/patch-1
Fix clip interrogate from the webui
3 years ago
AUTOMATIC1111 c1512ef9ae
Merge pull request #5999 from vladmandic/trainapi
implement train api
3 years ago
AUTOMATIC 8eef9d8e78 a way to add an exception to unpickler without explicitly calling load_with_extra 3 years ago
Allen Benz 61a273236f
Fix clip interrogate from the webui
A recent change made the image RGBA, which makes the clip interrogator unhappy.
deepbooru and calling the interrogator from the api already do the conversion so this is the only place that needed it.
3 years ago
eaglgenes101 f60c24f812 Add CSS classes for the settings panels 3 years ago
Vladimir Mandic 5f1dfbbc95 implement train api 3 years ago
AUTOMATIC c5bdba2089 change wording a bit 3 years ago
AUTOMATIC 56e557c6ff added cheap NN approximation for VAE 3 years ago
Yuval Aboulafia 3bf5591efe fix F541 f-string without any placeholders 3 years ago
AUTOMATIC1111 5927d3fa95
Merge pull request #5977 from philpax/api-dont-save-extras-output
fix(api): don't save extras output to disk
3 years ago
AUTOMATIC1111 a6a54a7529
Merge pull request #5976 from AbstractQbit/fast_preview
Add an option for faster low quality previews
3 years ago
AUTOMATIC 0b8acce6a9 separate part of denoiser code into a function to make it easier for extensions to override it 3 years ago
AUTOMATIC 03d7b39453 added an option to filter out deepbooru tags 3 years ago
linuxmobile ( リナックス ) 5a650055de
Removed lenght in sd_model at line 115
Commit eba60a4 is what is causing this error, delete the length check in sd_model starting at line 115 and it's fine.

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/5971#issuecomment-1364507379
3 years ago
Philpax 6247f21a63 fix(api): don't save extras output to disk 3 years ago
AbstractQbit 11dd79e346 Add an option for faster low quality previews 3 years ago
Philpax f23a822f1c feat(api): include job_timestamp in progress 3 years ago
AUTOMATIC1111 eba60a42eb
Merge pull request #5627 from deanpress/patch-1
fix: fallback model_checkpoint if it's empty
3 years ago
AUTOMATIC1111 adab48cb1b
Merge pull request #5637 from aednzxy/patch-1
API endpoint to refresh checkpoints
3 years ago
AUTOMATIC1111 8c9e6d3c7d
Merge pull request #5131 from uservar/inpainting-detection
Better should_hijack_inpainting detection
3 years ago
AUTOMATIC1111 064f7b8fd2
Merge pull request #5718 from space-nuko/feature/save-hypernetwork-hash
Save hypernetwork hash and fix hypernetwork parameter restoring
3 years ago
AUTOMATIC c0a8401b5a rename the option for img2img latent upscale 3 years ago
AUTOMATIC1111 b2dbd4d698
Merge pull request #5521 from AndrewRyanChama/ryan/img2imglatentscale
Add latent upscale option to img2img
3 years ago
AUTOMATIC1111 34bc3616ec
Merge pull request #5838 from aliencaocao/fix_gradio_pil
Dirty fix for missing PIL supported file extensions
3 years ago
AUTOMATIC1111 ee65237d69
Merge pull request #5747 from yuvalabou/singleton-comparison
Format singleton comparisons
3 years ago
AUTOMATIC1111 7578b50ba6
Merge pull request #5873 from philpax/override-settings-restore-afterwards
feat(api): add override_settings_restore_afterwards
3 years ago
AUTOMATIC1111 fac92610d2
Merge pull request #5753 from calvinballing/master
Fix various typos
3 years ago
AUTOMATIC1111 94450b8877
Merge pull request #5589 from MrCheeze/better-special-model-support
Better support for 2.0-inpainting and 2.0-depth special models
3 years ago
AUTOMATIC 9441c28c94 add an option for img2img background color 3 years ago
AUTOMATIC1111 b81fa1e7f1
Merge pull request #5644 from ThereforeGames/master
Improve img2img color correction by performing a luminosity blend
3 years ago
AUTOMATIC1111 684d7059bc
Merge pull request #5808 from stysmmaker/patch/fix-fnt-size
Prevent overlapping in X/Y plot by changing font size
3 years ago
AUTOMATIC1111 55f3ef876b
Merge pull request #5814 from timntorres/5802-save-upscaler-to-filename
Add option to save upscaler to filename suffix in extras tab.
3 years ago
AUTOMATIC1111 992a877a4a
Merge pull request #4684 from simcop2387/fix-extension-docker
Fix docker tmp/ and extensions/ handling for docker.
3 years ago
AUTOMATIC 399b229783 eliminate duplicated code
add an option to samplers for skipping next to last sigma
3 years ago