Update forge_freeu.py

This commit is contained in:
lllyasviel
2024-01-25 16:01:52 -08:00
parent 1cdf665ede
commit 04b0f62f49

View File

@@ -25,4 +25,14 @@ class FreeUForForge(scripts.Script):
if not freeu_enabled:
return
# Below codes will add some logs to the texts below the image outputs on UI.
# The extra_generation_params does not influence results.
p.extra_generation_params.update(dict(
freeu_enabled=freeu_enabled,
freeu_b1=freeu_b1,
freeu_b2=freeu_b2,
freeu_s1=freeu_s1,
freeu_s2=freeu_s2,
))
return