⭐️240
Latent Consistency Model for ComfyUI
Recorded at 4/13/2024
Traceback (most recent call last): File "/comfyui/nodes.py", line 1868, in load_custom_node module_spec.loader.exec_module(module) File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/comfyui/custom_nodes/ComfyUI-LCM/__init__.py", line 25, in <module> from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/comfyui/custom_nodes/ComfyUI-LCM/nodes.py", line 3, in <module> from .lcm.lcm_i2i_pipeline import LatentConsistencyModelImg2ImgPipeline File "/comfyui/custom_nodes/ComfyUI-LCM/lcm/lcm_i2i_pipeline.py", line 28, in <module> from diffusers.image_processor import VaeImageProcessor, PipelineImageInput ImportError: cannot import name 'PipelineImageInput' from 'diffusers.image_processor' (/usr/local/lib/python3.10/dist-packages/diffusers/image_processor.py) Cannot import /comfyui/custom_nodes/ComfyUI-LCM module for custom nodes: cannot import name 'PipelineImageInput' from 'diffusers.image_processor' (/usr/local/lib/python3.10/dist-packages/diffusers/image_processor.py)
Import time
Install time
LCM Sampler (Advanced)
LCM_Sampler_AdvancedLCM img2img Sampler (Advanced)
LCM_img2img_Sampler_AdvancedLCM img2img Sampler
LCM_img2img_SamplerLCM Sampler
LCM_Sampler