DejitaruJin
DejitaruJin
While that regex is definitely the stuff nightmares are made of, I'm not detecting any real impact from it. I tried editing the file, restarting the server, and generating an...
Incidentally, this follows the exported `TMPDIR`, which I had added in webui-user.sh so pip would stop vomiting all over my rather small OS drive. Creating the `gradio` folder in the...
Presently working to fix this myself, already found the issue causing Z/Y/X ordering so that'll be a separate PR. If 'Include Sub Grids' is checked, it also features an off-by-one...
Think I got it; when it hits `processed_result = copy(processed)` to create the initial list of processed images, that `processed` object contains _two_ sets of data. A few lines later,...
I can see it being useful to have an extension that runs a generic command on batch completion - not just shutdowns, but beeps, desktop toasts, emails, cache clearing, etc....
This is an interesting idea, and, the last I looked at that script, very easy to implement. Even if only a couple people would need it, I think it's maybe...
Well that's neat, I was just thinking how useful it would be to have that information saved, and never realized it was previously stored at `processed.infotexts[0]` Would it not be...
I've actually got a few models symlinked under Linux, but it looks like I put my entire AI ecosystem on an NTFS drive. In a situation like this, specifically, a...
Based on the description, I hypothesized that maybe Task Manager is displaying graphics utilization instead of CUDA utilization - and this is apparently known to be the case: https://michaelceber.medium.com/gpu-monitoring-on-windows-10-for-machine-learning-cuda-41088de86d65 "Shared...
Potentially worth noting, the class used for image processing & presentation _does_ have fields for `scripts` and `script_args` ... they're just not used, at least by the XYZ Grid script...