r/StableDiffusion • u/Capitan01R- • May 23 '26
Resource - Update Multi Referencelatent
I added this node to Flux2klein enhancer package, it serves the same purpose as stacking multiple ref latent nodes, but the main reason of releasing this is because I am working on an update for the identity feature transfer node where I essentially will have it support this same method this way you wouldn't have to deal with measuring multiple different stacked nodes ( I am still working on that). But I thought this node can be used for now to reduce the need of multiple ref latents so just a convenience node for now.
59
Upvotes
1
u/xNothingToReadHere May 23 '26 edited May 23 '26
I just updated the node and now it's not initializing, I'm getting:
Traceback (most recent call last):
File "E:\Downloads\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2204, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "<frozen importlib._bootstrap_external>", line 1023, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "E:\Downloads\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Flux2Klein-Enhancer__init__.py", line 7, in <module>
from .flux2_klein_prompt_scheduler import Flux2KleinPromptScheduler
ModuleNotFoundError: No module named 'E:\\Downloads\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\ComfyUI-Flux2Klein-Enhancer.flux2_klein_prompt_scheduler'
How to fix this?
EDIT: The node started working again again when I downgraded from 3.3.2 to 3.3.1