ameerazam08 commited on
Commit
4cfe1ce
1 Parent(s): 6951070

name change diffusion-control to diffusion_control

Browse files
Files changed (1) hide show
  1. src/app/about-event.tsx +1 -1
src/app/about-event.tsx CHANGED
@@ -20,7 +20,7 @@ const EVENT_INFO = [
20
  title: "Diffusion Self-Guidance for Controllable Image Generation",
21
  description: "TL;DR: Self-guidance is a method for controllable image generation that guides sampling using only the attention and activations of a pretrained diffusion model. Without any extra models or training, you can move or resize objects, or even replace them with items from real images, without changing the rest of the scene. You can also borrow the appearance of another image or rearrange scenes into a desired layout.",
22
  subTitle: "Diffusion/Controllable Image Generation",
23
- imageName : "diffusion-control.png",
24
  paper_links :"https://dave.ml/selfguidance/"
25
  },
26
 
 
20
  title: "Diffusion Self-Guidance for Controllable Image Generation",
21
  description: "TL;DR: Self-guidance is a method for controllable image generation that guides sampling using only the attention and activations of a pretrained diffusion model. Without any extra models or training, you can move or resize objects, or even replace them with items from real images, without changing the rest of the scene. You can also borrow the appearance of another image or rearrange scenes into a desired layout.",
22
  subTitle: "Diffusion/Controllable Image Generation",
23
+ imageName : "diffusion_control.png",
24
  paper_links :"https://dave.ml/selfguidance/"
25
  },
26