Skip to content

fix: controlnet args structure to match upstream structure #273

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

someshkoli
Copy link

before : args {image: {image: "", mask: "" }
now: args {image: "", mask: ""}

Error with before: TypeError: string indices must be integers, not 'str'
response now: {"task_id":"9dca9d76-142e-4c42-ae28-0fdf5f57dc35"}

before : args {image: {image: "", mask: "" }
now: args {image: "", mask: ""}


Error with before:  TypeError: string indices must be integers, not 'str'
response now: {"task_id":"9dca9d76-142e-4c42-ae28-0fdf5f57dc35"}
@subinznz
Copy link

subinznz commented Mar 17, 2025

how does it handle masks ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants