Commit Graph

115 Commits (19444d8e22533c9ea85453953c21f464377bacf6)

Author SHA1 Message Date
Bryce Drennan e619dc2867
fix: init image strength (#225) 2 years ago
Bryce d7eaac2c5e version: 8.3.0 2 years ago
Bryce Drennan 9ee09ac842
feature: add compilation animations (#224)
- add generation/compare gifs
2 years ago
Bryce Drennan a67683d318
feature: add upscale command line function (#222) 2 years ago
Bryce Drennan 542e4fbd55
fix: tile mode was broken since latest perf improvements (#220) 2 years ago
Pavel Yakovlev e1c9f14489 feature: add openjourney models 2 years ago
Bryce 8791e15bec version: 8.2.0 2 years ago
Bryce Drennan 6d733ed3ff
feature: added `aimg system-info` command to help debug issues (#216) 2 years ago
Bryce Drennan 7bdde559cc
performance: memory management improvements (#210)
- tile mode made more efficient. especially when not being used
- add script to iteratively make bigger images
2 years ago
Bryce 16cef16c3e feature: facilitate references to previous image generation 2 years ago
Bryce 248679d8de feature: image sizes can now be multiples of 8 instead of 64
from https://github.com/CompVis/stable-diffusion/issues/60#issuecomment-1240294667
2 years ago
Bryce 9bef5a151a version: 8.0.5 2 years ago
Bryce 3a7c861f0a version: 8.0.4 2 years ago
Bryce bbe3f8473f version: 8.0.3 2 years ago
Bryce fce9fe9225 version: 8.0.2 2 years ago
mebelz 2571097087 fix: spelling typo
leave references to misspelled files- don't want to break any existing links
2 years ago
Bryce 7c05c3aae2 feature: image edit gifs and demo-reels 2 years ago
Bryce 2a3e19f5a1 feature: 🎉 Edit Images with Instructions alone! 2 years ago
Bryce 5b56f05da7 feature: print version
- fix: default config wasn't being selected for custom models
2 years ago
Bryce 9b1d130f93 feature: ability to load safetensors 2 years ago
Bryce 81f294216b feature: 🎉 outpainting 2 years ago
Bryce 993b039d7b docs: update memory requirements 2 years ago
Bryce 049059dc03 version: 7.4.3 2 years ago
Bryce 2dd99c183c version: 7.4.2 2 years ago
Bryce 85c084099c fix: incorrect config files being used for non-1.0 models 2 years ago
Bryce 5cc73f6087 feature: finetuning
- feature: finetuning your own image models
- feature: image prep command. crops to face or other interesting parts of photo
- fix: back-compat for hf_hub_download
- feature: add prune-ckpt command
- feature: allow specification of model config file
2 years ago
Bryce c46d1c373c version: 7.3.0 2 years ago
Bryce 239b235140 feature: depth-based image-to-image generations (and inpainting) 2 years ago
Bryce ad0b9e8ab8 feature: tile in a single dimension ("x" or "y") 2 years ago
Bryce 1f7403155e fix: more thorough cleaning of memory when switching models
also cleanup up some test failures
2 years ago
Bryce Drennan 8dcdef3c58
Update README.md 2 years ago
Bryce f30823e0b5 feature: Stable Diffusion 2.1 2 years ago
Bryce 2f8edc1530 feature: negative prompting
- feature: negative prompting.  `--negative-prompt` or `ImaginePrompt(..., negative_prompt="ugly, deformed, extra arms, etc")`
- feature: a default negative prompt is added to all generations. Images in SD-2.0 don't look bad anymore. Images in 1.5 look improved as well.
2 years ago
Bryce 0e342a126e version: 6.1.2 2 years ago
Bryce e0af5d0089 fix: version metadata was broken
Fixes #114
2 years ago
Bryce 4610d7f01d feature: xformers support
add more upscaling code (that doesn't yet work)
2 years ago
Bryce 9c153a8d2d feature: support k-sampler methods for SD-2.0-v (768) 2 years ago
Bryce 015088507f feature/refactor/fix: better defaults. correct version in metadata
- feature: use different default steps and image sizes depending on sampler and model selceted
- fix: #110 use proper version in image metadata
- refactor: samplers all have their own class that inherits from ImageSampler
2 years ago
Bryce 60620e0312 docs: add badges 2 years ago
Kian-Meng Ang 3d04df4dee Fix typos
Found via `codespell -S ./imaginairy/vendored`
2 years ago
Bryce Drennan c5402949c4
Update README.md 2 years ago
Bryce e67341223b feature: Stable Diffusion 2.0
working: CUDA and MacOS
working: 512p model with all samplers
working: inpainting with all samplers
working: 768p model with ddim sampler
2 years ago
Bryce 1a866c48e1 version: 5.1.0 2 years ago
Bryce 893b041a8f feature: progress image callback 2 years ago
Bryce 411f359f4e version: 5.0.1 2 years ago
Bryce d499ca307b fix: use inpainting source that doesn't require login 2 years ago
Bryce 584e0d9df0 feature: change default sampler to k_dpmpp_2m, which is more than twice as fast 2 years ago
Bryce 0f02fc587c fix: k_dpm_fast on MPS platform
fixes #75

As discussed here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/2446#issuecomment-1279733739
2 years ago
Bryce 7af1ab66ca fix: add workaround for bug in k_diffusion on mps
As documented here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4558#issuecomment-1310387114

- make image logs more consistent
- note which step the progress images belong to in the filename
2 years ago
Bryce 7fba2972e8 feature: added `DPM++ 2S a` and `DPM++ 2M` samplers
-fix: fix bug with `--show-work`
2 years ago