Commit Graph

379 Commits (video_description)
 

Author SHA1 Message Date
jaydrennan 928f642ca4 merge this 10 months ago
jaydrennan 23cf0a1507 feature: adds ability to describe what has happened in a video.
uses openai to summarize what has happened from descriptions of key frames in the given video.
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
Bryce 7e62297f73 feature: add simple script to print structure of weight files
useful for debugging
1 year ago
Bryce df25936d6f feature: automatic use of inpainting
feature disabled since controlnet inpainting doesn't work great. Was disabled by setting `inpaint_method="finetune",`
1 year ago
Bryce d32e1060cd feature: multi-controlnet support at the command line
add controlnet option for edit demo
1 year ago
Bryce bcaa000d35 fix: model logging 1 year ago
Bryce 926692ad03 tests: "prime" the controlnets
Trying to get things working on m1. doesn't fix everything
1 year ago
Bryce fb19e34acc fix: allow use of upscaler on mps device 1 year ago
Bryce 3b066f8e29 fix: don't hide error messages during upscale 1 year ago
Bryce eca97a25a0 tests: adjust tests to pass 1 year ago
Bryce 4c77fd376b feature: improvements to memory management
not thoroughly tested on low-memory devices
1 year ago
Bryce 6db296aa37 tests: faster tests 1 year ago
Adam Menges 6f9e9f64a9
docs: fix incorrect command in readme (#327) 1 year ago
Bryce c082ea523f tests: update tests
- controlnet version changes + graphics card change
1 year ago
Bryce a8aa9f703a build: exclude broken versions of timm as dependencies 1 year ago
Bryce 2a77b9b048 docs: add python prompt expansion example 1 year ago
Bryce 629c1c9ba9 docs: add cache clear instructions 1 year ago
Bryce bffe1ffde0 docs: add python upscaling example 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 Drennan 726ffe48c9
docs: make controlnet sections linkable 1 year ago
Bryce 23d4810670 version: 12.0.1 1 year ago
Bryce 9ccf55e7c7 docs: better "add details" example 1 year ago
Bryce 3258af7e02 fix: use correct device for depth images on mps 1 year ago
Bryce 17f3541d57 version: 12.0.0 1 year ago
Bryce c9fccc1757 feature: add openjourney-v4 1 year ago
Bryce db8d3b74ea feature: add "detail" control mode.
Add details to an image. Great for upscaling an image.
1 year ago
Bryce b5356b143f feature: partial add of inpainting controlnet
todo: figure out how to input "mask" for this mode
1 year ago
Bryce 9526a85a71 feature: add "edit" control mode
Edit images using text instructions with any SD 1.5 based model. Similar to instructPix2Pix.
1 year ago
Bryce 476a81a967 feature: add "shuffle" control mode
Image is generated from elements of control image. similar to style transfer
1 year ago