sylym / comfy_vid2vid

Apache License 2.0
67 stars 12 forks source link

Comfy got an update and the Vid2Vid wont work on it! #12

Open p0mad opened 1 year ago

p0mad commented 1 year ago

Hi, Please update the Repo to be compatible with the new Comfy!

p0mad commented 1 year ago

Loading: ComfyUI-Manager (V0.26.2)

ComfyUI Revision: 1345 [a57b0c79]

Traceback (most recent call last): File "/home/jovyan/workspace/Control/nodes.py", line 1694, in load_custom_node module_spec.loader.exec_module(module) File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/home/jovyan/workspace/Control/custom_nodes/comfy_vid2vid/init.py", line 8, in from .sd import load_checkpoint_guess_config, load_lora_for_models File "/home/jovyan/workspace/Control/custom_nodes/comfy_vid2vid/sd.py", line 3, in from comfy.sd import load_model_weights, ModelPatcher, VAE, CLIP, model_lora_keys_unet, model_lora_keys_clip ImportError: cannot import name 'model_lora_keys_unet' from 'comfy.sd' (/home/jovyan/workspace/Control/comfy/sd.py)

Cannot import /home/jovyan/workspace/Control/custom_nodes/comfy_vid2vid module for custom nodes: cannot import name 'model_lora_keys_unet' from 'comfy.sd' (/home/jovyan/workspace/Control/comfy/sd.py)

p0mad commented 1 year ago

@sylym @rttt1093

Ferniclestix commented 1 year ago

yep, she needs a fixin

alexbofa commented 1 year ago

Fix: https://github.com/sylym/comfy_vid2vid/pull/13

p0mad commented 1 year ago

@alexbofa Traceback (most recent call last): File "/home/jovyan/workspace/Control/nodes.py", line 1698, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/home/jovyan/workspace/Control/custom_nodes/comfy_vid2vid/init.py", line 8, in from .sd import load_checkpoint_guess_config, load_lora_for_models File "/home/jovyan/workspace/Control/custom_nodes/comfy_vid2vid/sd.py", line 9, in from .convert_from_ckpt import convert_unet_checkpoint File "/home/jovyan/workspace/Control/custom_nodes/comfy_vid2vid/convert_from_ckpt.py", line 1, in from .tuneavideo.models.unet import UNet3DConditionModel File "/home/jovyan/workspace/Control/custom_nodes/comfy_vid2vid/tuneavideo/models/unet.py", line 12, in from diffusers.configuration_utils import ConfigMixin, register_to_config ModuleNotFoundError: No module named 'diffusers'

Cannot import /home/jovyan/workspace/Control/custom_nodes/comfy_vid2vid module for custom nodes: No module named 'diffusers'

alexbofa commented 1 year ago

@alexbofa Traceback (most recent call last): File "/home/jovyan/workspace/Control/nodes.py", line 1698, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/home/jovyan/workspace/Control/custom_nodes/comfy_vid2vid/init.py", line 8, in from .sd import load_checkpoint_guess_config, load_lora_for_models File "/home/jovyan/workspace/Control/custom_nodes/comfy_vid2vid/sd.py", line 9, in from .convert_from_ckpt import convert_unet_checkpoint File "/home/jovyan/workspace/Control/custom_nodes/comfy_vid2vid/convert_from_ckpt.py", line 1, in from .tuneavideo.models.unet import UNet3DConditionModel File "/home/jovyan/workspace/Control/custom_nodes/comfy_vid2vid/tuneavideo/models/unet.py", line 12, in from diffusers.configuration_utils import ConfigMixin, register_to_config ModuleNotFoundError: No module named 'diffusers'

Cannot import /home/jovyan/workspace/Control/custom_nodes/comfy_vid2vid module for custom nodes: No module named 'diffusers'

See that

Change on your path: "E:\ComfyUI\python_embeded\python.exe" "E:\ComfyUI\python_embeded\Scripts\pip.exe" install diffusers[torch]==0.11.1