InvokeAI/invokeai
psychedelicious ca496f0380 feat: add image utils
These all support controlnet processors.

- `pil_to_cv2`
- `cv2_to_pil`
- `pil_to_np`
- `np_to_pil`
- `normalize_image_channel_count` (a readable version of `HWC3` from the controlnet repo)
- `fit_image_to_resolution` (a readable version of `resize_image` from the controlnet repo)
- `non_maximum_suppression` (a readable version of `nms` from the controlnet repo)
- `safe_step` (a readable version of `safe_step` from the controlnet repo)
2024-03-21 07:02:57 -07:00
..
app feat(nodes): add missing detect_resolution to processors 2024-03-21 07:02:57 -07:00
assets feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
backend feat: add image utils 2024-03-21 07:02:57 -07:00
configs cleanup: remove unused scripts, cruft 2024-03-20 15:05:25 +11:00
frontend fix(ui): set aspect ratio to free when using default model settings 2024-03-21 16:30:52 +11:00
invocation_api feat(nodes): "ModelField" -> "ModelIdentifierField", add hash/name/base/type 2024-03-10 11:03:38 +11:00
version Update rc version, regenerate schema 2024-03-20 08:21:23 -07:00
__init__.py