jaydrennan
|
7eef3bf628
|
feature: replaces black formatter with ruff formatter
|
2023-12-27 17:08:01 -08:00 |
|
Bryce Drennan
|
a2c38b3ec0
|
feature: support loading diffusers folder/based models from huggingface (#427)
|
2023-12-21 14:24:35 -08:00 |
|
Bryce
|
6ebd12abb1
|
refactor: move code to more intuitive places
|
2023-12-21 05:48:02 -08:00 |
|
Bryce Drennan
|
616f686ed2
|
small changes (#425)
* docs: update todo
* refactor: small cleanup of tiling code
|
2023-12-19 12:39:34 -08:00 |
|
Bryce
|
0c03612d44
|
feature: large images now stay well-composed thanks to tile controlnet
|
2023-12-18 15:33:25 -08:00 |
|
jaydrennan
|
2372a71e6c
|
fix: adds tile/detail controlnet back in.
|
2023-12-18 15:33:25 -08:00 |
|
Bryce
|
7880ee1389
|
feature: update midas (depth maps)
|
2023-12-18 13:01:56 -08:00 |
|
Bryce Drennan
|
2144f26fa7
|
feature: add ability to dynamically make word images (#417)
|
2023-12-16 22:08:19 -08:00 |
|
Bryce
|
6d39d791b1
|
refactor: move safety to utils
|
2023-12-15 14:32:01 -08:00 |
|
Bryce
|
ad561e8833
|
refactor: move model_manager to utils
|
2023-12-15 14:32:01 -08:00 |
|
Bryce
|
d478771cc0
|
refactor: move a bunch of stuff to utils
|
2023-12-15 14:32:01 -08:00 |
|
Bryce
|
316114e660
|
docs: add docstrings
Wrote an openai script and custom prompt to generate them.
|
2023-12-15 14:32:01 -08:00 |
|
Bryce
|
37ecd1e5e0
|
fix: videogen. track gpu tests
|
2023-12-12 20:54:39 -08:00 |
|
Bryce
|
eae4f20ae2
|
ci: add type checker
fix some typehint issues
|
2023-12-12 20:54:39 -08:00 |
|
Bryce
|
2bd6cb264b
|
feature: large refactor
- add type hints
- size parameter
- ControlNetInput => ControlInput
- simplify imagineresult
|
2023-12-12 20:54:39 -08:00 |
|
Bryce
|
24f4af3482
|
feature: better torch installation experience
|
2023-12-05 21:46:55 -08:00 |
|
Bryce
|
71d4992dca
|
feature: added --size parameter to allow using named sizes
|
2023-12-05 21:46:55 -08:00 |
|
Bryce
|
0fe3733933
|
fix: memory management issue
the dtype being used as a cache key wasn't consistent. this caused the model to be loaded twice
|
2023-12-03 09:13:01 -08:00 |
|
Bryce
|
e8fe8d7d6c
|
feature: stable diffusion video (SVD)
|
2023-11-22 17:20:08 -08:00 |
|
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
|
2023-11-22 13:22:00 -08:00 |
|
Bryce
|
558d3388e5
|
style: speed up linting and autoformatting. fix lints
|
2023-09-29 23:01:50 -07:00 |
|
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
|
2023-09-16 23:09:18 -07:00 |
|
Bryce
|
c5c90df337
|
feature: fix debug level logging
|
2023-05-31 20:02:09 -07:00 |
|
Bryce
|
e53459a50a
|
build: check for torch version at runtime (fixes #329)
|
2023-05-20 17:29:06 -07:00 |
|
Bryce
|
38ac0b7f54
|
tests: fix tests
|
2023-05-20 13:09:00 -07:00 |
|
Bryce
|
bcaa000d35
|
fix: model logging
|
2023-05-20 13:09:00 -07:00 |
|
Bryce
|
926692ad03
|
tests: "prime" the controlnets
Trying to get things working on m1. doesn't fix everything
|
2023-05-20 13:09:00 -07:00 |
|
Bryce
|
eca97a25a0
|
tests: adjust tests to pass
|
2023-05-20 13:09:00 -07:00 |
|
Bryce
|
4c77fd376b
|
feature: improvements to memory management
not thoroughly tested on low-memory devices
|
2023-05-20 13:09:00 -07:00 |
|