<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Jean</title>
    <description>The latest articles on Forem by Jean (@aitechtutorials).</description>
    <link>https://forem.com/aitechtutorials</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3311950%2Fecbde099-c198-4c25-b8cc-29d7d0c7faee.png</url>
      <title>Forem: Jean</title>
      <link>https://forem.com/aitechtutorials</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/aitechtutorials"/>
    <language>en</language>
    <item>
      <title>Getting Started with Qwen Lightning v1.1 in ComfyUI for 8GB VRAM</title>
      <dc:creator>Jean</dc:creator>
      <pubDate>Fri, 15 Aug 2025 17:37:50 +0000</pubDate>
      <link>https://forem.com/aitechtutorials/getting-started-with-qwen-lightning-v11-in-comfyui-for-8gb-vram-2m5</link>
      <guid>https://forem.com/aitechtutorials/getting-started-with-qwen-lightning-v11-in-comfyui-for-8gb-vram-2m5</guid>
      <description>&lt;p&gt;Artificial intelligence image generation has never been easier or faster than with Qwen Lightning v1.1 in ComfyUI. Whether you’re a beginner or an experienced AI artist, this guide walks you through every step of installation, configuration, and optimization, ensuring a smooth workflow and stunning results.&lt;/p&gt;

&lt;p&gt;🎥 Watch the full step-by-step video tutorial here: &lt;a href="https://youtu.be/7p23f-gDp4I" rel="noopener noreferrer"&gt;https://youtu.be/7p23f-gDp4I&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 1: Download the Necessary Models&lt;/p&gt;

&lt;p&gt;GGUF Model: Download the Qwen Lightning v1.1 GGUF model for 8GB VRAM.&lt;/p&gt;

&lt;p&gt;Text Encoder: Download the FP8 scaled text encoder.&lt;/p&gt;

&lt;p&gt;VAE: Download the associated VAE file.&lt;/p&gt;

&lt;p&gt;These components are essential for generating high-quality, detailed AI images.&lt;/p&gt;

&lt;p&gt;Step 2: Organize Your Models&lt;/p&gt;

&lt;p&gt;Place the downloaded files in the appropriate ComfyUI folders:&lt;/p&gt;

&lt;p&gt;GGUF → ComfyUI/models/unet&lt;/p&gt;

&lt;p&gt;Text Encoder → ComfyUI/models/text_encoders&lt;/p&gt;

&lt;p&gt;VAE → ComfyUI/models/vae&lt;/p&gt;

&lt;p&gt;LoRA → ComfyUI/models/loras&lt;/p&gt;

&lt;p&gt;Correct placement ensures ComfyUI can access all resources seamlessly.&lt;/p&gt;

&lt;p&gt;Step 3: Update ComfyUI and Load the Workflow&lt;/p&gt;

&lt;p&gt;Open the ComfyUI Manager and click Update All to ensure the UI, nodes, and templates are up-to-date.&lt;/p&gt;

&lt;p&gt;Download the example workflow JSON from Hugging Face.&lt;/p&gt;

&lt;p&gt;In ComfyUI, navigate to Workflow → Open and select the JSON file.&lt;/p&gt;

&lt;p&gt;Assign loaders: UNet = GGUF, VAE = VAE, CLIP = FP8 scaled.&lt;/p&gt;

&lt;p&gt;Step 4: Install and Configure Qwen Lightning v1.1 LoRA&lt;/p&gt;

&lt;p&gt;Place the LoRA file in the loras folder.&lt;/p&gt;

&lt;p&gt;Load it using the LoRA Loader node.&lt;/p&gt;

&lt;p&gt;Adjust the strength (0.7–0.9 to start) to influence the image generation while maintaining clarity and style.&lt;/p&gt;

&lt;p&gt;Step 5: Optimize for Speed and Quality&lt;/p&gt;

&lt;p&gt;Enable Sage Attention and FP16 Accumulation to reduce VRAM usage and speed up generation.&lt;/p&gt;

&lt;p&gt;Adjust CFG between 4–4.5 to balance quality and rendering speed.&lt;/p&gt;

&lt;p&gt;With these settings, Qwen Lightning v1.1 produces sharp, vibrant, and polished images compared to v1.0 or LightX2V.&lt;/p&gt;

&lt;p&gt;Step 6: Generate Images&lt;/p&gt;

&lt;p&gt;Test your workflow with sample prompts. Adjust LoRA strength and CFG as needed. Qwen Lightning v1.1 delivers clean edges, vivid colors, and excellent text clarity in complex scenes.&lt;/p&gt;

&lt;p&gt;This workflow is perfect for AI artists, developers, and content creators seeking high-quality results with minimal setup. Whether creating cyberpunk environments, fantasy worlds, or realistic portraits, Qwen Lightning v1.1 in ComfyUI is a reliable, professional-grade solution.&lt;/p&gt;

</description>
      <category>comfyui</category>
      <category>qwen</category>
      <category>qwenlightning</category>
      <category>lora</category>
    </item>
    <item>
      <title>Run Wan 2.2 in ComfyUI with Just 8GB VRAM — Full Image-to-Video AI Workflow</title>
      <dc:creator>Jean</dc:creator>
      <pubDate>Sun, 03 Aug 2025 02:08:58 +0000</pubDate>
      <link>https://forem.com/aitechtutorials/run-wan-22-in-comfyui-with-just-8gb-vram-full-image-to-video-ai-workflow-2gb6</link>
      <guid>https://forem.com/aitechtutorials/run-wan-22-in-comfyui-with-just-8gb-vram-full-image-to-video-ai-workflow-2gb6</guid>
      <description>&lt;p&gt;This tutorial walks through how I installed and ran the Wan 2.2 image-to-video AI model in ComfyUI on an 8GB VRAM machine. It covers downloading the 5B GGUF model, placing Lightx2v LoRA, AutoVAE, and UMT5 encoder into the correct folders, and importing the official Hugging Face workflow. I also demonstrate how I used Gemini CLI to fix the missing sageattention module and generate a cinematic wolf animation from a single image.&lt;/p&gt;

&lt;p&gt;🎬 Watch the full video walkthrough: &lt;a href="https://youtu.be/7hUO6KhUsvQ" rel="noopener noreferrer"&gt;https://youtu.be/7hUO6KhUsvQ&lt;/a&gt;&lt;/p&gt;

</description>
      <category>comfyui</category>
      <category>wan22</category>
      <category>gemini</category>
      <category>ai</category>
    </item>
    <item>
      <title>I Built Games &amp; Apps with Qwen3-Coder Without Writing Any Code (Full Tutorial) 🤯</title>
      <dc:creator>Jean</dc:creator>
      <pubDate>Sun, 27 Jul 2025 22:55:35 +0000</pubDate>
      <link>https://forem.com/aitechtutorials/i-built-games-apps-with-qwen3-coder-without-writing-any-code-full-tutorial-4lhl</link>
      <guid>https://forem.com/aitechtutorials/i-built-games-apps-with-qwen3-coder-without-writing-any-code-full-tutorial-4lhl</guid>
      <description>&lt;p&gt;Hey Dev Community!&lt;/p&gt;

&lt;p&gt;The pace of AI in development is staggering. There's a new state-of-the-art model every few weeks, but I wanted to go beyond the benchmarks and see what it's actually like to build with one. I spent a day with the new Qwen3-Coder and used it to generate five fully functional applications from scratch.&lt;/p&gt;

&lt;p&gt;This post is a summary of that journey, with the full video walkthrough embedded below. My goal was to test its "agentic coding" capabilities and show a practical, easy way for anyone to start experimenting.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/l65aOfy4NgQ" rel="noopener noreferrer"&gt;https://youtu.be/l65aOfy4NgQ&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What is Qwen3-Coder?&lt;br&gt;
In short, it's a new open-source coding model from Alibaba's Qwen team. Its key feature is being "agentic," meaning it's designed to do more than just complete code—it can understand a high-level goal, plan the steps, and generate the complete application logic.&lt;/p&gt;

&lt;p&gt;The "Easy Button": Alibaba Cloud Model Studio&lt;br&gt;
Instead of a complex local installation, I used the official Alibaba Cloud Model Studio. It's a web-based playground that gives you:&lt;/p&gt;

&lt;p&gt;✅ Free Access: You can use the full suite of Qwen3-Coder models.&lt;/p&gt;

&lt;p&gt;💰 A Massive Free Token Grant: New users get over 50 million tokens, which is more than enough to build some seriously cool projects.&lt;/p&gt;

&lt;p&gt;The video includes a full, step-by-step tutorial on how to get signed up and claim the tokens, which takes you from having no account to being ready to code in about 10 minutes.&lt;/p&gt;

&lt;p&gt;The 5 Projects I Built with a Single Prompt Each 🚀&lt;br&gt;
Here’s what I prompted Qwen3-Coder to build. The video shows the entire process of generating the code and testing each one in CodePen.&lt;/p&gt;

&lt;p&gt;3D Car Racing Game: A simple but functional racing game with keyboard controls and a UI.&lt;/p&gt;

&lt;p&gt;3D Plane Fighter Game: An air combat game where you can fly a plane and shoot at enemy targets.&lt;/p&gt;

&lt;p&gt;AI Image Generator Website: A complete front-end for a DALL-E style image generator, with a prompt area, settings, and an inspiration gallery.&lt;/p&gt;

&lt;p&gt;3D Zombie Dragon FPS: A first-person shooter where you have to survive against waves of enemies.&lt;/p&gt;

&lt;p&gt;Web-Based Music Sequencer: A multi-track sequencer with playable piano keys and different instrument tracks.&lt;/p&gt;

&lt;p&gt;My Main Takeaway&lt;br&gt;
The model's ability to generate the full stack (HTML, CSS, and JS) for these interactive apps was mind-blowing. The music sequencer and the website front-end worked nearly perfectly on the first try.&lt;/p&gt;

&lt;p&gt;The 3D games required more specific prompting to get the controls right (e.g., specifying WASD movement, mouse look), which was a great lesson in prompt engineering for agentic tasks. It's not just about what you ask, but how you ask it.&lt;/p&gt;

&lt;p&gt;I'm genuinely excited about what this means for rapid prototyping and solo developers. I'd love to hear your thoughts!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How I Fixed VACE Plugin Installation Errors in ComfyUI Using Gemini CLI</title>
      <dc:creator>Jean</dc:creator>
      <pubDate>Fri, 11 Jul 2025 19:04:00 +0000</pubDate>
      <link>https://forem.com/aitechtutorials/how-i-fixed-vace-plugin-installation-errors-in-comfyui-using-gemini-cli-1pjj</link>
      <guid>https://forem.com/aitechtutorials/how-i-fixed-vace-plugin-installation-errors-in-comfyui-using-gemini-cli-1pjj</guid>
      <description>&lt;p&gt;If you’ve been struggling to install the VACE AI video generator plugin in ComfyUI, this guide shows how I resolved the issue using Gemini CLI — a handy command-line tool for managing plugins.&lt;/p&gt;

&lt;p&gt;The Problem&lt;br&gt;
When trying to install VACE, the plugin failed to register correctly in ComfyUI, causing errors and preventing video generation. Common troubleshooting methods like restarting ComfyUI or reinstalling dependencies didn’t work.&lt;/p&gt;

&lt;p&gt;Video Walkthrough&lt;br&gt;
For a step-by-step visual guide, check out my full video walkthrough here:&lt;br&gt;
📺 &lt;a href="https://youtu.be/BmGJZSRFLJw" rel="noopener noreferrer"&gt;https://youtu.be/BmGJZSRFLJw&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Final Thoughts&lt;br&gt;
If you’re stuck with VACE install errors in ComfyUI, using Gemini CLI like this can save you time and frustration. Feel free to share your experiences or ask questions in the comments!&lt;/p&gt;

</description>
      <category>comfyui</category>
      <category>vace</category>
      <category>gemini</category>
    </item>
    <item>
      <title>How to Run Gemini CLI Using NPX and Configure MCP Tools for Advanced AI Workflows</title>
      <dc:creator>Jean</dc:creator>
      <pubDate>Tue, 01 Jul 2025 07:23:01 +0000</pubDate>
      <link>https://forem.com/aitechtutorials/how-to-run-gemini-cli-using-npx-and-configure-mcp-tools-for-advanced-ai-workflows-9db</link>
      <guid>https://forem.com/aitechtutorials/how-to-run-gemini-cli-using-npx-and-configure-mcp-tools-for-advanced-ai-workflows-9db</guid>
      <description>&lt;p&gt;This post covers how to run Gemini CLI using npx without needing a global install. I walk through:&lt;/p&gt;

&lt;p&gt;Running Gemini CLI on-demand with npx&lt;/p&gt;

&lt;p&gt;Creating and fixing .gemini/settings.json&lt;/p&gt;

&lt;p&gt;Securely adding your API key&lt;/p&gt;

&lt;p&gt;Setting up MCP tools like taskmaster-ai and context7&lt;/p&gt;

&lt;p&gt;Common errors and how to fix them (like JSON formatting and encoding issues)&lt;/p&gt;

&lt;p&gt;If you’re exploring AI automation from the terminal and want flexibility without a full install, this guide is for you.&lt;/p&gt;

&lt;p&gt;📺 Watch the full video walkthrough:&lt;br&gt;
&lt;a href="https://youtu.be/HpasFDFxsmk?si=78D76_6re8iszbAG" rel="noopener noreferrer"&gt;https://youtu.be/HpasFDFxsmk?si=78D76_6re8iszbAG&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Famw12m9ogf5g2f2pzbg0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Famw12m9ogf5g2f2pzbg0.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
