1250 Commits (78b879b4426d3730acdf3f4737d37a2ee29cb023)

Author SHA1 Message Date
AUTOMATIC 2922d8144f make existing image browser extension not break 3 years ago
AUTOMATIC af547f63c3 Merge branch 'Inspiron' 3 years ago
AUTOMATIC 3c207ca684 add needed imports fr new code in copypaste.py 3 years ago
AUTOMATIC a33d0a9a65 remove weird spaces added to ui.py over time 3 years ago
AUTOMATIC 2d220afb24 fix open folder button not working 3 years ago
AUTOMATIC a1e5e0d766 skip filenames starting with . for img2img and extras batch modes 3 years ago
AUTOMATIC1111 cf8da8e1b0
Merge pull request #3826 from ANTONIOPSD/patch-1
Natural sorting for dropdown checkpoint list
3 years ago
AUTOMATIC1111 810e6a407d
Merge pull request #3858 from R-N/log-csv
Fix log off by 1 #3847
3 years ago
AUTOMATIC1111 3019452927
Merge pull request #3803 from FlameLaw/master
Fixed proper dataset shuffling
3 years ago
AUTOMATIC1111 86e19fe873
Merge pull request #3669 from random-thoughtss/master
Added option to use unmasked conditioning image for inpainting model.
3 years ago
AUTOMATIC1111 1fba573d24
Merge pull request #3874 from cobryan05/extra_tweak
Extras Tab - Option to upscale before face fix, caching improvements
3 years ago
AUTOMATIC bce5adcd6d change default hypernet activation function to linear 3 years ago
AUTOMATIC1111 f3685281e2
Merge pull request #3877 from Yaiol/master
Filename tags are wrongly referencing to process size instead of image size
3 years ago
AUTOMATIC1111 d3b4b9d7ec
Merge pull request #3717 from benkyoujouzu/master
Add missing support for linear activation in hypernetwork
3 years ago
AUTOMATIC1111 fc89495df3
Merge pull request #3771 from aria1th/patch-12
Disable unavailable or duplicate options for Activation functions
3 years ago
Bruno Seoane 0edf100d83
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
AngelBottomless f361e804eb
Re enable linear 3 years ago
Yaiol 539c0f51e4 Update images.py
Filename tags [height] and [width] are wrongly referencing to process size instead of resulting image size. Making all upscale files named wrongly.
3 years ago
Chris OBryan d8b3661467 extras: upscaler blending should not be considered in cache key 3 years ago
Chris OBryan 5732c0282d extras-tweaks: autoformat changed lines 3 years ago
Chris OBryan 1f1b327959 extras: Make image cache LRU
This changes the extras image cache into a Least-Recently-Used
cache. This allows more experimentation with different upscalers
without missing the cache.

Max cache size is increased to 5 and is cleared on source image
update.
3 years ago
Chris OBryan bde4731f1d extras: Rework image cache
Bit of a refactor to the image cache to make it easier to extend.
Also takes into account the entire image instead of just a cropped portion.
3 years ago
Chris OBryan 26d0819384 extras: Add option to run upscaling before face fixing
Face restoration can look much better if ran after upscaling, as it
allows the restoration to fix upscaling artifacts. This patch adds
an option to choose which order to run upscaling/face fixing in.
3 years ago
Muhammad Rizqi Nur 9ceef81f77 Fix log off by 1 3 years ago
benkyoujouzu b2a8b263b2 Add missing support for linear activation in hypernetwork 3 years ago
Antonio 5d5dc64064
Natural sorting for dropdown checkpoint list
Example:

Before					After

11.ckpt					11.ckpt
ab.ckpt					ab.ckpt
ade_pablo_step_1000.ckpt	ade_pablo_step_500.ckpt			
ade_pablo_step_500.ckpt	ade_pablo_step_1000.ckpt	
ade_step_1000.ckpt		ade_step_500.ckpt
ade_step_1500.ckpt		ade_step_1000.ckpt
ade_step_2000.ckpt		ade_step_1500.ckpt
ade_step_2500.ckpt		ade_step_2000.ckpt
ade_step_3000.ckpt		ade_step_2500.ckpt
ade_step_500.ckpt			ade_step_3000.ckpt
atp_step_5500.ckpt			atp_step_5500.ckpt
model1.ckpt				model1.ckpt
model10.ckpt				model10.ckpt
model1000.ckpt			model33.ckpt
model33.ckpt				model50.ckpt
model400.ckpt			model400.ckpt
model50.ckpt				model1000.ckpt
moo44.ckpt				moo44.ckpt
v1-4-pruned-emaonly.ckpt	v1-4-pruned-emaonly.ckpt
v1-5-pruned-emaonly.ckpt	v1-5-pruned-emaonly.ckpt
v1-5-pruned.ckpt			v1-5-pruned.ckpt
v1-5-vae.ckpt				v1-5-vae.ckpt
3 years ago
random_thoughtss b68c7c437e Updated name and hover text. 3 years ago
random_thoughtss a38496c1de Moved mask weight config to SD section 3 years ago
random_thoughtss 26a3fd2fe9 Highres fix works with unmasked latent.
Also refactor the mask creation to make it more accesible.
3 years ago
random-thoughtss f3f2ffd448
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
FlameLaw a0a7024c67
Fix random dataset shuffle on TI 3 years ago
yfszzx e0cbf53f45 create send to buttons by extensions 3 years ago
AngelBottomless 462e6ba667
Disable unavailable or duplicate options 3 years ago
yfszzx 4a4647e0df create send to buttons in one module 3 years ago
DepFA 737eb28fac typo: cmd_opts.embedding_dir to cmd_opts.embeddings_dir 3 years ago
Bruno Seoane b2e0d8ba78 Remove folder endpoint 3 years ago
Bruno Seoane 8320963dcb Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui 3 years ago
AUTOMATIC 0cd7460253 add script callback for before image save and change callback for after image save to use a class with parameters 3 years ago
AUTOMATIC 1e428238db add override_settings to API as an alternative to #3629 3 years ago
timntorres f4e1464217 Implement PR #3625 but for embeddings. 3 years ago
timntorres 4875a6c217 Implement PR #3309 but for embeddings. 3 years ago
timntorres c2dc9bfa89 Implement PR #3189 but for embeddings. 3 years ago
timntorres a524d137d0 patch bug (SeverianVoid's comment on 5245c7a) 3 years ago
timntorres cb49800c08 img2img, use smartphone photos' EXIF orientation 3 years ago
AUTOMATIC 9d82c351ac fix typo in on_save_imaged/on_image_saved; hope no extension is using it yet 3 years ago
w-e-w 757264c453 default_time_format if format is blank 3 years ago
Milly 146856f66d images: allow nested bracket in filename pattern 3 years ago
Stephen b46c64c6e5 clean 3 years ago
Stephen db9ab1a46b [Bugfix][API] - Fix API response for colab users 3 years ago
AUTOMATIC cbb857b675 enable creating embedding with --medvram 3 years ago