Hi, doesn't support guidance_scale=1.0?

#7
by pike1 - opened

I got the error "mat1 and mat2 shapes cannot be multiplied (1x4096 and 2048x1280)"

This pipeline on the second step disables the CFG and expects it to have CFG on the first step, so to answer your question, no, the pipeline doesn't support 1.0 CFG but this is only used on the first step, you won't get that much of a speed with what you want. I did this pipeline to be as fast as possible.

You can just delete the part where it disables the CFG here though, and then you can set it to 1.0.

Sign up or log in to comment