richardm1
richardm1
>TIL that Windows has an equivalent to /dev/null, which is the virtual file "nul" (one 'l'), that works at any path It goes back _at least_ to DOS 3.21 (1987)....
Any fan monitor/control software? During boot-up I'm seeing: ``` May 04 15:39:34 cachyos kernel: NVRM: nvGpuOpsReportFatalError: uvm encountered global fatal error 0x60, requiring os reboot to recover. May 04 15:39:34...
I was wrong. I've disabled coolercontrol yet CUDA is still broken. `kernel: NVRM: nvGpuOpsReportFatalError: uvm encountered global fatal error 0x60, requiring os reboot to recover.` If I run: ``` sudo...
What are the RX570 fans doing at the time of shutdown? I've learned these cards will power-off your system if you're too aggressive about forcing the fans to a low...
I [hypothesize](https://github.com/comfyanonymous/ComfyUI/issues/1992#issuecomment-2308868078) this can impact SATA SSD's along with people pulling checkpoints across a LAN connection. **Soapbox mode**: Ever since SSDs went mainstream 12-15 years ago I've feared coders would...
I finally got around to "sniffing" Comfy's filesystem I/O with Procmon during a checkpoint load -- this time with the **comfyui-faster-loading** module installed. What was a dumpster fire of 32k...
FYI, Fedora 43 is missing `perl-version` which appears to be a requirement for `btrfs-list`: ``` sudo dnf install perl-version ```
On your system is A1111's speed any better in this regard?
Are btrfs quotas enabled? If so, try disabling them.
Came here for this. I have multiple btrfs volumes/filesystems -- does one `.beeshome` cover my entire system or does each volume get its own? There's a UUID spec in the...