Skip to content

This preliminary code for nodes_flux.py let's you control the strength of clip_l and t5xxl clip, and increase guidance past 100.

Notifications You must be signed in to change notification settings

311-code/ComfyUI-Flux-clip-strength

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ComfyUI-flux-clip-strength

This is some experimental code I made real fast for Comfyui's nodes_flux.py. it lets control the strength of clip_l and t5xxl clip. it also allows increasings guidance past 100. It may or may not work as intended, but it seems to have an affect on the output. Please feel free to improve it!

Instructions:

  1. (Make backup copy of nodes_flux.py first)

  2. Replace ComfyUI\comfy_extras\nodes_flux.py with this code for strength control of clip_l and t5xxl in the nodes_flux.py in Comfyui.

  3. Add a ClipTextEncodeflux node to your workflow instead of regular default cliptextencode node.

  4. If you want to make your own clip_l model from another sdxl checkpoint: Use the saveclip node on your sdxl model and place the new clip_l output from /comfyui/outputs/checkpoints into /comfyui/models/clip and load it as your new clip_l in the dualcliploader node.

Ps. We aren't just doing 1 or 10 strength, We have 100,000 max strength! (for max experimentation)

Please support custom node development efforts for 311_code on https://ko-fi.com/311_code

About

This preliminary code for nodes_flux.py let's you control the strength of clip_l and t5xxl clip, and increase guidance past 100.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages