Skip to content

Commit ef4dbb7

Browse files
committed
Updated on 2024-09-09
1 parent 31629ea commit ef4dbb7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3>
3939
When?
4040
</h3>
4141
<p>
42-
Last time this was edited was 2024-09-07 (YYYY/MM/DD).
42+
Last time this was edited was 2024-09-09 (YYYY/MM/DD).
4343
</p>
4444
<small><a href="misc.html">misc</a></small>
4545
</body>

papers/list.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"title": "GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models",
4+
"author": "Alex Nichol et al",
5+
"year": "2022",
6+
"topic": "text-conditioned diffusion, inpainting",
7+
"venue": "Arxiv",
8+
"description": "This paper explores text-conditional image synthesis using diffusion models, comparing CLIP guidance and classifier-free guidance, and finds that classifier-free guidance produces more photorealistic and caption-aligned images.",
9+
"link": "https://arxiv.org/pdf/2112.10741"
10+
},
211
{
312
"title": "LLM Inference Unveiled: Survey and Roofline Model Insights",
413
"author": "Roger Waleffe et al",

0 commit comments

Comments
 (0)