TL;DR I am unable to use Invoke offline with Anima.
I am using the latest release cut 2 of Invokeai. I have all the relevant models downloaded for Anima (Anima model, qwen_image_vae, t5_base_encoder, and qwen_3_06b_base). The generation works perfectly fine with it when I am connected to the internet. However, if I disconnect from the internet and start a new Invoke session completely offline, I get an error for the qwen_3_06b_base: "Warning --> Unknown Qwen3 variant: embed_hidden_size=1024, layers=28. Attempting to detect configuration from weights...
(MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /Qwen/Qwen3-4B/resolve/main/tokenizer_config.json"...
Note that if I am connected to the internet for the initial image generation and then disconnect there is no issue. The issue only happens when I close Invoke and open a new session. It seems to try to locate the tokenizer_config.json which is not included when the model is downloaded by itself and trying to contact Hugging face for it. I was trying to download the tokenizer_config.json to try and get it to look at it locally but unsure where to put it/how to have it look at it locally. Any way for me to get around this issue?