Commit Graph

125 Commits (3fb0dcd891ac50db1e44cc4b0ed54258a210e359)

Author SHA1 Message Date
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
Bryce 72517f28c6 version: 8.1.0 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
Bryce 319b601449 version: 8.0.1 2 years ago
Bryce 5db67f9a0d version: 8.0.0 2 years ago
Bryce 7c05c3aae2 feature: image edit gifs and demo-reels 2 years ago
Bryce 6109a8041d version: 7.6.0 2 years ago
Bryce c94dac76dc version: 7.5.0 2 years ago
Bryce 049059dc03 version: 7.4.3 2 years ago
Bryce 2dd99c183c version: 7.4.2 2 years ago
Bryce 03eb7c21b0 version: 7.4.1 2 years ago
Bryce 5d6d955ffd version: 7.4.0 2 years ago