HuggingFace Diffusers Library - Custom Inference Pipeline Denoising Loop
text
HuggingFace Diffusers Library - Custom Inference Pipeline Denoising Loop
Now that we have everything set up for our inference pipeline, we are ready to write the denoising loop, which as it sounds, will be the code that does the inference denoising to create the final denoised latent.
Here, we have our denoising loop that makes use of all the components we set up last time to generate a denoised latent, from which an image will be generated.
quiz
resources
updates
Committed by on