Here is a customized color map for python plot, I name it “OceanHeart”. The color map is inspried by the animation of a Squirtle holding hearts. Define the color map import matplotlib.pyplot as...
I’m switching to electric! I just bought my dream guitar at the Guitar Center San Jose—a stunning Gibson Les Paul in blueberry burst—all thanks to the salary from my Adobe internship!
This is a python script that send email automatically. To use this script, you need to setup an app password for your gmail, following this tutorial. An example: send_email(sender='sender@gmail.co...
This is a simple code that uses stable diffusion XL for text guided image generation. Check the official SDXL huggingface page for more details. A demo image: Generated by: from diffusers imp...
Here is a radar plot function. The python script is available here: radar plot. A demo looks like this: And it could be in dark mode: check for all the available themes: import matplotlib.pypl...
I created a repo, purediffusion. It is also available through pip: pip install purediffusion purediffusion is a torch implementation I used for DDPM with DDIM sampling. This implementation is no...
Our paper LACE, a diffusion model for layout generation is accepted by ICLR 2024 and is currently available on arXiv. Code is will be available at: https://github.com/puar-playground/LACE
This is a short mix of two songs the “happy birthday to you” & “fly me to the moon”. Listen to the MIDI demo: audio The cover ima...
Our paper LRA-diffusion for learning from nosiy labels is accepted by NeurIPS 2023 and is available on arXiv!!! Our model achieved state-of-the-art accuracy on three datasets. The results are lis...
This is the fingerstyle guitar tab for the Hedwig’s Theme of the Harry Potter movies. Listen to the MIDI demo: audio The cover image ...
A new version of content is available.