Limitex / ComfyUI-Diffusers

This repository is a custom node in ComfyUI. This is a program that allows you to use Huggingface Diffusers module with ComfyUI. Additionally, Stream Diffusion is also available.
MIT License
136 stars 13 forks source link

Works with 1.5 models, error with SDXL models or Turbo : "StableDiffusionPipeline.__init__() got an unexpected keyword argument 'text_encoder_2'" #8

Open antoineprobst opened 11 months ago

antoineprobst commented 11 months ago

Hi !

Thank you for making this module.

I tried the second workflow, and it runs with SD 1.5 models, but when trying to load an SDXL model or Turbo it does this error :

image

I installed it through ComfyUI Manager.

Edit : I guess I have my answer : https://github.com/cumulo-autumn/StreamDiffusion/issues/86 It does not support SDXL for now still apparently.

Limitex commented 11 months ago

Thank you for the report. Since this repository supports Diffusers, it will support SDXL in the future. However, StreamDiffusion's support for SDXL depends on the official repository.

antoineprobst commented 11 months ago

Thank you for your answer ! :)

FeepingCreature commented 8 months ago

Note that Diffusers now has SDXL support, so there could be nodes for it. I'm poking away at it, no luck so far.