Open yapianwan opened 3 days ago
You can refer to https://huggingface.co/spaces/lllyasviel/Omost/blob/main/lib_omost/pipeline.py#L393
Thank you very much for your reply, I'm a newbie to AI, and this code has given me a better understanding of how diffusers work.
How to implement img2img? ` sigmas = self.get_sigmas_karras(steps).to(self.device) print(type(init_image))
latents
I tried to modify the inference code, but it failed