Skip to content

Commit 84bbd2f

Browse files
authored
Update README.md to include Colab link (#8775)
1 parent 600ef8a commit 84bbd2f

File tree

1 file changed

+2
-2
lines changed
  • examples/research_projects/sd3_lora_colab

1 file changed

+2
-2
lines changed

examples/research_projects/sd3_lora_colab/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Running Stable Diffusion 3 DreamBooth LoRA training under 16GB
22

3-
This is an **EDUCATIONAL** project that provides utilities for DreamBooth LoRA training for [Stable Diffusion 3 (SD3)](ttps://huggingface.co/papers/2403.03206) under 16GB GPU VRAM. This means you can successfully try out this project using a [free-tier Colab Notebook](./sd3_dreambooth_lora_16gb.ipynb) instance. 🤗
3+
This is an **EDUCATIONAL** project that provides utilities for DreamBooth LoRA training for [Stable Diffusion 3 (SD3)](ttps://huggingface.co/papers/2403.03206) under 16GB GPU VRAM. This means you can successfully try out this project using a [free-tier Colab Notebook](https://colab.research.google.com/github/huggingface/diffusers/blob/main/examples/research_projects/sd3_lora_colab/sd3_dreambooth_lora_16gb.ipynb) instance. 🤗
44

55
> [!NOTE]
66
> SD3 is gated, so you need to make sure you agree to [share your contact info](https://huggingface.co/stabilityai/stable-diffusion-3-medium-diffusers) to access the model before using it with Diffusers. Once you have access, you need to log in so your system knows you’re authorized. Use the command below to log in:
@@ -35,4 +35,4 @@ This project is educational. It exists to showcase the possibility of fine-tunin
3535
* Techniques such as prior-preservation is unsupported.
3636
* Custom instance captions for instance images are unsupported, but this should be relatively easy to integrate.
3737

38-
Hopefully, this project gives you a template to extend it further to suit your needs.
38+
Hopefully, this project gives you a template to extend it further to suit your needs.

0 commit comments

Comments
 (0)