fallenl commited on
Commit
0350c51
1 Parent(s): 696b235

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -17,6 +17,7 @@ Based on my personal experience, preparing a LoRA's dataset properly is more imp
17
  <img src="imgs/upscale/comp.png"/>
18
  Now we will crop them into roughly 1k resolution (960x832 in this case) using SD WebUI's Auto-size Crop:
19
  <img src="imgs/upscale/cut-comp.png"/>
20
- See the differences? The image with 4x-upscale has a sharper edges comparing to the one without any upscale, and hence looks more clean and less blurry when getting cropped into 1k resolution.
21
- So what does it translate to LoRA learning?
 
22
 
 
17
  <img src="imgs/upscale/comp.png"/>
18
  Now we will crop them into roughly 1k resolution (960x832 in this case) using SD WebUI's Auto-size Crop:
19
  <img src="imgs/upscale/cut-comp.png"/>
20
+ See the differences? The image with 4x-upscale has a sharper edges comparing to the one without any upscale, and hence looks more clean and less blurry when getting cropped into 1k resolution. <br />
21
+ So what does it translate to LoRA learning? <br />
22
+ Inside the LoRA training script, we can see a function called [bucket](https://github.com/bmaltais/kohya_ss/wiki/LoRA-training-parameters#enable-buckets)
23