Spaces:
Running
Running
ameerazam08
commited on
Commit
•
03e89ce
1
Parent(s):
71db5ad
Update src/app/about-event.tsx
Browse files- src/app/about-event.tsx +10 -0
src/app/about-event.tsx
CHANGED
@@ -15,6 +15,13 @@ import React from 'react';
|
|
15 |
|
16 |
|
17 |
const EVENT_INFO = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
{
|
20 |
title: "PhysGaussian: Physics-Integrated 3D Gaussians for Generative Dynamics \
|
@@ -232,3 +239,6 @@ export function AboutEvent() {
|
|
232 |
}
|
233 |
|
234 |
export default AboutEvent;
|
|
|
|
|
|
|
|
15 |
|
16 |
|
17 |
const EVENT_INFO = [
|
18 |
+
{
|
19 |
+
title: "ResAdapter : Domain Consistent Resolution Adapter for Diffusion Models",
|
20 |
+
description: "Overview of ResAdapter. Left: Pipeline of ResAdapter. It is based on the frozen model (e.g., SD or SDXL) learns resolution priors from mixed-resolution datasets, which can be integrated into any personalized model to generate multi-resolution images. Right: Architecture comparison between ResAdapter and the vanilla LoRA. ResAdapter is only inserted to downsampler and upsampler, and unfreezes the group normalization of resnet blocks. Page:https://res-adapter.github.io/",
|
21 |
+
subTitle: "Lora/ResAdapter/Resolution",
|
22 |
+
imageName : "paper20.png",
|
23 |
+
paper_links :"https://arxiv.org/pdf/2403.02084.pdf"
|
24 |
+
},
|
25 |
|
26 |
{
|
27 |
title: "PhysGaussian: Physics-Integrated 3D Gaussians for Generative Dynamics \
|
|
|
239 |
}
|
240 |
|
241 |
export default AboutEvent;
|
242 |
+
|
243 |
+
|
244 |
+
|