BlenderNeko / ComfyUI_Cutoff

cutoff implementation for ComfyUI
GNU General Public License v3.0
347 stars 21 forks source link

Replaced clip_skip function with set_clip_options #25

Closed KorDum closed 3 months ago

KorDum commented 4 months ago

Problem

There is no clip_skip function in the new ComfyUI, instead it is now set_clip_options
Already created issue: Closes https://github.com/BlenderNeko/ComfyUI_Cutoff/issues/24

Solution

I changed the line with the function call, everything started working without errors.

BlenderNeko commented 3 months ago

Thnx for the PR, used the one from @ltdrdata instead as it had a build in version check.