Commit Graph

33 Commits (master)

Author SHA1 Message Date
jaydrennan cc79cac5fc refactor: ruff formatting 2 months ago
jaydrennan 964dd4ead7 feature: integrates spandrel for upscaling 2 months ago
Bryce efbab3a141 fix: be forgiving of - vs _ in video decoder model name
Addresses https://github.com/brycedrennan/imaginAIry/issues/485
2 months ago
Bryce Drennan 49f2c25b6b
feature: IP-Adapter (#477)
todo
- allow specification ip adapter weights/arch


---------

Co-authored-by: jaydrennan <jsdman1313@gmail.com>
3 months ago
Bryce 9c48b749d8 feature: script for running imaginairy in the modal.com cloud 3 months ago
Bryce 9cdacd454f style: use latest ruff 3 months ago
Bryce cf8a44b317 feature: update refiners
better handles img2img (partial diffusion runs)
5 months ago
Bryce Drennan 601a112dc3
refactor: move download related functions to separate module (#453)
+ renames and typehints
5 months ago
Bryce Drennan 502ffbdc63
feature: sdxl inpaint support (#450) 5 months ago
Bryce Drennan 907e80d1f2
feature: video interpolation (#448)
- uses rife algorithm to interpolate frames
5 months ago
Bryce Drennan bb2dd45cf2
feature: videogen improvements (#447)
- allow generation at any size
- output "bounce" animations
- choose output format: mp4, webp, or gif
- fix random seed handling
- organize some code better
5 months ago
Bryce d2609cb5cd fix: use smaller composition size 5 months ago
Bryce Drennan d3106fc9e3
fix: videogen bug (#443) 5 months ago
jaydrennan 89bc1a9f1c
docs: adds docs tool, material for mkdocs, along with more fleshed ou… (#428)
* docs: adds docs tool, material for mkdocs, along with more fleshed out docstrings.

this includes ability to serve up a local docs website.


---------

Co-authored-by: Bryce <github20210803@accounts.brycedrennan.com>
5 months ago
Bryce d148bc1537 fix: progress latent collection bug 5 months ago
Bryce ed40a12c01 version: 14.0.0 5 months ago
Bryce 55e27160f5 build: vendorize refiners
so we can still work in conda envs
5 months ago
Bryce 5b3b04b877 build: remove pytorch lightning dependency 5 months ago
Bryce f50a1f5b0c fix: interrupted generations don't prevent more generations
fixes #424

- pref: improve memory usage when loading SD15.
- feature: clean up CLI output more
- feature: cuda memory tracking context manager
- feature: use safetensors fp16 for sd15
5 months ago
Bryce 9e3403df89 feature: clean up terminal output
- recording timing and memory usage of various steps
- re-use logging context for composition images
- load sdxl weights in a more VRAM efficient way
- switch to diffusers weights for default weights for sd15
5 months ago
Bryce Drennan 77c4b85037
perf: improve memory usage (#433)
add warning for corrupt weights files
6 months ago
Bryce Drennan 42a045e8e6
feature: support sdxl (#431)
- adds support for (SDXL)[https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0]
  - adds sliced encoding/decoding to refiners sdxl pipeline
  - doesn't support inpainting, controlnets
- monkeypatches self_attention_guidance to use sliced attention
- adds a bunch of model weight translation utilities and weightmaps
- add [opendalle 1.1](https://huggingface.co/dataautogpt3/OpenDalleV1.1)
- change default model to opendalle
- fix: better handle special characters in path inputs on command line
**todo**
- add tests
6 months ago
Bryce 50e796a3b7 refactor: move code around 6 months ago
Bryce 6ebd12abb1 refactor: move code to more intuitive places 6 months ago
jaydrennan 0c01cd690f
fix: sets correct default value for composition strength. (#422)
also corrects positional argument error by requiring _imagine_cmd to take key word arguments.
6 months ago
Bryce 0c03612d44 feature: large images now stay well-composed thanks to tile controlnet 6 months ago
Bryce c6ac5f553a refactor: separate controlnet image preprocessing 6 months ago
jaydrennan 3bd3dfdeaf
feature: adds --composition-strength parameter to cli (#416) 6 months ago
jaydrennan e1e6f8037c
refactor: removes unused code and configurations (#405)
Co-authored-by: jaydrennan
6 months ago
Bryce 6d39d791b1 refactor: move safety to utils 6 months ago
Bryce 168a843f29 refactor: move colorize to api 6 months ago
Bryce 96f4268d44 refactor: move video_sample to api 6 months ago
Bryce e72e8992ab refactor: create api module 6 months ago