Commit Graph

119 Commits (2a26495653bbe8bca2abb5ecc0640e676fd5fe59)

Author SHA1 Message Date
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 1 year ago
Bryce 37d6642c83 fix: fix model downloads that were broken
by [library change in transformers 4.27.0](8f3b4a1d5b)
1 year ago
Bryce de2a72f718 version: 11.0.0 1 year ago
Bryce 7b79444c4c version: 10.2.0 1 year ago
Bryce e3b23584ed refactor: split up command line tool 1 year ago
Bryce 81b4a0687b version: 10.1.1 - doc fix 1 year ago
Bryce 185fe523fd version: 10.1.0 1 year ago
Bryce c0c8e081b8 docs: fix links for package publishing 1 year ago
Bryce 54c3ad51d6 feature: controlnet 1 year ago
Bryce 1ceb17c083 fix: edit was broken by recent changes 1 year ago
Bryce 08f6014941 version: 10.0.0 1 year ago
Bryce 68e7fd73c5 perf: add xformers dependency 1 year ago
Bryce ad62496557 version: 9.0.2 1 year ago
Bryce 75e3c32d54 version: 9.0.1 1 year 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.
1 year ago
Bryce 5bedaebe45 version: 9.0.0 1 year ago
Bryce d9a70a55c6 feature/docs: cleanup cli
- add colors to help text
- add suggestion to use `aimg` shell
- lazy imports for faster response time
1 year 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.
1 year ago
Bryce b611a92b49 version: 8.3.1 1 year ago
Bryce d7eaac2c5e version: 8.3.0 1 year ago
Bryce 8791e15bec version: 8.2.0 1 year ago
Bryce 72517f28c6 version: 8.1.0 1 year ago
Bryce 9bef5a151a version: 8.0.5 1 year ago
Bryce 3a7c861f0a version: 8.0.4 1 year ago
Bryce bbe3f8473f version: 8.0.3 1 year ago
Bryce fce9fe9225 version: 8.0.2 1 year ago
Bryce 319b601449 version: 8.0.1 1 year ago
Bryce 5db67f9a0d version: 8.0.0 1 year ago
Bryce 7c05c3aae2 feature: image edit gifs and demo-reels 1 year ago
Bryce 6109a8041d version: 7.6.0 1 year ago
Bryce c94dac76dc version: 7.5.0 1 year ago
Bryce 049059dc03 version: 7.4.3 1 year ago
Bryce 2dd99c183c version: 7.4.2 1 year ago
Bryce 03eb7c21b0 version: 7.4.1 1 year ago
Bryce 5d6d955ffd version: 7.4.0 1 year ago
Bryce 4bc78b9be5 build: vendorize realesrgan
Removes lots of dependencies including problematic `grpcio` and `tb-nightly`
1 year ago
Bryce 35ac8d64d7 build: vendorize parts of basicsr
Trying to get rid of tb-nightly dependency and any other unnecessary dependencies.
1 year ago
Bryce e9a3e1a99b build: unpin dependencies 1 year ago
Bryce eb40842078 test: more flexible embedding test 1 year ago
Bryce 1381c7fed4 lint: new ruff linter 1 year ago
Bryce c46d1c373c version: 7.3.0 1 year ago