Skip to content

Conversation

@tazlin
Copy link
Member

@tazlin tazlin commented Dec 19, 2025

outpainting is allowed as a source_processing value, but prior to this change users who set this value will end up causing a 500 stemming from a sqlalchemy.exc.DataError: (psycopg2.errors.StringDataRightTruncation) value too long for type character varying(10) error.

This change allows the intended number of characters, plus an extra one for posterity, reinstating outpainting as a valid image processing mode. Hordelib has always supported this value - users would be able to start inpainting today as soon as the SQL script is run.

`outpainting` is allowed as a `source_processing` value, but prior to this change setting this value will cause a 500 stemming from a `sqlalchemy.exc.DataError: (psycopg2.errors.StringDataRightTruncation) value too long for type character varying(10)` error.

This change allows the intended number of characters, plus an extra one for posterity.
@tazlin tazlin added the allow-ci A PR with this label will run through CI. label Dec 19, 2025
@tazlin tazlin requested a review from db0 December 19, 2025 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

allow-ci A PR with this label will run through CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants