Commit Graph

105 Commits (be7f8f3c2ace71851b0334016b0dcac3ac921ce8)

Author SHA1 Message Date
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
Bryce 4bc78b9be5 build: vendorize realesrgan
Removes lots of dependencies including problematic `grpcio` and `tb-nightly`
2 years ago
Bryce 35ac8d64d7 build: vendorize parts of basicsr
Trying to get rid of tb-nightly dependency and any other unnecessary dependencies.
2 years ago
Bryce e9a3e1a99b build: unpin dependencies 2 years ago
Bryce eb40842078 test: more flexible embedding test 2 years ago
Bryce 1381c7fed4 lint: new ruff linter 2 years ago
Bryce c46d1c373c version: 7.3.0 2 years ago
Bryce e8f8a73478 version: 7.2.0 2 years ago
Bryce 218bb23e3f version: 7.1.1 2 years ago
Bryce f283729986 version: 7.1.0 2 years ago
Bryce 26a504fef4 version: 7.0.0
Major version because new images have negative prompt by default.
2 years ago
Bryce 0e342a126e version: 6.1.2 2 years ago
Bryce ca126b0760 version: 6.1.1 2 years ago
Bryce 8e9e119052 version: 6.1.0 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 fceb600fb4 version: 6.0.0a0
rushed release
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 411f359f4e version: 5.0.1 2 years ago
Bryce b8a88370de fix: lower memory reqs for attention on M1s 2 years ago
Bryce 64a0e0bb50 version: 5.0.0 2 years ago