dataautogpt3
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -182,20 +182,32 @@ function showImage(src) {
|
|
182 |
</script>
|
183 |
|
184 |
|
185 |
-
# Combined Proteus and Mobius datasets
|
186 |
|
187 |
# Recommended Inference Parameters
|
188 |
|
|
|
189 |
|
190 |
-
|
191 |
|
192 |
-
|
193 |
|
194 |
-
|
195 |
|
196 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
|
198 |
-
|
|
|
|
|
|
|
|
|
199 |
|
200 |
## Model Details
|
201 |
|
|
|
182 |
</script>
|
183 |
|
184 |
|
185 |
+
# Combined Proteus and Mobius datasets with ZTSNR and NovelAI V3 Improvements
|
186 |
|
187 |
# Recommended Inference Parameters
|
188 |
|
189 |
+
[Example ComfyUI workflow](https://github.com/DataCTE/SDXL-Training-Improvements/blob/main/src/inference/Comfyui-zsnrnode/ztsnr%2Bv-pred.json)
|
190 |
|
191 |
+
# Recommended Inference Parameters
|
192 |
|
193 |
+
[Example ComfyUI workflow](https://github.com/DataCTE/SDXL-Training-Improvements/blob/main/src/inference/Comfyui-zsnrnode/ztsnr%2Bv-pred.json)
|
194 |
|
195 |
+
## Installation
|
196 |
|
197 |
+
1. Install the custom nodes:
|
198 |
+
```bash
|
199 |
+
cd /path/to/ComfyUI/custom_nodes
|
200 |
+
git clone https://github.com/DataCTE/SDXL-Training-Improvements.git
|
201 |
+
mv SDXL-Training-Improvements/src/inference/Comfyui-zsnrnode ./zsnrnode
|
202 |
+
```
|
203 |
+
Restart ComfyUI to load the new nodes
|
204 |
+
Load the example workflow from the link above
|
205 |
|
206 |
+
Recommended Settings
|
207 |
+
Sampler: euler_ancestral (Best results with Euler Ancestral)
|
208 |
+
Scheduler: normal (Normal noise schedule)
|
209 |
+
Steps: 28 (Optimal step count)
|
210 |
+
CFG: 3.0 to 5.5 (Classifier-free guidance scale)
|
211 |
|
212 |
## Model Details
|
213 |
|