Browse Source

FreeU - improved values

pull/68/head
tin2tin 1 year ago committed by GitHub
parent
commit
3194665537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      __init__.py

8
__init__.py

@ -1745,8 +1745,8 @@ class SEQUENCER_OT_generate_movie(Operator):
if scene.use_free_lunch and pipe: #Free Lunch
# -------- freeu block registration
register_free_upblock2d(pipe)
register_free_crossattn_upblock2d(pipe)
register_free_upblock2d(pipe, b1=1.1, b2=1.2, s1=0.6, s2=0.4)
register_free_crossattn_upblock2d(pipe, b1=1.1, b2=1.2, s1=0.6, s2=0.4)
# -------- freeu block registration
# GENERATING - Main Loop
@ -2655,8 +2655,8 @@ class SEQUENCER_OT_generate_image(Operator):
if scene.use_free_lunch and pipe: #Free Lunch
# -------- freeu block registration
register_free_upblock2d(pipe)
register_free_crossattn_upblock2d(pipe)
register_free_upblock2d(pipe, b1=1.1, b2=1.2, s1=0.6, s2=0.4)
register_free_crossattn_upblock2d(pipe, b1=1.1, b2=1.2, s1=0.6, s2=0.4)
# -------- freeu block registration
# Main Generate Loop:

Loading…
Cancel
Save