"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "51a73504fe2ac31b47e405e92b273f69f30e6dc3"
Unverified Commit 9917c329 authored by Brandon's avatar Brandon Committed by GitHub
Browse files

[docs] update the broken links (#3568)

update the broken links

update the broken links for training folder doc
parent ab986769
...@@ -407,9 +407,9 @@ Once training is complete, take a look at the final 🦋 images 🦋 generated b ...@@ -407,9 +407,9 @@ Once training is complete, take a look at the final 🦋 images 🦋 generated b
## Next steps ## Next steps
Unconditional image generation is one example of a task that can be trained. You can explore other tasks and training techniques by visiting the [🧨 Diffusers Training Examples](./training/overview) page. Here are some examples of what you can learn: Unconditional image generation is one example of a task that can be trained. You can explore other tasks and training techniques by visiting the [🧨 Diffusers Training Examples](../training/overview) page. Here are some examples of what you can learn:
* [Textual Inversion](./training/text_inversion), an algorithm that teaches a model a specific visual concept and integrates it into the generated image. * [Textual Inversion](../training/text_inversion), an algorithm that teaches a model a specific visual concept and integrates it into the generated image.
* [DreamBooth](./training/dreambooth), a technique for generating personalized images of a subject given several input images of the subject. * [DreamBooth](../training/dreambooth), a technique for generating personalized images of a subject given several input images of the subject.
* [Guide](./training/text2image) to finetuning a Stable Diffusion model on your own dataset. * [Guide](../training/text2image) to finetuning a Stable Diffusion model on your own dataset.
* [Guide](./training/lora) to using LoRA, a memory-efficient technique for finetuning really large models faster. * [Guide](../training/lora) to using LoRA, a memory-efficient technique for finetuning really large models faster.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment