Commit Graph

407 Commits (07b097e001a3eb9c47828a51639403de49a2ece4)
 

Author SHA1 Message Date
Bryce 07b097e001 version: 14.0.0b3 8 months ago
Bryce a126e1c1d7 feature: better error message when file not found 8 months ago
Bryce aa91d0a9c9 feature: autoresize and crop videos.
This means you can just stick any image into the video generator without worrying about the size.

- better generated video filenames
- output h264 video as well
8 months ago
Bryce f6c9927d0c version: 14.0.0b2 8 months ago
Bryce c24ed1f33d feature: videogen improvements
- better filenames
- allow urls as image inputs
- better memory efficiency
- add timing information
8 months ago
Bryce ab75c49b15 docs: smaller animations 8 months ago
Bryce ed23c7e1ca version: 14.0.0b1 8 months ago
Bryce 1da7043081 docs: update documentation 8 months ago
Bryce e8fe8d7d6c feature: stable diffusion video (SVD) 8 months ago
jaydrennan 80ff006604 fix: updates weights_url's for controlnet 8 months ago
jaydrennan e91a041a78 refactor: removes unused model configs 8 months ago
jaydrennan 76df1210f4 refactor: removes outdated info and spelling error 8 months ago
jaydrennan d6d2f4b9dd refactor: updates README for 14.0.0
adds notes under currently broken features, removes deprecated features descriptions, and adds 14.0.0 changelog
8 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
8 months ago
Bryce 6cd519cdb2 refactor: move code to avoid conflicts with "http" namespace 9 months ago
Bryce 703fb6e331 ci: faster pip install in github actions 9 months ago
Bryce 2273c9144d ci: smarter model caching in github actions 9 months ago
Bryce db4f040536 tests: split test suite for faster overall runtime 9 months ago
Bryce 558d3388e5 style: speed up linting and autoformatting. fix lints 9 months ago
Bryce 460add16b8 version: 13.2.1 9 months ago
Bryce 8243ed616d fix: pydantic models for http server working now. Fixes #380 9 months ago
Bryce ba51364a73 version: 13.2.0 10 months 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
10 months ago
Bryce 8e956f5360 feature: add some helper functions 10 months ago
Bryce f243006236 fix: allow tile_mode to be set to True or False for backward compatibility 10 months ago
Bryce 3b17d8b3ee version: 3.1.0 10 months ago
Bryce 477d161c91 build: better communicate lack of support for Python 3.11 10 months ago
Bryce 1354cb9ed1 build: add minimum package requirements
Should speed up dependency resolution.
10 months 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
10 months ago
Bryce 48c51e34e7 docs: add discord link 10 months 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 82d74c6b49 feature: switch to pydantic models
- allow prompt re-use by deferring random seed
1 year ago
Bryce 3fb0dcd891 fix: hide log warning 1 year ago
Bryce c5c90df337 feature: fix debug level logging 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 edafcc5529 feature: show full stack trace on server error 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 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 38ac0b7f54 tests: fix tests 1 year ago
Bryce 39dffa9166 style: lintfix 1 year ago
Bryce dc8f8d5a3d feature: add colorization controlnet. improve `aimg colorize` command 1 year ago