Advanced Search
Search Results
33 total results found
🪲 Most indie teams get the Blender to Unity pipeline wrong.
They treat them as two separate worlds. You model in Blender, export an FBX, import it into Unity, set up materials, realize something is wrong, go back to Blender, fix it, re-export, re-import, and pray nothing breaks. Your project folder becomes a graveyard ...
🐙 Blogs
🐙 Qwen3.7 Max compare with others
This is writing about Qwen3.7 Max review and fix a random python code from github. input prompt: Review and help me optimize this python file. 💻 Original Click to show code from subprocess import Popen, PIPE import gradio as gr import numpy as np import cv2...
⚛️ GAN-MASTER
An optimized AI tool support image restoration, image denoise, upscale, ... using GFP-GAN, GPEN, ... ⚠️ Important Note 🌵 I only have RTX 30 series (SM86). So newer series untested. 🌵 If you facing any issue, please send the error log to: 💮 LinkedIn ...
⚛️ Products
🤖 Qwen Coder Workflow
🐓 Quick Start First we need link github repo. Becareful, this action will grant Qwen access to your repos. Then we need some markdown files describe how the application working. Just typing on common language, doesn't need to write technical language. implem...
🤖 Qwen3.6 Local agent test cases
Common user GPU only have 8-16G VRAM. When the model not fully loaded to VRAM, they have to offload into RAM and processing data with CPU. This cause local AI system super slow, token generation speed only reach 1-5 token/s. This paper is writing about test ca...
🐙 Google Turboquant + llama.cpp
🐲 Helloworld Google public Turboquant, which is KV-Cache smaller and fast enought. It reduce 16 bit data into 3-4bit only and frees up to 83% of the memory typically consumed by long prompts. I self-build this fork llama-cpp-turboquant and have a first try. do...
🤖 Gemma4 MTP Performance
💻 SYSTEM CPU: Ryzen 5 5500. RAM: 32G DDR4 3200. GPU: RTX 3060 12G VRAM. With MTP: Sometime the tps hit 147 token/s. Without MTP: Hit 32 token/s. But MTP is only hit 147 token/s at start. After few seconds, the tps is only 29 token/s. I think the hardware hav...
🥣 Cooking Recipe
🥣 KFC Secret Recipe Leak
🌐 EN Seasoning Blend Ratio (Based on the "Leaked Recipe") A standardized seasoning ratio optimized for a base flour mixture. Ingredient Measurements Base flour: 2 cups all-purpose flour (~240g) No. Ingredient Amount 1 Salt 2/3 tbsp 2 Thyme 1/2 tbsp ...
🍥 Ramen
More easy UI for ComfyUI. Auto release VRAM / RAM, ensure stability and UX when generate Image / Video ... ⚠️ Important Note 🌵 I only have RTX 20, 30 series (SM75 & SM86). So newer series untested. 🌵 If you facing any issue, please send the error log to: ...
🖼️ LTX2.3 Video Generation using ComfyUI
💀 Why you should use my workflow instead of official workflow ? This workflow is preferred over the original because the latter imposes strict input constraints, requiring the image width and height to be integers divisible by 64. Additionally, the frame count...
🌊 Helloworld
🌊 Docker Compose Guide
Running a Docker Compose Project This guide explains how to start services defined in a compose.yml or docker-compose.yml file. Prerequisites Make sure the following software is installed: Docker Engine Docker Compose Plugin Verify the installation: docker -...