paint: cleanup

This commit is contained in:
luboslenco
2026-05-07 13:23:52 +02:00
parent 1536c64486
commit d81f35115b
@@ -119,13 +119,14 @@ void neural_node_models_init() {
.web = "https://huggingface.co/armory3d/hunyuan3d21_portable",
.license = "hunyuan3d"}),
GC_ALLOC_INIT(neural_node_model_t, {.name = "Qwen 3.6 27B",
GC_ALLOC_INIT(neural_node_model_t, {.name = "Qwen",
.memory = "16GB",
.size = "15.7GB",
.nodes = "Text to Text",
.nodes = "Text to Text, Console",
.urls = any_array_create_from_raw(
(void *[]){
"https://huggingface.co/unsloth/Qwen3.6-27B-GGUF/resolve/main/Qwen3.6-27B-Q4_K_M.gguf",
// "https://huggingface.co/unsloth/Qwen3.6-27B-GGUF/resolve/main/mmproj-F16.gguf",
},
1),
.web = "https://huggingface.co/unsloth/Qwen3.6-27B-GGUF",