ameerazam08 commited on
Commit
14e4e0b
·
verified ·
1 Parent(s): 27617b2

zero-shot paper

Browse files
Files changed (1) hide show
  1. src/app/about-event.tsx +10 -0
src/app/about-event.tsx CHANGED
@@ -15,6 +15,16 @@ import React from 'react';
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/",
 
15
 
16
 
17
  const EVENT_INFO = [
18
+
19
+ {
20
+ title: "NaturalSpeech 3: Zero-Shot Speech Synthesis \
21
+ with Factorized Codec and Diffusion Models",
22
+ description: "FACodec is a core component of the advanced text-to-speech (TTS) model NaturalSpeech 3. FACodec converts complex speech waveform into disentangled subspaces representing speech attributes of content, prosody, timbre, and acoustic details and reconstruct high-quality speech waveform from these attributes. FACodec decomposes complex speech into subspaces representing different attributes, thus simplifying the modeling of speech representation. Hf-Demo : https://huggingface.co/spaces/amphion/naturalspeech3_facodec",
23
+ subTitle: "Zero-Shot Voice Clone / Audio",
24
+ imageName : "zero-shot.png",
25
+ paper_links :"https://arxiv.org/pdf/2403.03100.pdf"
26
+ },
27
+
28
  {
29
  title: "ResAdapter : Domain Consistent Resolution Adapter for Diffusion Models",
30
  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/",