Commit Graph

139 Commits (07b097e001a3eb9c47828a51639403de49a2ece4)

Author SHA1 Message Date
Bryce 07b097e001 version: 14.0.0b3 11 months ago
Bryce f6c9927d0c version: 14.0.0b2 11 months ago
Bryce ed23c7e1ca version: 14.0.0b1 11 months ago
Bryce e8fe8d7d6c feature: stable diffusion video (SVD) 11 months ago
Bryce f97f6a3b4b feature: use refiners library for generation
BREAKING CHANGE

  - stable diffusion 1.5 + inpainting working
  - self-attention guidance working. improves image generation quality
  - tile-mode working
  - inpainting self-attention guidance working

disable/broken features:
  - sd 1.4, 2.0, 2.1
  - most of the samplers
  - pix2pix edit
  - most of the controlnets
  - memory management
  - python 3.8 support

wip
11 months ago
Bryce 558d3388e5 style: speed up linting and autoformatting. fix lints 1 year ago
Bryce 460add16b8 version: 13.2.1 1 year ago
Bryce 8243ed616d fix: pydantic models for http server working now. Fixes #380 1 year ago
Bryce ba51364a73 version: 13.2.0 1 year ago
Bryce 7c2004bfcc feature/fix: migrate to pydantic 2.3
- test: add schema tests/fuzzer and fixes
 - fix default prompt. add tests
 - fix outpaint and controlnet defaults
 - fix init image strength defaults
1 year ago
Bryce 3b17d8b3ee version: 3.1.0 1 year ago
Bryce 477d161c91 build: better communicate lack of support for Python 3.11 1 year ago
Bryce 1354cb9ed1 build: add minimum package requirements
Should speed up dependency resolution.
1 year ago
Bryce 360546b779 fix: limit pydantic to <2.0 until we fix compatibility issues
also limit scipy to <1.11 doesn't support python 3.8
1 year ago
Bryce 9e7a1db2c8 version: 13.0.1 1 year ago
Bryce 37d2b21a22 build: require python < 3.11 1 year ago
Bryce 671aa86ad7 version: 13.0.0 1 year ago
Bryce 4991b22bc8 version: 13.0b0 1 year ago
Bryce 7b032c8e9a feature: StableStudio web interface
run `aimg server` and visit http://127.0.0.1:8000/
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 a8aa9f703a build: exclude broken versions of timm as dependencies 1 year ago
Bryce e5d6880bc3 version: 12.0.2 1 year ago
Bryce d5a276584b fix: move normal map code inline
Fixes conda package. Fixes #317
1 year ago
Bryce 23d4810670 version: 12.0.1 1 year ago
Bryce 17f3541d57 version: 12.0.0 1 year ago
Bryce 832adf27bc feature: update controlnets to 1.1
- smaller filesizes for the controlnet weights
- fix: works with other 1.5 based models
- enables more control modes getting added
1 year ago
Bryce 4cbd278972 version: 11.1.1 1 year ago
Bryce 3012d28357 version: 11.1.0 2 years ago
Bryce 37d6642c83 fix: fix model downloads that were broken
by [library change in transformers 4.27.0](8f3b4a1d5b)
2 years ago
Bryce de2a72f718 version: 11.0.0 2 years ago
Bryce 7b79444c4c version: 10.2.0 2 years ago
Bryce e3b23584ed refactor: split up command line tool 2 years ago
Bryce 81b4a0687b version: 10.1.1 - doc fix 2 years ago
Bryce 185fe523fd version: 10.1.0 2 years ago
Bryce c0c8e081b8 docs: fix links for package publishing 2 years ago
Bryce 54c3ad51d6 feature: controlnet 2 years ago
Bryce 1ceb17c083 fix: edit was broken by recent changes 2 years ago
Bryce 08f6014941 version: 10.0.0 2 years ago
Bryce 68e7fd73c5 perf: add xformers dependency 2 years ago
Bryce ad62496557 version: 9.0.2 2 years ago
Bryce 75e3c32d54 version: 9.0.1 2 years ago
Bryce d1dbd500eb fix: use entry_points for windows
python converts entry_points to exe files so they run on windows.  The scripts that work on linux/macos don't work on windows.
2 years ago
Bryce 5bedaebe45 version: 9.0.0 2 years ago
Bryce d9a70a55c6 feature/docs: cleanup cli
- add colors to help text
- add suggestion to use `aimg` shell
- lazy imports for faster response time
2 years ago
Bryce Drennan 9eacf5e7ed
perf: improve startup time by doing some imports lazily (#233)
just running `aimg --help` or `aimg --version` was very slow due to all the imports being brought in eagerly

Before changes `aimg --help`
`2.24s user 4.05s system 184% cpu 3.416 total`

After changes:
`0.04s user 0.02s system 8% cpu 0.625 total`

Used `PYTHONPROFILEIMPORTTIME=1 aimg --help` to find time consuming imports.

Also switched to using `scripts` instead of `entrypoints` since the scripts are much faster.

Made duplicate SAMPLER_TYPE_OPTIONS that can be loaded without loading all the samplers themselves.

Likely a breaking change - not sure.
2 years ago
Bryce b611a92b49 version: 8.3.1 2 years ago
Bryce d7eaac2c5e version: 8.3.0 2 years ago
Bryce 8791e15bec version: 8.2.0 2 years ago