I cannot run your workflow
#38
by
huanghetv - opened
my system:python3.12.10,pytorch2.9.1+CU130
... it looks like it is complaining because you can't support "cpu" for the text encoder? Huh? Try picking cuda, I guess? Also, I think it has a dtype of "auto", or try picking bf16 I suppose.
... it looks like it is complaining because you can't support "cpu" for the text encoder? Huh? Try picking cuda, I guess? Also, I think it has a dtype of "auto", or try picking bf16 I suppose.
the same problem with GPU.
It's okay when i disable xformers.
set load_device of dual clip loader to defalt, I run this OK with xformers on, don't know why not work on your device
