Small error in text-to-image example

#3
by Quasimondo - opened

This line references an "sd_pipe" object which does not exist:
pipe.scheduler = LCMScheduler.from_config(sd_pipe.scheduler.config)
It's probably meant to be
pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config)

Latent Consistency org

You are right. Would you mind opening a PR to fix it? :-)

Does it fixed?

Latent Consistency org

Yeah it is.

sayakpaul changed discussion status to closed

Sign up or log in to comment