rgthree-comfy
rgthree-comfy copied to clipboard
Lora Info dialog does not work with read-only data stores
When the storage that the Lora is on is read-only (in my case, a read-only NFS share), rgthree will just stay at 'Loading..' indefinitely.
I am guessing this is because it can't create the cache file,but this shouldn't be required for it to function (if the cache cannot be used, it should just generate the data every time). In theory, this would also be seen on any Loras with a filename that is close to the filesystem limit (which I also have) as creating the cache file would fail due to the cache filename being longer, but I haven't tested this explicitly.
Not ignoring this, it's an interesting case. Right now rgthree-comfy makes extensive use of the filesystem to both store the data, but also cache things like the civitai info responses, etc. While I could store it all in memory for the session, that seems less than ideal.
I could probably allow the user to specify where the info is stored, allowing to chose a writable destination...