Commit Graph

176 Commits (477d161c91d6e258518411cd9d8ef4171ecabae8)

Author SHA1 Message Date
Bryce 48c51e34e7 docs: add discord link 1 year ago
Sam 69d5b78cba DOCS: Warn that Python 3.11 is not supported 1 year ago
Bryce 8bd652ebf4 docs: add pydantic model feature 1 year ago
Bryce 9e7a1db2c8 version: 13.0.1 1 year ago
Bryce 8ffb0fac0e fix: add routes to match stablestudio routes 1 year ago
Bryce 7b032c8e9a feature: StableStudio web interface
run `aimg server` and visit http://127.0.0.1:8000/
1 year ago
Bryce 8e28a2ed02 feature: API support for StableStudio 1 year ago
Bryce e53459a50a build: check for torch version at runtime (fixes #329) 1 year ago
Bryce 758d574f8c build: specify proper Pillow minimum version (fixes #325) 1 year ago
Bryce 2a26495653 fix: package will not try to install xformers on `aarch64` machines.
While this will allow the dockerfile to build on MacOS M1, [torch will not be able to use the M1 when generating images.](https://github.com/pytorch/pytorch/issues/81224#issuecomment-1499741152)
1 year ago
Bryce 14739bc90b feature: api server (alpha)
`aimg run-api-server`

Proof of concept for now
1 year ago
Bryce dc8f8d5a3d feature: add colorization controlnet. improve `aimg colorize` command 1 year ago
Bryce df25936d6f feature: automatic use of inpainting
feature disabled since controlnet inpainting doesn't work great. Was disabled by setting `inpaint_method="finetune",`
1 year ago
Bryce d32e1060cd feature: multi-controlnet support at the command line
add controlnet option for edit demo
1 year ago
Bryce 4c77fd376b feature: improvements to memory management
not thoroughly tested on low-memory devices
1 year ago
Adam Menges 6f9e9f64a9
docs: fix incorrect command in readme (#327) 1 year ago
Bryce a8aa9f703a build: exclude broken versions of timm as dependencies 1 year ago
Bryce 2a77b9b048 docs: add python prompt expansion example 1 year ago
Bryce 629c1c9ba9 docs: add cache clear instructions 1 year ago
Bryce bffe1ffde0 docs: add python upscaling example 1 year ago
Bryce e5d6880bc3 version: 12.0.2 1 year ago
Bryce Drennan 726ffe48c9
docs: make controlnet sections linkable 1 year ago
Bryce 23d4810670 version: 12.0.1 1 year ago
Bryce 9ccf55e7c7 docs: better "add details" example 1 year ago
Bryce c9fccc1757 feature: add openjourney-v4 1 year ago
Bryce db8d3b74ea feature: add "detail" control mode.
Add details to an image. Great for upscaling an image.
1 year ago
Bryce 9526a85a71 feature: add "edit" control mode
Edit images using text instructions with any SD 1.5 based model. Similar to instructPix2Pix.
1 year ago
Bryce 476a81a967 feature: add "shuffle" control mode
Image is generated from elements of control image. similar to style transfer
1 year ago
Bryce 750d4f7ea8 docs: cleanup 1 year ago
Bryce 9a82dc5e4c fix: raw control images are now properly loaded. fixes #296 1 year ago
Bryce 765e607c2c fix: file numbers start after latest image, even if some previous images were deleted 1 year ago
Bryce 4cbd278972 version: 11.1.1 1 year ago
Bryce 37d6642c83 fix: fix model downloads that were broken
by [library change in transformers 4.27.0](8f3b4a1d5b)
2 years ago
Bryce eb26d5a7c5 feature: add art-scene, desktop-background, interior-style, painting-style phraselists
fix: file globbing works in the interactive shell
feature: make compilation animations simple slide shows
2 years ago
Bryce de2a72f718 version: 11.0.0 2 years ago
Bryce 70c58467c0 fix: img2img was broken for all samplers except ddim,plms
img2img was broken for all samplers except plms and ddim when init image strength was >~0.25.  Been this way for a while. whoops
2 years ago
Bryce 8273ab2c26 feature: add `--fix-faces` options to `aimg upscale` command 2 years ago
Bryce d14c8f98f4 feature: `aimg model-list` command lists included models 2 years ago
Bryce 173946fee3 docs: add some notes 2 years ago
Bryce 81b4a0687b version: 10.1.1 - doc fix 2 years ago
Bryce 9831d8a24a feature: `aimg colorize` attempts to use controlnet to colorize images 2 years ago
Bryce 7899d08181 docs: update changelog 2 years ago
Bryce b261c62d4e docs: update docs 2 years ago
Bryce 1ceb17c083 fix: edit was broken by recent changes 2 years ago
Bryce 929eff353e fix: edit was broken by recent changes 2 years ago
Bryce 08f6014941 version: 10.0.0 2 years ago
Bryce 882cc7e0f1 feature: generate large images with coherent composition 2 years ago
Bryce c3a88c44cd perf: tiled encoding of images
The fold/unfold/split_input_params images didn't look good
2 years ago
Bryce 2aef6089e0 feature: generate large images
Added a composition stage so large images are more coherent
2 years ago
Bryce b93b6a4d7c perf: use silu instead of nonlinearity for speedup 2 years ago