Git Product home page Git Product logo

comfyui-nodes-hnmr's People

Contributors

hnmr293 avatar szhublox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

comfyui-nodes-hnmr's Issues

Feature Request: LoRA xyz

Hello, I see you can test multiple checkpoints with the state2dict, but it seems like this is not possible at the moment with Lora! Could you add this function?

cannot import name 'ModelPatcher' from 'comfy.sd'

Traceback (most recent call last):
  File "C:\Users\****\Desktop\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1698, 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 "C:\Users\****\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-nodes-hnmr\__init__.py", line 2, in <module>
    from .vae import VAEDecodeBatched, VAEEncodeBatched
  File "C:\Users\****\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-nodes-hnmr\vae.py", line 5, in <module>
    from .model.iter import try_get_iter
  File "C:\Users\****\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-nodes-hnmr\model\iter.py", line 4, in <module>
    from comfy.sd import ModelPatcher, CLIP, VAE
ImportError: cannot import name 'ModelPatcher' from 'comfy.sd' (C:\Users\****\Desktop\ComfyUI_windows_portable\ComfyUI\comfy\sd.py)

Cannot import C:\Users\****\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-nodes-hnmr module for custom nodes: cannot import name 'ModelPatcher' from 'comfy.sd' (C:\Users\****\Desktop\ComfyUI_windows_portable\ComfyUI\comfy\sd.py)

comfyanonymous/ComfyUI@f92074b

Solution: modify import statements in iter.py and sample.py

iter.py, line 4:

from comfy.sd import ModelPatcher, CLIP, VAE

->

from comfy.sd import CLIP, VAE
from comfy.model_patcher import ModelPatcher

sample.py, line 9:

from comfy.sd import ModelPatcher

->

from comfy.model_patcher import ModelPatcher

Feature request: more calcmodes for merging

Could you please implement more calcmodes for models merging from supermerger?
"Train difference" is an amazing feature!
NB: recently the author has added an option to move some calculations to the GPU and they became much faster

Issue with Gridimage: Inability to Properly Merge 512x768 Images

Hello,

I'm encountering an issue with Gridimage where it fails to correctly merge 512x768 images (or any other non-512x512 resolution). Instead, it creates black borders and fails to display the entire image.

Has anyone else experienced similar difficulties with Gridimage? If so, I'd greatly appreciate any insights or suggestions on how to resolve this matter.

Thank you for your time and assistance!

No comfy.ldm.models.diffusion.ddpm

Loading: ComfyUI-Manager (V0.10)

ComfyUI Revision: 1045 [6253ec4a]

Traceback (most recent call last):
File "K:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1416, 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 "K:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-nodes-hnmr_init
.py", line 3, in
from .sample import KSamplerSetting, KSamplerOverrided, KSamplerXYZ
File "K:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-nodes-hnmr\sample.py", line 11, in
from .model import merge2
File "K:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-nodes-hnmr\model\merge2.py", line 8, in
from comfy.ldm.models.diffusion.ddpm import LatentDiffusion
ModuleNotFoundError: No module named 'comfy.ldm.models.diffusion.ddpm'

Cannot import K:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-nodes-hnmr module for custom nodes: No module named 'comfy.ldm.models.diffusion.ddpm'

Would you be able to look into this so I can try the XYZ Plot from your nodes?

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.