Spaces:
Running
Running
ameerazam08
commited on
Commit
•
ec06280
1
Parent(s):
00ba7a2
Update src/app/about-event.tsx
Browse files- src/app/about-event.tsx +0 -10
src/app/about-event.tsx
CHANGED
@@ -16,16 +16,6 @@ import React from 'react';
|
|
16 |
|
17 |
|
18 |
const EVENT_INFO = [
|
19 |
-
|
20 |
-
|
21 |
-
// {
|
22 |
-
// title: "Title",
|
23 |
-
// description: "",
|
24 |
-
// subTitle: "",
|
25 |
-
// imageName : "paper12.png",
|
26 |
-
// paper_links :""
|
27 |
-
// },
|
28 |
-
|
29 |
{
|
30 |
title: "Diffusion Self-Guidance for Controllable Image Generation",
|
31 |
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.",
|
|
|
16 |
|
17 |
|
18 |
const EVENT_INFO = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
{
|
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.",
|