prithivMLmods commited on
Commit
c64ab7e
·
verified ·
1 Parent(s): 51c0404

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -45,10 +45,16 @@ Image Processing Parameters
45
 
46
  Total Images Used for Training : 15
47
 
48
- ## Best Dimensions
49
 
50
- - 1280 x 832 (Best)
51
- - 1024 x 1024 (Default)
 
 
 
 
 
 
52
 
53
  ## Setting Up
54
  ```python
 
45
 
46
  Total Images Used for Training : 15
47
 
48
+ ## Best Dimensions & Inference
49
 
50
+ | **Dimensions** | **Aspect Ratio** | **Recommendation** |
51
+ |-----------------|------------------|---------------------------|
52
+ | 1280 x 832 | 3:2 | Best |
53
+ | 1024 x 1024 | 1:1 | Default |
54
+
55
+ ### Inference Range
56
+
57
+ - **Recommended Inference Steps:** 30–35
58
 
59
  ## Setting Up
60
  ```python