Closed lschaupp closed 1 month ago
Sorry, but I will be glad when I find time to implement masking features. I can’t deal with another dependency that might mess up my local installation.
From looking at the code, I see you are reusing the same variable/object name (clip_text_encode_positive_prompt_conditioning):
clip_text_encode_positive_prompt_conditioning = CLIPTextEncode("a woman as a pirate sitting on a throne. Behind her is a ship.", clip)
clip_text_encode_positive_prompt_conditioning = FluxGuidance(clip_text_encode_positive_prompt_conditioning, 3.5)
Isn’t this the last reference to the object? The CLIPTextEncode object could be destroyed in the meantime. Just guessing. May be when I have some spare time I will look at this.
Thanks for the info. I have tried your recommendation and it did not have any effect. Just wanted to make you aware of the issue.
Ok, will try this with the new version (still in works), when I have time. Closing.
Here is a minimal example:
When I run the nodes in ComfyUI (visually), the pipeline works and I am receiving the correct image. However running it via ComfyScript, I am getting a complete different picture which looks nothing alike the person. Something is very off.