I cannot run your workflow

#38
by huanghetv - opened

I used your workflow without modifying any parameters and kept all modules unchanged, but my runs keep throwing errors. Could you please advise on how to resolve this issue? Thank you very much.
无标题

my system:python3.12.10,pytorch2.9.1+CU130

Owner

... 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

Sign up or log in to comment