Note for (Texture generation, Sprite generation and 2D Enhancers its recommended to use Comfy-Ui as its the most widely adopted inference engine for image generation)
Comfy-ui:
https://github.com/comfyanonymous/ComfyUI
Texture generation:
- https://huggingface.co/dream-textures/texture-diffusion
- https://huggingface.co/sshh12/sdxl-lora-planet-textures
- https://huggingface.co/gokaygokay/Flux-Seamless-Texture-LoRA (This one is a lora adapter so you need to merge it with the base model for it to be usable)
Chat/Code generation: (My personal recommendations - Use LM studio for inference) Based on vram size (Ram size on gpu) Note: the higher up on Vram you go the smarter the models become:
6gb: https://huggingface.co/bartowski/open-r1_OlympicCoder-7B-GGUF/blob/main/open-r1_OlympicCoder-7B-Q4_K_L.gguf
12gb: https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q5_K_L.gguf
16gb: https://huggingface.co/bartowski/RekaAI_reka-flash-3-GGUF/blob/main/RekaAI_reka-flash-3-Q4_K_L.gguf
24gb: https://huggingface.co/bartowski/Qwen_QwQ-32B-GGUF/blob/main/Qwen_QwQ-32B-Q4_K_L.gguf
32gb: https://huggingface.co/bartowski/nvidia_Llama-3_3-Nemotron-Super-49B-v1-GGUF/blob/main/nvidia_Llama-3_3-Nemotron-Super-49B-v1-Q4_K_S.gguf
48gb: https://huggingface.co/bartowski/nvidia_Llama-3_3-Nemotron-Super-49B-v1-GGUF/blob/main/nvidia_Llama-3_3-Nemotron-Super-49B-v1-Q5_K_L.gguf
LM studio (For using models above):
https://lmstudio.ai
Motion Animation: 😢 This doesnt seem to exist in open source yet sadly
Behavior: Likely easier to create through code with the code generation AI rather than try and implement a way for the AI to create literal behavior trees. (No behavior specific AI exist)