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
On systems with low VRAM you can call config.apply_low_vram_defaults() to reduce the amount of VRAM needed (at the cost of some speed and quality). The default settings use about 6.3GB of VRAM and the low VRAM settings use about 2.7GB.
But I have no idea how to do that. I dont know how to pass the --vram argument because Im using a framework to run the clip interrogator through another script
The closest I've figured out is that Config appears to be set in the clip_interrogator.py file, and is called from there, and I can see this section of it
Which looks like the settings for low vram mode, I can't see any lowvram disable or enable variable anywhere, or know where to insert one. How do I "call config.apply_low_vram_defaults()" ?
I'm just going to edit the main settings to be like those vars in low_vram, ie, setting chunk size to 1024 instead of 2048 etc, and it works with 6GB VRAM for now
The text was updated successfully, but these errors were encountered:
The main readme.md says this
But I have no idea how to do that. I dont know how to pass the --vram argument because Im using a framework to run the clip interrogator through another script
The closest I've figured out is that Config appears to be set in the clip_interrogator.py file, and is called from there, and I can see this section of it
Which looks like the settings for low vram mode, I can't see any lowvram disable or enable variable anywhere, or know where to insert one. How do I "call config.apply_low_vram_defaults()" ?
I'm just going to edit the main settings to be like those vars in low_vram, ie, setting chunk size to 1024 instead of 2048 etc, and it works with 6GB VRAM for now
The text was updated successfully, but these errors were encountered: