InvokeAI/invokeai
psychedelicious 01d8ab04a5 feat(nodes): add missing detect_resolution to processors
Some processors, like Canny, didn't use `detect_resolution`. The resultant control images were then resized by the processors from 512x512 to the desired dimensions. The result is that the control images are the right size, but very low quality.

Using detect_resolution fixes this.
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(mm): display progress when hashing files 2024-03-21 17:24:48 +11: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