dataautogpt3 commited on
Commit
617b973
·
verified ·
1 Parent(s): 787e177

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -6
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
- [ComfyUI workflow](https://huggingface.co/dataautogpt3/sdxl-ztsnr-sigma-10k/blob/main/ComfyUI-test10k.json)
191
 
192
- "sampler": "euler_ancestral", # Best results with Euler Ancestral
193
 
194
- "scheduler": "normal", # Normal noise schedule
195
 
196
- "steps": 28, # Optimal step count
 
 
 
 
 
 
 
197
 
198
- "cfg": 7.5 # Classifier-free guidance scale
 
 
 
 
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