Giter Site home page Giter Site logo

ssd-1b-comfyui's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @laksjdjf
  • ๐Ÿ‘€ Iโ€™m interested in machine learning
  • ๐ŸŒฑ Iโ€™m currently learning generative ai
  • ๐Ÿ“ซ How to reach me: you can find me in ๐Ÿ—พ

ssd-1b-comfyui's People

Contributors

laksjdjf avatar

Stargazers

 avatar

Watchers

 avatar

ssd-1b-comfyui's Issues

ConvertedUNetModel.__init__() got an unexpected keyword argument 'transformer_depth_output'

One gets the following error when using the SSD 1B node.
Latest comfyui.

RROR:root:Traceback (most recent call last):
  File "C:\AI\SD\ComfyUI\execution.py", line 153, in recursive_execute
    output_data, output_ui = get_output_data(obj, input_data_all)
  File "C:\AI\SD\ComfyUI\execution.py", line 83, in get_output_data
    return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
  File "C:\AI\SD\ComfyUI\execution.py", line 76, in map_node_over_list
    results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
  File "C:\AI\SD\ComfyUI\custom_nodes\ssd-1b-comfyui\ssd_1b_loader.py", line 40, in load_checkpoint
    out = comfy.sd.load_checkpoint_guess_config(ckpt_path, output_vae=True, output_clip=True, embedding_directory=folder_paths.get_folder_paths("embeddings"))
  File "C:\AI\SD\ComfyUI\comfy\sd.py", line 429, in load_checkpoint_guess_config
    model = model_config.get_model(sd, "model.diffusion_model.", device=inital_load_device)
  File "C:\AI\SD\ComfyUI\comfy\supported_models.py", line 163, in get_model
    out = model_base.SDXL(self, model_type=self.model_type(state_dict, prefix), device=device)
  File "C:\AI\SD\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\..\..\comfy\model_base.py", line 229, in __init__
    super().__init__(model_config, model_type, device=device)
  File "C:\AI\SD\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\..\..\comfy\model_base.py", line 25, in __init__
    self.diffusion_model = UNetModel(**unet_config, device=device)
TypeError: ConvertedUNetModel.__init__() got an unexpected keyword argument 'transformer_depth_output'

Prompt executed in 0.06 seconds

image

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.