Browse Source

Bug fix: expose strip power

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

2
__init__.py

@ -1265,7 +1265,7 @@ class SEQUENCER_PT_pallaidium_panel(Panel): # UI
col.prop(context.scene, "input_strips", text="Input")
if type != "audio":
if image_model_card != "lllyasviel/sd-controlnet-canny" and image_model_card != "lllyasviel/sd-controlnet-openpose":
if ((type != "image" and image_model_card != "lllyasviel/sd-controlnet-canny") and (type != "image" and image_model_card != "lllyasviel/sd-controlnet-openpose")):
if input == "input_strips" and not scene.inpaint_selected_strip:
col.prop(context.scene, "image_power", text="Strip Power")

Loading…
Cancel
Save