revise kernel

and add unused files
This commit is contained in:
lllyasviel
2024-08-07 16:51:24 -07:00
committed by GitHub
parent a07c758658
commit a6baf4a4b5
11 changed files with 700 additions and 52 deletions

View File

@@ -110,6 +110,9 @@ def compile_conditions(cond):
)
)
if 'guidance' in cond:
result['model_conds']['guidance'] = Condition(cond['guidance'])
return [result, ]