Code Monkey home page Code Monkey logo

Comments (6)

alexbofa avatar alexbofa commented on July 21, 2024 1

Fix: #13

from comfy_vid2vid.

p0mad avatar p0mad commented on July 21, 2024

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)

from comfy_vid2vid.

p0mad avatar p0mad commented on July 21, 2024

@sylym @rttt1093

from comfy_vid2vid.

Ferniclestix avatar Ferniclestix commented on July 21, 2024

yep, she needs a fixin

from comfy_vid2vid.

p0mad avatar p0mad commented on July 21, 2024

@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'

from comfy_vid2vid.

alexbofa avatar alexbofa commented on July 21, 2024

@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

from comfy_vid2vid.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.