From dbdc64072eeba9a9bbc4c96b72cc3db6d77b8984 Mon Sep 17 00:00:00 2001 From: Richard Kuo Date: Sat, 22 Jun 2024 03:55:59 +0800 Subject: [PATCH] Update 2023-12-12-Generative-AI.md --- _posts/2023-12-12-Generative-AI.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_posts/2023-12-12-Generative-AI.md b/_posts/2023-12-12-Generative-AI.md index 8274119d..67bbbb72 100644 --- a/_posts/2023-12-12-Generative-AI.md +++ b/_posts/2023-12-12-Generative-AI.md @@ -189,6 +189,11 @@ SDXL consists of an ensemble of experts pipeline for latent diffusion: In a firs **Code:** [https://github.com/HumanAIGC/OutfitAnyone](https://github.com/HumanAIGC/OutfitAnyone)
+--- +### [SignLLM](https://signllm.github.io/Prompt2Sign/) +**Paper:** [SignLLM: Sign Languages Production Large Language Models](https://arxiv.org/abs/2405.10718)
+**Code:** [https://github.com/SignLLM/Prompt2Sign](https://github.com/SignLLM/Prompt2Sign)
+ --- ## Text-to-3D @@ -241,10 +246,6 @@ Stable Diffusion in Blender
`python run.py examples/chair.png --output-dir output/`
![](https://yiconghong.me/LRM/static/images/img2nerf_model_figure.jpg) ---- -### [SignLLM](https://signllm.github.io/) -**Paper:** [SignLLM: Sign Languages Production Large Language Models](https://arxiv.org/abs/2405.10718)
-![](https://signllm.github.io/resources/images/cover.drawio.png)