ValYouW
4.4K posts

ValYouW
@ValYouW
Software Engineer; https://t.co/6dPqZFFxwb


Nvidia presents Add-it Training-Free Object Insertion in Images With Pretrained Diffusion Models

In case you missed it, we recently launched "Post-training of LLMs," a short course where you'll: ✅ Understand when and why to use post-training methods like Supervised Fine-Tuning (SFT), Direct Preference Optimization (DPO), and Online Reinforcement Learning. ✅ Learn the concepts underlying the three post-training methods of SFT, DPO, and Online RL, their common use-cases, and how to curate high-quality data to effectively train a model using each method. ✅ Download a pre-trained model and implement post-training pipelines to turn a base model into an instruct model, change the identity of a chat assistant, and improve a model’s math capabilities. Learn more and enroll for free: hubs.la/Q03xhVG90





AI PROMPTING → AI VERIFYING AI prompting scales, because prompting is just typing. But AI verifying doesn’t scale, because verifying AI output involves much more than just typing. Sometimes you can verify by eye, which is why AI is great for frontend, images, and video. But for anything subtle, you need to read the code or text deeply — and that means knowing the topic well enough to correct the AI. Researchers are well aware of this, which is why there’s so much work on evals and hallucination. However, the concept of verification as the bottleneck for AI users is under-discussed. Yes, you can try formal verification, or critic models where one AI checks another, or other techniques. But to even be aware of the issue as a first class problem is half the battle. For users: AI verifying is as important as AI prompting.






In this lesson we learn on to guide the diffusion process to generate the image we want and not a random image. The lab also covers generating color images of flowers. notes: thecodingnotebook.com/2025/05/genera… Lab: thecodingnotebook.com/2025/05/ai-for…




Following the previous lesson, this lesson is about Optimizations we can apply to the diffusion model. Notes: thecodingnotebook.com/2025/05/genera… Lab: thecodingnotebook.com/2025/05/ai-for…


AI For Developers, build Diffusion Models. These are my notes from the second lesson of the course "Generative AI with Diffusion Models" by NVidia. thecodingnotebook.com/2025/05/genera… If you are just interested in the lab: thecodingnotebook.com/2025/05/ai-for…








