AdamLucek commited on
Commit
36ecf12
·
verified ·
1 Parent(s): cd2e780

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -91,6 +91,11 @@ image.save("SDXL_OldBookIllustrations.png")
91
 
92
  ## Training details
93
 
 
 
 
 
 
94
  Trained on a single a100 using the [Diffuser's package](https://github.com/huggingface/diffusers/blob/main/examples/text_to_image/train_text_to_image_lora_sdxl.py), documentation available [here](https://huggingface.co/docs/diffusers/main/en/training/lora).
95
 
96
  Training script used:
 
91
 
92
  ## Training details
93
 
94
+ **Video Overview**
95
+ <a href="https://youtu.be/v89kB4OScOA">
96
+ <img src="https://i.imgur.com/fW6hHu2.png" width="350">
97
+ </a>
98
+
99
  Trained on a single a100 using the [Diffuser's package](https://github.com/huggingface/diffusers/blob/main/examples/text_to_image/train_text_to_image_lora_sdxl.py), documentation available [here](https://huggingface.co/docs/diffusers/main/en/training/lora).
100
 
101
  Training script used: