1060 Commits (f7c787eb7c295c27439f4fbdf78c26b8389560be)
 

Author SHA1 Message Date
AUTOMATIC f7c787eb7c make it possible to use hypernetworks without opt split attention 3 years ago
AUTOMATIC 97bc0b9504 do not stop working on failed hypernetwork load 3 years ago
AUTOMATIC d15b3ec001 support loading VAE 3 years ago
AUTOMATIC bad7cb29ce added support for hypernetworks (???) 3 years ago
AUTOMATIC 2995107fa2 added ctrl+up or ctrl+down hotkeys for attention 3 years ago
AUTOMATIC b34b25b4c9 karras samplers for img2img? 3 years ago
Milly 405c8171d1 Prefer using `Processed.sd_model_hash` attribute when filename pattern 3 years ago
Milly 1cc36d170a Added job_timestamp to Processed
So `[job_timestamp]` pattern can use in saving image UI.
3 years ago
Milly 070b7d60cf Added styles to Processed
So `[styles]` pattern can use in saving image UI.
3 years ago
AUTOMATIC1111 a5a08b0bee
Merge pull request #1372 from fuzzytent/gallery-styling
Improve styling of gallery items
3 years ago
AUTOMATIC1111 ab4ddbf333
Merge branch 'master' into gallery-styling 3 years ago
Milly cf7c784fcc Removed duplicate defined models_path
Use `modules.paths.models_path` instead `modules.shared.model_path`.
3 years ago
AUTOMATIC dbc8a4d351 add generation parameters to images shown in web ui 3 years ago
AUTOMATIC 1069ec49a3 revert back to using list comprehension rather than list and map 3 years ago
Milly 0bb458f0ca Removed duplicate image saving codes
Use `modules.images.save_image()` instead.
3 years ago
AUTOMATIC1111 2cfcb23c16
Merge pull request #1283 from jn-jairo/fix-vram
Fix memory leak and reduce memory usage
3 years ago
Jairo Correa b66aa334a9 Merge branch 'master' into fix-vram 3 years ago
DepFA 82eb8ea452 Update xy_grid.py
split vals not 's' from tests
3 years ago
DepFA fd9e049168 strip() split comma delimited lines 3 years ago
DepFA efa61d3168 use csv.reader 3 years ago
DepFA 5d0e6ab856 Allow escaping of commas in xy_grid 3 years ago
DepFA fec71e4de2 Default window title progress updates on 3 years ago
DepFA c06298d1d0 add check for progress in title setting 3 years ago
DepFA be71115b1a Update shared.py 3 years ago
AUTOMATIC f5490674a8 fix bad output for error when updating a git repo 3 years ago
AUTOMATIC 5993df24a1 integrate the new samplers PR 3 years ago
C43H66N12O12S2 a971e4a767 update k-diff once again 3 years ago
C43H66N12O12S2 3ddf80a9db add variant setting 3 years ago
C43H66N12O12S2 71901b3d3b add karras scheduling variants 3 years ago
C43H66N12O12S2 c1a068ed0a Create alternate_sampler_noise_schedules.py 3 years ago
C43H66N12O12S2 c30c06db20 update k-diffusion 3 years ago
AUTOMATIC 2a53280495 reorder imports to fix the bug with k-diffusion on some version 3 years ago
AUTOMATIC 2d3ea42a2d workaround for a mysterious bug where prompt weights can't be matched 3 years ago
AUTOMATIC 5f24b7bcf4 option to let users select which samplers they want to hide 3 years ago
AUTOMATIC 6e7057b31b support for downloading new commit hash for git repos 3 years ago
Jocke a93c3ffbfd Outpainting mk2, prevent generation of a completely random image every time even when global seed is static 3 years ago
Raphael Stoeckli 4288e53fc2 removed unused import, fixed typo 3 years ago
Raphael Stoeckli 2499fb4e19 Add sanitizer for captions in Textual inversion 3 years ago
AUTOMATIC1111 0e92c36707
Merge pull request #1755 from AUTOMATIC1111/use-typing-list
use typing.list in prompt_parser.py for wider python version support
3 years ago
DepFA 55400c981b Set gradio-img2img-tool default to 'editor' 3 years ago
DepFA af02ee1297
Merge branch 'master' into use-typing-list 3 years ago
DepFA 34c358d10d
use typing.list in prompt_parser.py for wider python version support 3 years ago
AUTOMATIC 20f8ec877a remove type annotations in new code because presumably they don't work in 3.7 3 years ago
AUTOMATIC f8e41a96bb fix various float parsing errors 3 years ago
AUTOMATIC c26732fbee added support for AND from https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/ 3 years ago
DepFA 67d011b02e Show generation progress in window title 3 years ago
DepFA bbdbbd36ed shared.state.interrupt when restart is requested 3 years ago
Jairo Correa 82380d9ac1 Removing parts no longer needed to fix vram 3 years ago
Jairo Correa 1f50971fb8 Merge branch 'master' into fix-vram 3 years ago
xpscyho ef40e4cd4d Display time taken in mins, secs when relevant
Fixes #1656
3 years ago