Hey Luke very interesting and informative video. I have another question How can you use the model now to reconstruct missing parts of a picture
@LukeDitria4 ай бұрын
Hi, good question. Image-to-image and image inpainting require you to mix the target image with the noise during the generation process. I'll include some examples in the diffusion Transformer video.
@Hjokbbn4 ай бұрын
@@LukeDitria All right, thank you very much 👍
@MoMaz-t2q4 ай бұрын
Hello Luke, thanks a lot for the great work. Any plan to add videos for explaining RGB video classification techniques using pytorch?
@LukeDitria4 ай бұрын
Thanks for your support! Video Classification sounds like a good idea!
@XernPL4 ай бұрын
Hey, do you adjust the learning rate or any other parameters during training of your diffusion model? Nice tutorial series!
@LukeDitria4 ай бұрын
Hi, I don't in this example, but it is common to drop the Learning rate during training diffusion models.
@jensbauman75264 ай бұрын
Very good video, thank you 👍
@LukeDitria4 ай бұрын
Thanks!
@BELLAFaiza-p5z4 ай бұрын
how add condition to this model
@LukeDitria4 ай бұрын
The simplest way is to just add your conditioning vector to the timestep conditioning vector.