Skip to content

Commit af7c3ef

Browse files
committed
Add 5 Notebooks, improve their example
scripts and update the missing links for the example README.
1 parent a4c1aac commit af7c3ef

File tree

2 files changed

+225
-120
lines changed

2 files changed

+225
-120
lines changed

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Training examples show how to pretrain or fine-tune diffusion models for a varie
4040
| [**Text-to-Image fine-tuning**](./text_to_image) |||
4141
| [**Textual Inversion**](./textual_inversion) | ✅ | - | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_textual_inversion_training.ipynb)
4242
| [**Dreambooth**](./dreambooth) | ✅ | - | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_training.ipynb)
43-
| [**ControlNet**](./controlnet) | ✅ | ✅ | -
44-
| [**InstructPix2Pix**](./instruct_pix2pix) | ✅ | ✅ | -
45-
| [**Reinforcement Learning for Control**](./reinforcement_learning) | - | - | coming soon.
43+
| [**ControlNet**](./controlnet) | ✅ | ✅ | [Notebook](https://github.com/huggingface/notebooks/blob/main/diffusers/controlnet.ipynb)
44+
| [**InstructPix2Pix**](./instruct_pix2pix) | ✅ | ✅ | [Notebook](https://github.com/huggingface/notebooks/blob/main/diffusers/InstructPix2Pix_using_diffusers.ipynb)
45+
| [**Reinforcement Learning for Control**](./reinforcement_learning) | - | - | [Notebook1](https://github.com/huggingface/notebooks/blob/main/diffusers/reinforcement_learning_for_control.ipynb), [Notebook2](https://github.com/huggingface/notebooks/blob/main/diffusers/reinforcement_learning_with_diffusers.ipynb)
4646

4747
## Community
4848

0 commit comments

Comments
 (0)