→ Used Lexica to generate images using prompts. → Read about stable diffusion from the provided github link (https://jalammar.github.io/illustrated-stable-diffusion/)
→ Tried to understand the contents of the presentation, but understood the Maths partially only, rest was fine. (https://docs.google.com/presentation/d/1uUKCnAW6b7tqjc7ObDtRZwzylVd5taTfSFCax5lxdrc/edit?usp=sharing)
Wasted a lot of time in configuring VS code to use gpu for training, as I faced timeout issues on Collab (due to long training time probably) while using it for my DS project 🙃. But it works now :)
→ Completed the assignment 1 along with the reading material mentioned on the notion page for the assignment. (https://green-ticket-137.notion.site/Assignment-1-4cc8c19837a549b1b0b4b55b5016a77c)
→ Read the given material (https://towardsdatascience.com/stable-diffusion-using-hugging-face-501d8dbdd8, https://towardsdatascience.com/stable-diffusion-using-hugging-face-variations-of-stable-diffusion-56fd2ab7a265) and also gained knowledge on how stable diffusion is used to generate videos by referring to the code of Pix2Pix and ControlNet