From e512ca9c242bd90b94c859651efb3b7b18fb5404 Mon Sep 17 00:00:00 2001 From: binmakeswell Date: Wed, 4 Jan 2023 19:38:06 +0800 Subject: [PATCH] [doc] update stable diffusion link (#2322) * [doc] update link --- README-zh-Hans.md | 4 ++-- README.md | 4 ++-- examples/images/diffusion/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README-zh-Hans.md b/README-zh-Hans.md index 26360bd40..8edcff28b 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -224,13 +224,13 @@ Colossal-AI 为您提供了一系列并行组件。我们的目标是让您的

-- [DreamBooth微调](https://github.com/hpcaitech/ColossalAI/tree/hotfix/doc/examples/images/dreambooth): 仅需3-5张目标主题图像个性化微调 +- [DreamBooth微调](https://github.com/hpcaitech/ColossalAI/tree/main/examples/images/dreambooth): 仅需3-5张目标主题图像个性化微调

-- [推理](https://github.com/hpcaitech/EnergonAI/tree/main/examples/bloom): GPU推理显存消耗降低2.5倍 +- [推理](https://github.com/hpcaitech/ColossalAI/tree/main/examples/images/diffusion): GPU推理显存消耗降低2.5倍

(返回顶端)

diff --git a/README.md b/README.md index f9c8fd549..6ffbc85ba 100644 --- a/README.md +++ b/README.md @@ -226,13 +226,13 @@ Acceleration of AIGC (AI-Generated Content) models such as [Stable Diffusion v1]

-- [DreamBooth Fine-tuning](https://github.com/hpcaitech/ColossalAI/tree/hotfix/doc/examples/images/dreambooth): Personalize your model using just 3-5 images of the desired subject. +- [DreamBooth Fine-tuning](https://github.com/hpcaitech/ColossalAI/tree/main/examples/images/dreambooth): Personalize your model using just 3-5 images of the desired subject.

-- [Inference](https://github.com/hpcaitech/EnergonAI/tree/main/examples/bloom): Reduce inference GPU memory consumption by 2.5x. +- [Inference](https://github.com/hpcaitech/ColossalAI/tree/main/examples/images/diffusion): Reduce inference GPU memory consumption by 2.5x.

(back to top)

diff --git a/examples/images/diffusion/README.md b/examples/images/diffusion/README.md index 1a9c9d08d..2a522cd66 100644 --- a/examples/images/diffusion/README.md +++ b/examples/images/diffusion/README.md @@ -11,13 +11,13 @@ Acceleration of AIGC (AI-Generated Content) models such as [Stable Diffusion v1]

-- [DreamBooth Fine-tuning](https://github.com/hpcaitech/ColossalAI/tree/hotfix/doc/examples/images/dreambooth): Personalize your model using just 3-5 images of the desired subject. +- [DreamBooth Fine-tuning](https://github.com/hpcaitech/ColossalAI/tree/main/examples/images/dreambooth): Personalize your model using just 3-5 images of the desired subject.

-- [Inference](https://github.com/hpcaitech/EnergonAI/tree/main/examples/bloom): Reduce inference GPU memory consumption by 2.5x. +- [Inference](https://github.com/hpcaitech/ColossalAI/tree/main/examples/images/diffusion): Reduce inference GPU memory consumption by 2.5x. More details can be found in our [blog of Stable Diffusion v1](https://www.hpc-ai.tech/blog/diffusion-pretraining-and-hardware-fine-tuning-can-be-almost-7x-cheaper) and [blog of Stable Diffusion v2](https://www.hpc-ai.tech/blog/colossal-ai-0-2-0).