2117 Commits (d9e4e4d7a09d4aee8ce249a3c8e91ce165b10fa5)
 

Author SHA1 Message Date
timntorres d4a069a23c Read hypernet strength from PNG info. 3 years ago
timntorres 9e465c8aa5 Add strength to textinfo. 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
benlisquare ccde874974 adjustments to zh_TW localisation per suggestions by snowmeow2 3 years ago
Florian Horn 403c5dba86 hide save btn for other tabs than txt2img and img2img 3 years ago
Martucci d814db1c25
Update pt_BR.json 3 years ago
Martucci 4ca4900bd4
Update pt_BR.json 3 years ago
Josh Watzman b50ff4f4e4 Reduce peak memory usage when changing models
A few tweaks to reduce peak memory usage, the biggest being that if we
aren't using the checkpoint cache, we shouldn't duplicate the model
state dict just to immediately throw it away.

On my machine with 16GB of RAM, this change means I can typically change
models, whereas before it would typically OOM.
3 years ago
Martucci 5e6344261d
Compromise with other PR for this fork 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
xmodar 68760a48cb Add forced LTR for training progress 3 years ago
Florian Horn bf25b51c31 fixed position to be in line with the other icons 3 years ago
Florian Horn 268159cfe3 fixed indentation 3 years ago
Florian Horn 0995e879ce added save button and shortcut (s) to Modal View 3 years ago
Martucci 3d38416352
Mais ajustes de tradução 3 years ago
Dynamic a668444110
Attention editing hotkey fix part 2 3 years ago
Dynamic 9358a421cf
Remove files that shouldn't be here 3 years ago
Dynamic 6e10078b2b
Attention editing with hotkeys should work with KR now
Added the word "Prompt" in the placeholders to pass the check from edit-attention.js
3 years ago
Dynamic 96da2e0c33
Merge branch 'AUTOMATIC1111:master' into kr-localization 3 years ago
xmodar e64ccd18e1 Add minor edits to Arabic localization 3 years ago
Dynamic 34c9533811
Apparently brackets don't work, gitlab docs fooled me 3 years ago
Dynamic 6a0eebfbee
Update 2 cause I'm an idiot 3 years ago
Dynamic 9b50d9bbbf
Update CODEOWNERS file 3 years ago
Dynamic 035b875e1a
Edit CODEOWNERS for ko_KR.json permissions 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 ed0821de21 create send to buttons in one module 3 years ago
yfszzx 300e5774e7 create send to buttons in one module 3 years ago
yfszzx 4a4647e0df create send to buttons in one module 3 years ago
LunixWasTaken 2ce6b646a7 Add german Localization file. 3 years ago
benlisquare 54e7bfd1ae
Update localizations/zh_TW.json per dtlnor's suggestion
Co-authored-by: dtlnor <dtlnor@hotmail.com>
3 years ago
benlisquare 84956d2377
Update localizations/zh_TW.json per dtlnor's suggestion
Co-authored-by: dtlnor <dtlnor@hotmail.com>
3 years ago
benlisquare c40994a7b2 adjustments to zh_TW localisation per suggestions by dtlnor 3 years ago
Martucci 72f55bd325
Merge pull request #1 from M-art-ucci/pt_BR-localization
Localization file for portuguese (brazil)
3 years ago
Martucci 95b8e49e5b
Localization file for portuguese (brazil) 3 years ago
xmodar bf7cbcdeef Add Arabic localization feedback revisions 3 years ago
xmodar 3de0365141 Add id access to scripts list in the css 3 years ago
xmodar 54cdd4e1f4 Add LTR checkpoint lists and updated Arabic localization 3 years ago
Eugenio Buffo 1a4216fabf Finalised IT localization file 3 years ago
Eugenio Buffo 859f3b359d Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui 3 years ago
Eugenio Buffo 57450003a9 Added localizations/it_IT.json 3 years ago
evshiron fddb4883f4 prototype progress api 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