AIAngels
BlogTry Free
Companions
  • →All companions

    Hair color

    • →Blonde AI girlfriends
    • →Brunette AI girlfriends
    • →Redhead AI girlfriends

    Ethnicity

    • →Asian AI girlfriends
    • →Latina AI girlfriends
    • →Black AI girlfriends

    Personality

    • →Shy & sweet companions
    • →Dominant companions
    • →Playful companions

    Body type

    • →Curvy companions
    • →Petite companions
    • →Athletic companions

    Age & maturity

    • →Teen (18+) companions
    • →Mature companions (MILF)
    • →Older companions

    Aesthetic & style

    • →Anime companions
    • →Goth companions
    • →Cyberpunk companions
Features
  • →All features
    • →Persistent memory
    • →Voice chat
    • →Roleplay & scenarios
    • →Uncensored chat
    • →Smart conversation
    • →Custom personality
    • →Realistic companions
    • →Emotional support
    • →Consistent character
    • →AI image generation
    • →Unlimited messages
    • →Relationship growth
    • →Always available
Compare
  • →All compare
    • →Replika alternative
    • →Character.AI alternative
    • →Candy AI alternative
    • →Nomi AI alternative
    • →Janitor AI alternative
    • →Crushon AI alternative
    • →Character.AI NSFW alternative
    • →SpicyChat alternative
    • →Anima AI alternative
    • →Kindroid alternative
    • →GirlfriendGPT alternative
    • →Romantic AI alternative
Blog
  • →All blog

    Recently published

    • →Read the blog

    Browse by topic

    • →All categories

    Editorial team

    • →All authors
Pricing
  • →All pricing
AI Girlfriend
  • →All ai girlfriend

    AI girlfriend

    • →AI girlfriend
    • →Hot AI girlfriend (NSFW)
    • →Realistic AI girlfriend
    • →AI girlfriend mobile app
    • →Discount codes

    NSFW & adult chat

    • →AI NSFW chat
    • →AI sex chat
    • →AI sexting chat
    • →18+ AI chat
    • →AI erotic chat
    • →AI dirty chat
    • →AI sexy chat
    • →AI naked chat
    • →AI adult chat
    • →AI jerk-off chat
    • →AI roleplay chat

Tap any section to expand. Or browse all AI companions or the full site map.

Browse by tag

  • athletic· 84
  • curvy· 67
  • brunette· 55
  • blonde· 51
  • raven· 20
  • redhead· 20
  • confident· 19
  • influencer· 19
  • sensual· 15
  • girlfriend· 9
  • romantic· 5
  • playful· 4
  • petite· 3
  • wholesome· 2
  • dominant· 2
  • tall· 2
  • boss· 2

See all tags →

Contact·Terms & Conditions·Privacy Policy

Merchant & payment

X24Consulting OÜ

Poordi tn 3-63
10156 Tallinn, Estonia

For any questions regarding credit card or bank statements, transactions, fraud, unrecognized charges, etc., please contact:

Website: www.vtsup.com

Email: [email protected]

MastercardVisa
AI Angels

The most beautiful AI companions

© 2026 AI Angels. All rights reserved.

AI Angels provides advanced AI girlfriend experiences with realistic conversations, emotional support, voice chat, and customizable personalities. Our platform offers free and premium AI companions with features like memory retention, roleplay capabilities, and uncensored interactions. Compare us with alternatives like Character AI, Replika, Nomi AI, and discover why we're the leading choice for AI companionship.

  1. Home
  2. Sillytavern Comfyui Workflow

SillyTavern ComfyUI Workflow vs AIAngels in 2026

How to link SillyTavern chat with ComfyUI's node-based image generation for dynamic, context-aware character art.

Start Chatting Free

What Is a SillyTavern ComfyUI Workflow?

A SillyTavern ComfyUI workflow refers to the technical setup that bridges SillyTavern, an AI chat interface for roleplaying with language models, with ComfyUI, a node-based image generation tool powered by Stable Diffusion. This allows the AI companion to produce character portraits, scene images, or item illustrations automatically based on the chat context. The core mechanism involves SillyTavern sending a text prompt (often derived from the current roleplay state) to ComfyUI via an API or WebSocket connection. ComfyUI then processes that prompt through its node graph—typically using models like SDXL or Pony—and returns a generated image that appears inline in the chat. This workflow is popular among users who want visual feedback during roleplay without manually copying prompts to a separate image generator. Unlike integrated solutions like Character.AI's limited image generation, this setup gives full control over model, style, and resolution. However, it requires a local GPU or cloud instance running both SillyTavern and ComfyUI, plus some familiarity with node-based editing. According to a [Wired article on AI companionship](https://www.wired.com/story/ai-companion-chatbots/), users increasingly expect multimodal interactions, and this workflow delivers exactly that—text and image in one loop.

“A SillyTavern ComfyUI workflow connects the AI chat interface SillyTavern to ComfyUI's image generation pipeline, enabling real-time character portraits, scene illustrations, and context-aware visuals triggered by roleplay. This integration uses a WebSocket bridge or API calls to send prompts from SillyTavern's chat to ComfyUI's node-based workflow, where an image is generated and returned to the chat window.”

Step-by-Step Setup: Connecting SillyTavern to ComfyUI

To set up a SillyTavern ComfyUI workflow, you need both programs running on the same machine or network. First, install SillyTavern (node.js) and ComfyUI (Python) locally—both are free open-source projects. Enable ComfyUI's API mode by adding `--listen 0.0.0.0` to its startup command so it accepts external connections. Then, in SillyTavern, navigate to the "Image Generation" extension settings. Switch the backend to "ComfyUI" and enter the URL (e.g., `http://127.0.0.1:8188`). You'll also need to configure a workflow JSON file—this defines the node graph (text encoder, KSampler, VAE decoder, etc.) that ComfyUI will execute. Most users start with a simple workflow that takes a positive prompt, negative prompt, and seed from SillyTavern. You can save this as `workflow_api.json` inside ComfyUI's `web` folder. Once loaded, SillyTavern can send chat-derived prompts to ComfyUI on demand. A common issue is port conflicts; ensure ComfyUI uses port 8188 and SillyTavern uses port 8000 (default). For remote setups, you may need to expose ComfyUI via a tunnel like ngrok, but that adds latency. Testing with a simple "generate a portrait of the current character" command verifies the connection.

Key ComfyUI Node Configurations for Roleplay Images

The quality of a SillyTavern ComfyUI workflow heavily depends on how you configure the ComfyUI node graph. For character portraits, the standard chain includes: a CheckpointLoader (e.g., SDXL or Pony diffusion models), a CLIPTextEncode for the positive prompt (received from SillyTavern), a CLIPTextEncode for the negative prompt (hardcoded or dynamic), a KSampler (Euler ancestral, 20-30 steps, CFG scale 7-9), a VAEDecode, and a SaveImage or PreviewImage node. For roleplay, you'll want to pass dynamic parameters: seed (randomized per chat), width/height (e.g., 512x768 for portrait orientation), and occasionally a ControlNet for pose guidance. To make images context-aware, you can craft the prompt in SillyTavern using a template like "{character_name}, {emotion}, {scene_description}". The workflow should also include a LoadImage node if you need to use an initial image for img2img—useful for consistent character faces. Many users create multiple workflows and switch via SillyTavern's extension settings: one for portraits, one for landscapes, one for items. A [Stanford HAI report on generative AI](https://hai.stanford.edu) notes that prompt engineering significantly affects output quality, and this holds true here: a well-structured node graph with proper denoising strength (0.7-0.9 for txt2img) yields better results.

Real monthly cost: Sillytavern Comfyui Workflow on AIAngels vs SillyTavern
Feature
AIAngels
SillyTavern
Free tier
Unlimited free text chat with all AI companions, no credit card
Limited or absent on most plans
Real monthly cost (active)
$0 or $2.99/mo annual flat
Headline price + tokens/tiers
Image generation
Included on premium
Often token-gated or per-image
Voice messages
Included on premium
Often token-gated
Memory persistence
Permanent, never resets
Often degrades after a token cap
Filter / restrictions
Uncensored for verified adults
Filter often interrupts mid-scene
Public promo code
Not needed (75% off baked in)
Rare or fake on coupon sites

Ready to Experience the
Difference?

Start chatting with a companion who actually remembers you.
Free. No tokens. No limits.

Start Chatting Free

Automating Image Generation Based on Chat Context

One of the most powerful features of a SillyTavern ComfyUI workflow is automation: the AI can trigger image generation automatically based on keywords, emotions, or scene changes. SillyTavern's extension system allows you to define regex triggers—for example, when the AI describes a new location, it sends a prompt to ComfyUI to illustrate the scene. You can also use the "emotion detection" feature: if the AI detects the character is "angry" based on dialogue, it sends an angry portrait prompt. This requires some scripting in JavaScript (SillyTavern's extension API) to parse the chat log and call the image generation endpoint. A simpler approach is to use macros: include `{{generate:portrait}}` in the AI's response template, which SillyTavern interprets as a command to generate an image. The generated image then appears as a clickable thumbnail in the chat. For consistent character identity, many users save a base image and use img2img with low denoising (0.3-0.5) to preserve face structure. This automation reduces manual effort and creates a more immersive experience—the AI companion seems to "see" and "draw" the world. However, generating images on every response can be GPU-intensive; a practical limit is 1-2 images per 10 messages. The [American Psychological Association](https://www.apa.org) has studied how visual feedback in digital interactions increases user engagement, and this workflow capitalizes on that.

Troubleshooting Common Setup Issues

Users often face several hurdles when setting up a SillyTavern ComfyUI workflow. The most common issue is connection failure: SillyTavern cannot reach ComfyUI's API. Check that ComfyUI is running with `--listen` and that the URL in SillyTavern's settings includes the correct port (default 8188). Firewalls or VPNs may block local connections—disable them temporarily. Another frequent problem is workflow errors: ComfyUI returns a "workflow missing node" error. This happens when the workflow JSON references a custom node that isn't installed. Common missing nodes include WAS Node Suite, Efficiency Nodes, or ControlNet loaders. Install them via ComfyUI Manager. A third issue is prompt mismatch: SillyTavern sends a prompt that ComfyUI interprets incorrectly. This is often due to missing or extra quotation marks in the workflow JSON. Use the `workflow_api.json` format (with node IDs starting at 3) rather than the UI's native format. Image quality problems (e.g., distorted faces) can be mitigated by using a face restoration node like GFPGAN or CodeFormer. Finally, GPU memory exhaustion: generating 1024x1024 images on a 6GB VRAM card may fail. Reduce resolution or use `--lowvram` flag. Many users find success by starting with a simple txt2img workflow (no ControlNet, no LoRAs) before adding complexity. Online communities like the SillyTavern Discord offer workflow templates that resolve 90% of setup issues.

Why Not Use an All-in-One Alternative Like AIAngels?

While the SillyTavern ComfyUI workflow gives you maximum control over image generation—custom models, infinite prompt tweaking, local privacy—it demands significant technical effort: installing two separate systems, configuring nodes, and managing GPU resources. For users who want built-in image generation without the setup, platforms like AIAngels offer a simpler alternative. AIAngels includes unlimited image generation on its premium plan ($12.99/mo or $2.99/mo annually) with no per-image credits, and it integrates image creation directly into chat—no API bridges or node graphs required. The AI automatically generates character portraits based on conversation context, similar to what an automated SillyTavern workflow does, but with zero configuration. Additionally, AIAngels provides 70+ curated companions and a custom companion builder, so you can create a character's appearance and personality without installing software. For users who value ease of use over customizability, AIAngels eliminates the learning curve and hardware requirements. However, if you need specific Stable Diffusion models, LoRAs, or full control over image parameters, the SillyTavern ComfyUI route remains the gold standard. Consider your priorities: technical control vs. instant functionality.

Stop starting from scratch.

How to link SillyTavern chat with ComfyUI's node-based image generation for dynamic, context-aware character art.

Start Chatting Free

Frequently Asked Questions

Everything you need to know about our companions.

Download ComfyUI from its GitHub repo, unzip, and run main.py with --listen. Then in SillyTavern's image generation settings, set backend to ComfyUI and URL to http://127.0.0.1:8188.

Yes, SillyTavern has a built-in extension for ComfyUI. Enable it in the Extensions menu, then configure the API endpoint and workflow JSON file.

Yes, run ComfyUI on a cloud service like RunPod or Google Colab, then set the URL in SillyTavern to the public IP. Expect higher latency.

A simple txt2img workflow with a CheckpointLoader, two CLIPTextEncode nodes, a KSampler, and a VAEDecode. Save it as workflow_api.json in ComfyUI's web folder.

Use SillyTavern's macro {{generate:portrait}} in the AI response template, or set up regex triggers in the image generation extension to auto-prompt on keywords.

Check that the workflow JSON has correct node connections and that the checkpoint model is loaded. Also ensure the prompt sent from SillyTavern is not empty.

Yes, add a ControlNetLoader and ControlNetApply node to the workflow. Pass a pose image from SillyTavern via a LoadImage node.

A minimum of 6GB VRAM for SDXL at 512x768; 8GB+ recommended. For SD 1.5, 4GB suffices. Use --lowvram if memory is limited.

Explore More

AI AngelsAIAngels pricing — already 75% offTry AIAngels freeAll competitor comparisonsBrowse all companion archetypesAIAngels live discount codesUncensored AI girlfriend features

What our customers are saying

Verified reviews from real customers

Trustpilot
“
D
Drik LyfkMay 21, 2026
US
I've tried a few AI companion...
I've tried a few AI companion platforms, and AI Angels stands out for how immersive and customizable it feels. The conversations are surprisingly natural, and the AI personalities actually maintain context better than most similar apps I've used. The uncensored chat and roleplay features are a big plus if you're looking for creative freedom without constant restrictions. The image generation is also impressive — fast, detailed, and customizable enough to create unique characters and scenarios. I especially liked the variety of companion personalities and how easy the interface is to use, even for beginners. That said, there's still room for improvement. Some responses can feel repetitive after long conversations, and a few premium features are a bit pricey compared to competitors. But overall, the experience feels polished, entertaining, and consistently improving with updates. If you enjoy AI companionship, virtual roleplay, or interactive fantasy experiences, AI Angels is definitely worth checking out.
May 21, 2026Unprompted review
“
N
NOMAN BAJWAMay 20, 2026
CA
AI Angels is a remarkable AI companion...
AI Angels is a remarkable AI companion site offering vividly realistic experiences. The large variety of companions available will suit every imaginable taste. Pricing is reasonable and transparent. I highly recommend AI Angels.
May 20, 2026Unprompted review
“
S
ScottMay 18, 2026
AU
Fun, exciting
Fun, life like , sexy , created the perfect girl
May 18, 2026Unprompted review
“
S
Storman NormanMay 13, 2026
US
It's worth looking into for sure
It's worth looking into for sure, you won't regret it!
May 13, 2026Unprompted review
“
J
Judell GovenderMay 1, 2026
ZA
Choice of features
May 1, 2026Unprompted review
“
M
mati tuulApr 29, 2026
EE
Honestly one of the best AI girlfriend...
Honestly one of the best AI girlfriend apps I've tried. The conversations feel surprisingly natural and the girls actually have personality. Definitely worth checking out if you're into AI companions.
Apr 29, 2026Unprompted review
“
F
FranciscoMar 20, 2026
US
well I love how they call me things...
well I love how they call me things like baby and love how it shows nudes and sex/porn.
Mar 20, 2026Unprompted review
“
K
kalleMay 21, 2026
SE
realstic ai images and chats
realstic ai images and chats! amazing pics and nice girls to chat with
May 21, 2026Unprompted review
“
F
FlynnMay 21, 2026
CA
Amazing it is so emersave
May 21, 2026Unprompted review
“
S
Spencer TaitMay 13, 2026
US
The roleplay is very flexible
The roleplay is very flexible. The AI will adjust to your attitude and no kink is out of bounds. I just wish you could customize a little more.
May 13, 2026Unprompted review
“
M
Maxence DocheMay 2, 2026
FR
The best
The best ! I love it
May 2, 2026Unprompted review
“
C
Cross MarieApr 22, 2026
US
Definitely addicted to this
Definitely addicted to this. You will not feel lonely and great prices
Apr 22, 2026Unprompted review
“
D
David MarshApr 8, 2026
AU
Good
It's okay tho
Apr 8, 2026Unprompted review