Bryce Drennan
|
3c1c695f76
|
feature: cloth segmentation (#482)
|
2024-04-04 23:27:18 -07:00 |
|
Bryce Drennan
|
df86aa6668
|
feature: densepose controlnet (#481)
|
2024-04-04 22:02:25 -07:00 |
|
Bryce
|
9cdacd454f
|
style: use latest ruff
|
2024-03-15 11:32:24 -07:00 |
|
Bryce Drennan
|
601a112dc3
|
refactor: move download related functions to separate module (#453)
+ renames and typehints
|
2024-01-14 16:50:17 -08:00 |
|
Bryce
|
5bbb09f69e
|
build: vendorize facexlib
had too many unused sub-dependencies
also monkeypatch the download mechanism to use our standard download function
|
2024-01-06 17:23:27 -08:00 |
|
Bryce
|
5b3b04b877
|
build: remove pytorch lightning dependency
|
2024-01-02 20:51:05 -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
|
9a0e0cd1a7
|
feature: better 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
|
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 |
|
jaydrennan
|
3f3e080d39
|
feature: adds ability to use qrcode
feature: adds controlnet qrcode image generation.
feature: adds control net for qrcode image generation.
|
2023-12-14 21:12:25 -08:00 |
|
Bryce
|
012cc648d3
|
style: fix all the mypy typing issues
...or ignore them.
|
2023-12-12 20:54:39 -08:00 |
|
Bryce
|
b61d06651c
|
tests: fix tests
- disable details mode. needs more work done to support
|
2023-12-03 09:13:01 -08:00 |
|
Bryce
|
558d3388e5
|
style: speed up linting and autoformatting. fix lints
|
2023-09-29 23:01:50 -07:00 |
|
Bryce
|
dc8f8d5a3d
|
feature: add colorization controlnet. improve aimg colorize command
|
2023-05-20 13:09:00 -07:00 |
|
Bryce
|
df25936d6f
|
feature: automatic use of inpainting
feature disabled since controlnet inpainting doesn't work great. Was disabled by setting `inpaint_method="finetune",`
|
2023-05-20 13:09:00 -07:00 |
|
Bryce
|
d5a276584b
|
fix: move normal map code inline
Fixes conda package. Fixes #317
|
2023-05-06 13:01:50 -07:00 |
|
Bryce
|
db8d3b74ea
|
feature: add "detail" control mode.
Add details to an image. Great for upscaling an image.
|
2023-05-05 02:53:43 -07:00 |
|
Bryce
|
b5356b143f
|
feature: partial add of inpainting controlnet
todo: figure out how to input "mask" for this mode
|
2023-05-05 02:53:43 -07:00 |
|
Bryce
|
9526a85a71
|
feature: add "edit" control mode
Edit images using text instructions with any SD 1.5 based model. Similar to instructPix2Pix.
|
2023-05-05 02:53:43 -07:00 |
|
Bryce
|
476a81a967
|
feature: add "shuffle" control mode
Image is generated from elements of control image. similar to style transfer
|
2023-05-05 02:53:43 -07:00 |
|
Bryce
|
750d4f7ea8
|
docs: cleanup
|
2023-05-05 02:53:43 -07:00 |
|
Bryce
|
832adf27bc
|
feature: update controlnets to 1.1
- smaller filesizes for the controlnet weights
- fix: works with other 1.5 based models
- enables more control modes getting added
|
2023-05-04 19:48:27 -07:00 |
|
Bryce
|
37d6642c83
|
fix: fix model downloads that were broken
by [library change in transformers 4.27.0](8f3b4a1d5b )
|
2023-03-18 13:49:11 -07:00 |
|
Bryce
|
54c3ad51d6
|
feature: controlnet
|
2023-02-22 23:38:47 -08:00 |
|