diff --git a/README.md b/README.md index ea88b71..fc07c8d 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ Until now, DiffSynth Studio has supported the following models: ## News - **December 31, 2024** We propose EliGen, a novel framework for precise entity-level controlled text-to-image generation, complemented by an inpainting fusion pipeline to extend its capabilities to image inpainting tasks. EliGen seamlessly integrates with existing community models, such as IP-Adapter and In-Context LoRA, enhancing its versatility. For more details, see [./examples/EntityControl](./examples/EntityControl/). - * Paper: [EliGen: Entity-Level Controlled Image Generation with Regional Attention](https://arxiv.org/abs/2501.01097) - * Github: [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) - * Model: [ModelScope](https://www.modelscope.cn/models/DiffSynth-Studio/Eligen) - * Training dataset: Coming soon + - Paper: [EliGen: Entity-Level Controlled Image Generation with Regional Attention](https://arxiv.org/abs/2501.01097) + - Model: [ModelScope](https://www.modelscope.cn/models/DiffSynth-Studio/Eligen) + - Online Demo: [ModelScope EliGen Studio](https://www.modelscope.cn/studios/DiffSynth-Studio/EliGen) + - Training Dataset: [EliGen Train Set](https://www.modelscope.cn/datasets/DiffSynth-Studio/EliGenTrainSet) - **December 19, 2024** We implement advanced VRAM management for HunyuanVideo, making it possible to generate videos at a resolution of 129x720x1280 using 24GB of VRAM, or at 129x512x384 resolution with just 6GB of VRAM. Please refer to [./examples/HunyuanVideo/](./examples/HunyuanVideo/) for more details. diff --git a/examples/EntityControl/README.md b/examples/EntityControl/README.md index 85f9cfb..9f0233e 100644 --- a/examples/EntityControl/README.md +++ b/examples/EntityControl/README.md @@ -8,7 +8,8 @@ We propose EliGen, a novel approach that leverages fine-grained entity-level inf * Github: [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) * Model: [ModelScope](https://www.modelscope.cn/models/DiffSynth-Studio/Eligen) * Online Demo: [ModelScope EliGen Studio](https://www.modelscope.cn/studios/DiffSynth-Studio/EliGen) -* Training dataset: Coming soon +* Training Dataset: [EliGen Train Set](https://www.modelscope.cn/datasets/DiffSynth-Studio/EliGenTrainSet) + ## Methodology