File tree Expand file tree Collapse file tree 2 files changed +225
-120
lines changed Expand file tree Collapse file tree 2 files changed +225
-120
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments