You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
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.
Folders
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.