Johannes Bunk
Johannes Bunk
I am currently running into the same problem when trying to make https://github.com/SeargeDP/SeargeSDXL costum_sdxl_ksampler.py work again. I managed to adjust for the recent changes to sample.py, sampler.py and sampler_helper.py just...
### **EDIT: I made a PR (https://github.com/SeargeDP/SeargeSDXL/pull/140) for a permanent solution. The fix described here is no longer needed! As stated it was a very hacky temporary solution.** @Arron17 This...
I managed to fix the errors caused by the changes to sample.py etc: https://github.com/jobunk/SeargeSDXL/commit/9d11b6dcf4ae8ed3a4060b80ed29098f9f30b618. However there was another recent change that I don't know how to deal with. Relevant commit:...
I have an open PR that should fix everything described here. Just get the newest version of comfyUI and this module and then adjust the files changed in my PR....
This error https://github.com/SeargeDP/SeargeSDXL/issues/137 should also appear somewhere higher up in your console. If it does, either manually add the changes from my PR https://github.com/SeargeDP/SeargeSDXL/pull/140 or if you aren't using the...
> [@tjbck](https://github.com/tjbck) why not if I may ask? It's already in the documentation. I think having global tools as configuration in code is an excellent use-case. > > **Here is...