Add Option to Evaluate Dynamic Prompts #1694
+1,718
−6
Open
Annotations
3 errors
Typecheck
2 errors
|
Typecheck:
tests/test_dynamic_prompts.py#L729
Argument of type "None" cannot be assigned to parameter "prompt" of type "str" in function "evaluate_dynamic_prompt"
"None" is not assignable to "str" (reportArgumentType)
|
Typecheck:
ai_diffusion/region.py#L482
Cannot access attribute "positive_evaluated" for class "RegionInput"
Attribute "positive_evaluated" is unknown (reportAttributeAccessIssue)
|
Loading