mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-27 09:41:31 +00:00
revise kernel
and add unused files
This commit is contained in:
@@ -110,6 +110,9 @@ def compile_conditions(cond):
|
||||
)
|
||||
)
|
||||
|
||||
if 'guidance' in cond:
|
||||
result['model_conds']['guidance'] = Condition(cond['guidance'])
|
||||
|
||||
return [result, ]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user