Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
azliu0 committed Oct 21, 2024
1 parent 1516e37 commit 9e5fc62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/projects/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
{
title: "image-to-image-translation",
desc: "stable diffusion implementation from scratch in PyTorch, including VAE, transformer, and diffusion modules. the website is a web visualizer for the model, which is deployed on a serverless inference server via modelbit",
desc: "stable diffusion implementation in PyTorch, including VAE, transformer, and diffusion modules. the website is a web visualizer for the model, deployed on serverless infrastructure via Modal Labs",
date: "Jan 2024",
link: "https://image.azliu.cc",
links: [
Expand All @@ -43,7 +43,7 @@
href: "https://github.com/azliu0/image-to-image-translation",
},
],
techs: ["pytorch", "react", "flask", "mantine", "modelbit"],
techs: ["pytorch", "modal", "flask", "mantine"],
},
{
title: "pigeon",
Expand Down

0 comments on commit 9e5fc62

Please sign in to comment.