3082 Commits (fdfce4711076c2ebac1089bac8169d043eb7978f)
 

Author SHA1 Message Date
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 a939e82a0b fix weird padding for sampler dropdown in chrome 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
AUTOMATIC1111 527886a33f
Merge pull request #6135 from vladmandic/shared-state
fix shared state dictionary
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 5a523d1305
Version 0.2.7 Fixes Windows SAFETENSORS_FAST_GPU path. 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
AUTOMATIC c6f347b81f fix ruined SD upscale 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