fallenl commited on
Commit
afbb705
1 Parent(s): 3700853

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,4 +14,6 @@ Based on my personal experience, preparing a LoRA's dataset properly is more imp
14
  2. Spend some time going through the images to see if there're any duplicated images and remove them. This will happen a lot if the dataset is large.
15
  3. Upscale all low-resolution images to at least 2k resolution. But why? Let's see an example:
16
  We have two identical png images, one with 907x823 pixels, the other with 3624x3288 pixels using simple 4x-upscale from SD WebUI.
17
- <img src="https://huggingface.co/fallenl/My_2cents_on_LoRa_training/blob/main/imgs/upscale/comp.png"/>
 
 
 
14
  2. Spend some time going through the images to see if there're any duplicated images and remove them. This will happen a lot if the dataset is large.
15
  3. Upscale all low-resolution images to at least 2k resolution. But why? Let's see an example:
16
  We have two identical png images, one with 907x823 pixels, the other with 3624x3288 pixels using simple 4x-upscale from SD WebUI.
17
+ <img src="imgs/upscale/comp.png"/>
18
+ Now we will crop them into roughly 1k resolution using SD WebUI's _Auto-size Crop_:
19
+ <img src=""/>