Update README.md
Browse files
README.md
CHANGED
|
@@ -45,10 +45,16 @@ Image Processing Parameters
|
|
| 45 |
|
| 46 |
Total Images Used for Training : 15
|
| 47 |
|
| 48 |
-
## Best Dimensions
|
| 49 |
|
| 50 |
-
|
| 51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|