forked from kubinka0505/iFunny-Captions
-
Notifications
You must be signed in to change notification settings - Fork 2
Cache System 🗃️
kubinka0505 edited this page Oct 4, 2021
·
3 revisions
Cache system is a feature introduced in version 2.9
.
⚠️ It cannot be disabled.- ℹ️ The only way to bypass it, is to use Google Colab notebook.
It involves moving non-static image frames to the operating system's temporary files directory, and then copying them to the base program's folder. The main reason for making this is to not waste time while making the captions with the same non-static image.
- ℹ️ Program copies the raw, non-modified frames of the image to its temporary folder.
- ⛔ In case of the issue, image folder NEEDS TO BE DELETED MANUALLY BY THE USER IN ORDER TO RE-EXPORT FRAMES.
Frames are saved to the following folders:
On Windows
:
%Temp%\iFunny\Cache\Captions\Frames\x
On Linux
& MacOS
:
-
/tmp/iFunny/Cache/Captions/Frames/x
ℹ️x
stands for Image URL without characters that Windows forbids to create a folder with.