Commit Graph

16 Commits (master)

Author SHA1 Message Date
Bryce 9cdacd454f style: use latest ruff 2 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>
4 months ago
jaydrennan 7eef3bf628 feature: replaces black formatter with ruff formatter 5 months ago
jaydrennan 41a9d7007b
test: adds tests for stablestudio (#415) 5 months ago
Bryce eae4f20ae2 ci: add type checker
fix some typehint issues
5 months ago
Bryce 558d3388e5 style: speed up linting and autoformatting. fix lints 8 months ago
Bryce 8243ed616d fix: pydantic models for http server working now. Fixes #380 8 months ago
Bryce 4bc78b9be5 build: vendorize realesrgan
Removes lots of dependencies including problematic `grpcio` and `tb-nightly`
1 year ago
Bryce e9a3e1a99b build: unpin dependencies 1 year ago
Bryce 1381c7fed4 lint: new ruff linter 1 year ago
Bryce 741a433c56 feature: update k_diffusion. add dpm_fast and dpm_addaptive samplers 2 years ago
Bryce db5ebe9095 tests: tests can run without any network calls 2 years ago
Bryce cdfeaa4c6f tests: add docker image for testing environment. minor test improvements 2 years ago
Bryce 4705d182d5 feature: generate captions for images
- add wip functionality for negative masks
- ci: add code linter that removes unused imports
- add instructions to install rust on osx
2 years ago
Bryce 043373ef17 ci: add linter, import sorting 2 years ago
Bryce 66c640ce7b feature: add ImageResult. step output option
remove verbose args
2 years ago