Support for Qwen-Image, Qwen-Image-Edit, and Qwen-Image-Edit-Plus #967
Annotations
10 errors
|
check
Process completed with exit code 1.
|
|
check
8 errors
|
|
check:
ai_diffusion/workflow.py#L1311
Argument of type "Output | str" cannot be assigned to parameter "positive" of type "Output" in function "apply_control"
Type "Output | str" is not assignable to type "Output"
"str" is not assignable to "Output" (reportArgumentType)
|
|
check:
ai_diffusion/workflow.py#L1126
Argument of type "Output | str" cannot be assigned to parameter "positive" of type "Output" in function "apply_control"
Type "Output | str" is not assignable to type "Output"
"str" is not assignable to "Output" (reportArgumentType)
|
|
check:
ai_diffusion/workflow.py#L1074
Argument of type "Output | str" cannot be assigned to parameter "positive" of type "Output" in function "apply_control"
Type "Output | str" is not assignable to type "Output"
"str" is not assignable to "Output" (reportArgumentType)
|
|
check:
ai_diffusion/workflow.py#L1027
Argument of type "Output | str" cannot be assigned to parameter "positive" of type "Output" in function "apply_control"
Type "Output | str" is not assignable to type "Output"
"str" is not assignable to "Output" (reportArgumentType)
|
|
check:
ai_diffusion/workflow.py#L974
Argument of type "Output | str" cannot be assigned to parameter "positive" of type "Output" in function "apply_control"
Type "Output | str" is not assignable to type "Output"
"str" is not assignable to "Output" (reportArgumentType)
|
|
check:
ai_diffusion/workflow.py#L831
Argument of type "Output | str" cannot be assigned to parameter "positive" of type "Output" in function "apply_control"
Type "Output | str" is not assignable to type "Output"
"str" is not assignable to "Output" (reportArgumentType)
|
|
check:
ai_diffusion/workflow.py#L784
Argument of type "Output | str" cannot be assigned to parameter "positive" of type "Output" in function "apply_control"
Type "Output | str" is not assignable to type "Output"
"str" is not assignable to "Output" (reportArgumentType)
|
|
check:
ai_diffusion/workflow.py#L433
Expression of type "tuple[()]" cannot be assigned to parameter of type "list[Control] | tuple[Control]"
Type "tuple[()]" is not assignable to type "list[Control] | tuple[Control]"
"tuple[()]" is not assignable to "list[Control]"
"tuple[()]" is not assignable to "tuple[Control]"
Tuple size mismatch; expected 1 but received 0 (reportArgumentType)
|