InvokeAI/invokeai
psychedelicious deb917825e feat(api): use pydantic validation during style preset import
- Enforce name is present and not an empty string
- Provide empty string as default for positive and negative prompt
- Add `positive_prompt` as validation alias for `prompt` field
- Strip whitespace automatically
- Create `TypeAdapter` to validate the whole list in one go
2024-08-15 09:47:49 -04:00
..
app feat(api): use pydantic validation during style preset import 2024-08-15 09:47:49 -04:00
assets
backend Remove tmp code 2024-08-07 22:06:05 -04:00
configs feat(mm): support sdxl ckpt inpainting models 2024-04-28 12:57:27 +10:00
frontend feat(ui): use dropzone for style preset upload 2024-08-15 09:47:49 -04:00
invocation_api Fix static type errors with SCHEDULER_NAME_VALUES. And, avoid bi-directional cross-directory imports, which contribute to circular import issues. 2024-07-05 07:38:35 -07:00
version bump version to 4.2.7 2024-07-26 09:11:17 -07:00
__init__.py