Replies: 2 comments
-
See #2854 (comment) for extensions that load ControlNet unit state. We have no intention implementing a way to directly load JSON file. |
Beta Was this translation helpful? Give feedback.
0 replies
-
No problem, Thank you for your reply :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Do you know how to load Json file instead of image file into the api of controlnet and automatic1111 ?
My script :
$data['alwayson_scripts'] = array(
'controlnet' => array(
'args' => array(
array(
'input_image' => $imagecontrolnetData,
...
)
)
It can be cool if we have instead of 'input_image' something like that :
'input_json' => $my_json_file
because .json are more accurate than image...
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions