Update README.md
Browse files
README.md
CHANGED
|
@@ -28,6 +28,15 @@ Example prompt 2: `a Candid Photo of a real short grey alien peering around a co
|
|
| 28 |
|
| 29 |
# Combined Proteus and Mobius datasets.
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
## Model Details
|
| 32 |
|
| 33 |
- **Model Type:** SDXL Fine-tuned with ZTSNR and NovelAI V3 Improvements
|
|
|
|
| 28 |
|
| 29 |
# Combined Proteus and Mobius datasets.
|
| 30 |
|
| 31 |
+
# Recommended Inference Parameters
|
| 32 |
+
"sampler": "euler_ancestral", # Best results with Euler Ancestral
|
| 33 |
+
|
| 34 |
+
"scheduler": "normal", # Normal noise schedule
|
| 35 |
+
|
| 36 |
+
"steps": 28, # Optimal step count
|
| 37 |
+
|
| 38 |
+
"cfg": 7.5 # Classifier-free guidance scale
|
| 39 |
+
|
| 40 |
## Model Details
|
| 41 |
|
| 42 |
- **Model Type:** SDXL Fine-tuned with ZTSNR and NovelAI V3 Improvements
|