{"id":2492,"date":"2026-09-23T01:20:01","date_gmt":"2026-09-22T16:20:01","guid":{"rendered":"https:\/\/localmodelwatch.tsuchitsuchi.com\/2026\/09\/23\/unsloth-qwen-image-2-1-agent-skills-update\/"},"modified":"2026-09-23T07:39:50","modified_gmt":"2026-09-22T22:39:50","slug":"unsloth-qwen-image-2-1-agent-skills-update","status":"publish","type":"post","link":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/2026\/09\/23\/unsloth-qwen-image-2-1-agent-skills-update\/","title":{"rendered":"Unsloth Update: Qwen-Image-2.1 Support and Agent Skills Added"},"content":{"rendered":"<p><!-- lmw:facts --><\/p>\n<h2>At a Glance<\/h2>\n<div class=\"lmw-table-scroll\" tabindex=\"0\" style=\"overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;\">\n<table style=\"width:max-content;min-width:100%;border-collapse:collapse;\">\n<thead>\n<tr>\n<th>Item<\/th>\n<th>Value<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Repository<\/td>\n<td><a href=\"https:\/\/github.com\/unslothai\/unsloth\">unslothai\/unsloth<\/a><\/td>\n<\/tr>\n<tr>\n<td>Version<\/td>\n<td><a href=\"https:\/\/github.com\/unslothai\/unsloth\/releases\/tag\/v0.1.812-beta\">v0.1.812-beta<\/a><\/td>\n<\/tr>\n<tr>\n<td>Published<\/td>\n<td>2026-09-23<\/td>\n<\/tr>\n<tr>\n<td>License<\/td>\n<td>Apache-2.0<\/td>\n<\/tr>\n<tr>\n<td>Source type<\/td>\n<td>Primary source (the publisher itself)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><em>Values determined by this site&#8217;s code at collection time. Dates are JST.<\/em><\/p>\n<p><!-- \/lmw:facts --><\/p>\n<h2>Overview<\/h2>\n<p>Unsloth is a UI tool for running and training LLMs (Large Language Models) and diffusion models in local environments. It supports a wide range of models, including GGUF, MLX, Qwen3.8, DeepSeek-V4, Gemma 4, and FLUX.<\/p>\n<p>In this release, in addition to adding support for Qwen-Image-2.1, the &#8220;Agent Skills&#8221; feature has been introduced to guide models in executing specific tasks. Furthermore, the speed of long reasoning blocks in inference has doubled from the conventional 30 FPS to 60 FPS, making this a major update for users who prioritize inference performance.<\/p>\n<h2>Key Changes<\/h2>\n<h3>Addition of Agent Skills<\/h3>\n<p>Custom skills can now be added to steer models toward specific tasks. It is also possible to reuse existing skills from Claude Code or <code>.agents<\/code> folders. By using <code>@<\/code> in the chat, you can easily select and invoke managed skills.<\/p>\n<h3>Improved Inference Performance<\/h3>\n<p>Processing speed for long reasoning blocks has been improved. Specifically, it achieves double the speed, going from the conventional 30 FPS to 60 FPS. A smoother experience can be expected for users utilizing models accompanied by a thinking process (Thinking).<\/p>\n<h3>Qwen-Image-2.1 Support<\/h3>\n<p>Support for Qwen-Image-2.1 has been added, enabling image generation and editing. Additionally, Vision models can now view images returned by MCP tools.<\/p>\n<h3>Improvements to Chat and Project Management<\/h3>\n<p>Chats in the sidebar can now be dragged to reorder, pinned, or moved into projects. It is also possible to directly edit project names, instructions, and folders from the project page. The Thinking UI\/UX has also been revamped to provide a cleaner, more modern experience.<\/p>\n<h3>Improved Training Reliability<\/h3>\n<p>Reliability regarding training resumption (resume) and dataset preparation has been improved. Hugging Face datasets now work within recipes, making it possible to resume past training runs, accurately display remaining time after resumption, map dataset columns, and respect selected splits and subsets.<\/p>\n<h3>Linux\/Desktop Environment Improvements<\/h3>\n<p>Distribution for Linux environments has been significantly improved. In-app updates for Debian installations have been added, along with a native Ubuntu 24.04+ installer for ARM64. Additionally, a new AMD ROCm Docker image including Unsloth Studio and JupyterLab is available.<\/p>\n<h3>Storage and Model Management<\/h3>\n<p>Chats can now reuse downloaded models, eliminating the need to fetch the same model twice. It is also now possible to check and delete cache occupying disk space from the settings screen.<\/p>\n<h2>Supported Models and Hardware<\/h2>\n<p>With this update, the supported model architectures and hardware environments have been significantly expanded.<\/p>\n<h3>Model Architectures and Features<\/h3>\n<p>Qwen-Image-2.1 is newly supported. This enables image generation and image editing. Additionally, regarding Vision models, they can now see images returned by MCP (Model Context Protocol) tools, enabling more advanced multimodal reasoning.<\/p>\n<h3>Hardware and OS Environments<\/h3>\n<p>Support for Linux environments has been greatly enhanced. An in-app update feature has been added for users utilizing Debian installations. Furthermore, for users utilizing the ARM64 architecture, a native Linux <code>.deb<\/code> installer targeting Ubuntu 24.04 or later is provided.<\/p>\n<p>For users utilizing AMD GPUs, a new AMD ROCm Docker image bundling Unsloth Studio and JupyterLab has been prepared. In addition, hardware resource management has been optimized, such as improving iGPU (integrated GPU) environments using Vulkan to properly handle unified-memory windows as shared host memory.<\/p>\n<h2>How to Get It<\/h2>\n<p>The procedures for installing or updating Unsloth from the latest (Nightly) source are as follows:<\/p>\n<h3>Installation and Update on macOS, Linux, and WSL<\/h3>\n<p>For developer installation (building from the <code>main<\/code> branch), use the following commands:<\/p>\n<pre><code class=\"language-bash\">git clone https:\/\/github.com\/unslothai\/unsloth\ncd unsloth\n.\/install.sh --local\nunsloth studio -p 8888\n<\/code><\/pre>\n<p>If you have already cloned the repository, perform the update with the following steps:<\/p>\n<pre><code class=\"language-bash\">cd unsloth &amp;&amp; git pull\n.\/install.sh --local\nunsloth studio -p 8888\n<\/code><\/pre>\n<h3>Installation and Update on Windows (PowerShell)<\/h3>\n<p>In a Windows environment, perform the installation using PowerShell with the following steps:<\/p>\n<pre><code class=\"language-powershell\">git clone https:\/\/github.com\/unslothai\/unsloth.git\ncd unsloth\nSet-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned\n.\\install.ps1 --local\nunsloth studio -p 8888\n<\/code><\/pre>\n<p>To perform an update, run the following commands:<\/p>\n<pre><code class=\"language-powershell\">cd unsloth; git pull\n.\\install.ps1 --local\nunsloth studio -p 8888\n<\/code><\/pre>\n<h3>Advanced Installation Options<\/h3>\n<p>Depending on specific environments or use cases, you can also install by specifying the following options:<\/p>\n<p><strong>Installing to an Isolated Location<\/strong> By setting the <code>UNSLOTH_STUDIO_HOME<\/code> environment variable, you can keep the installation complete within a specific directory.<\/p>\n<pre><code class=\"language-bash\"># Linux\/macOS\/WSL\nUNSLOTH_STUDIO_HOME=&quot;$PWD\/.studio&quot;.\/install.sh --local\nunsloth studio -p 8888\n\n# Windows PowerShell\n$env:UNSLOTH_STUDIO_HOME=&quot;$PWD\\.studio&quot;;.\\install.ps1 --local\n$env:UNSLOTH_STUDIO_HOME=&quot;$PWD\\.studio&quot;; unsloth studio -p 8888\n<\/code><\/pre>\n<p><strong>Skipping PyTorch (GGUF-Only Mode)<\/strong><\/p>\n<pre><code class=\"language-bash\"># Linux\/macOS\/WSL\ncurl -fsSL https:\/\/unsloth.ai\/install.sh | UNSLOTH_NO_TORCH=1 sh\n\n# Windows PowerShell\n$env:UNSLOTH_NO_TORCH=1; irm https:\/\/unsloth.ai\/install.ps1 | iex\n<\/code><\/pre>\n<p><!-- lmw:related --><\/p>\n<h2>Related Articles<\/h2>\n<ul>\n<li><a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/2026\/09\/23\/unsloth-v0-1-813-beta-released\/\">Unsloth v0.1.813-beta Released with Qwen-Image-2.1 Support<\/a><\/li>\n<li><a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/2026\/09\/19\/unsloth-v0-1-811-beta-released\/\">Unsloth v0.1.811-beta Released with AMD &amp; NVIDIA Docker Images<\/a><\/li>\n<li><a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/2026\/09\/18\/unsloth-v0-1-810-beta-released\/\">Unsloth v0.1.810-beta Released with Multi-User and AMD Support<\/a><\/li>\n<li><a href=\"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/2026\/09\/16\/unsloth-windows-arm64-release\/\">Unsloth Releases Windows ARM64 Binary Version<\/a><\/li>\n<\/ul>\n<p><!-- \/lmw:related --><\/p>\n<h2>Sources<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/unslothai\/unsloth\/releases\/tag\/v0.1.812-beta\">unslothai\/unsloth Qwen-Image-2.1 + Skills (GitHub Release)<\/a><\/li>\n<\/ul>\n<p><!-- lmw:updates --><\/p>\n<h2>Update History<\/h2>\n<ul>\n<li>2026-09-23: Rebuilt the article (details are in the Japanese edition).<\/li>\n<li>2026-09-23: Rebuilt the article (details are in the Japanese edition).<\/li>\n<\/ul>\n<p><!-- \/lmw:updates --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Unsloth update adds Qwen-Image-2.1, Agent Skills, 2x reasoning speed, and improved Linux and storage management.<\/p>\n","protected":false},"author":1,"featured_media":2491,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[105],"tags":[1983,163,1372,1835,509,1547],"class_list":["post-2492","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-engines-and-tools","tag-agent-skills-en","tag-gguf-en","tag-linux-en","tag-qwen-image-2-1-en","tag-unsloth-en","tag-verified"],"lang":"en","translations":{"en":2492,"ja":2490},"_links":{"self":[{"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/posts\/2492","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/comments?post=2492"}],"version-history":[{"count":2,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/posts\/2492\/revisions"}],"predecessor-version":[{"id":2954,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/posts\/2492\/revisions\/2954"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/media\/2491"}],"wp:attachment":[{"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/media?parent=2492"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/categories?post=2492"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/localmodelwatch.tsuchitsuchi.com\/en\/wp-json\/wp\/v2\/tags?post=2492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}