text2image-gui icon indicating copy to clipboard operation
text2image-gui copied to clipboard

Portability issues

Open MegaMraz opened this issue 3 years ago • 3 comments

I have downloaded release from https://nmkd.itch.io/t2i-gui It does not work on new machine without internet, throws an error from request.py In installers last checkbox is not set. If I turn internet on and press Re-install it downloads something, then on first generation it downloads something else, then it works without internet. Folder grows up to 10GB. But still it is not portable. Something that was downloaded is placed outside SD-GUI folder. If I take this folder and transfer it to other machine without internet, I still got error from request.py

Can it be fixed? Such product can eventually become essential and thus, it can't have any dependencies.

MegaMraz avatar Oct 29 '22 08:10 MegaMraz

CLIP model gets cached in %userprofile%/.cache. Not sure if I can change that.

Maybe I could symlink it.

n00mkrad avatar Oct 29 '22 11:10 n00mkrad

Thanks, transferring .cache worked

MegaMraz avatar Oct 30 '22 10:10 MegaMraz

With the next update, the cache is within the SD GUI folder, if the existing files don't already exist in %USERPROFILE%/.cache.

n00mkrad avatar Nov 09 '22 09:11 n00mkrad