Skip to content

fix: controlnet args structure to match upstream structure#273

Open
someshkoli wants to merge 2 commits into
SipherAGI:mainfrom
someshkoli:patch-1
Open

fix: controlnet args structure to match upstream structure#273
someshkoli wants to merge 2 commits into
SipherAGI:mainfrom
someshkoli:patch-1

Conversation

@someshkoli

Copy link
Copy Markdown

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

subinznz commented Mar 17, 2025

Copy link
Copy Markdown

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