Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] prevent inpainting data to be saved into execution.json #201

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

hmaciasc
Copy link
Collaborator

When saving execution.json some inpainting binary data was being saved, which generated an error on inpainting demos.

This is all due to a different way of receiving params when running a demo with fastapi instead of cherrypy.

The solution was to remove those keys and prevent them from being saved.

@hmaciasc hmaciasc merged commit 125e15a into devel Mar 1, 2024
2 checks passed
@hmaciasc hmaciasc deleted the fix/remove-inpainting-data-from-execution.json branch March 1, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants