CivArchive
    Preview 142262823

    If you want help or share artwork please join the discord server where i also update everyone on new tools and versions: https://discord.gg/5djEeQ3wpU

    My kofi (any amount helps with AI bills): https://ko-fi.com/donutsdelivery

    # Donut Workflow V4 Beta

    A Krea2 workflow built around DonutNodes, with a redesigned interface for model setup, LoRAs, editing, prompts, generation and saving. DonutNodes supplies the controls and processing nodes; this workflow brings them together.

    Workflow file: DonutWF_v4_beta.json · DonutNodes on GitHub

    ## Quick start

    1. Install or update DonutNodes to the code accompanying this beta. Restart ComfyUI and refresh the browser after updating. An older registry build that lacks DonutImageSave or DonutEditStudio cannot run this workflow.

    2. Download DonutWF_v4_beta.json from this workflow’s download files. Drag it into ComfyUI or use Open. If GitHub shows a file preview, use Download raw file.

    3. Choose Install Missing Nodes → Install All, accept the default pack versions, and Apply Changes/restart. No WAS package is required.

    4. Select your models in 01 · Models, then use Download missing for files supported by Donut's model catalog. Install any reported uncatalogued files separately, or select models you already have.

    5. Review the enabled LoRAs, prompts, seed, resolution and output settings. Leave Editing off for a first text-to-image run, then click Run.

    The beta workflow must be distributed with the updated node code. The local installation test used the development checkout, not the older registry release. Workflow V4 Beta and the DonutNodes package version are separate version numbers.

    ### Companion packs

    Manager detects these from the workflow, including the unconnected nodes inside Required node packs. Keep that subgraph: it makes internally used dependencies visible to the missing-node installer.

    - ComfyUI-bleh: Sampler preset

    - ComfyUI Impact Pack: Detection, SAM and face-detail processing

    - ComfyUI Impact Subpack: Ultralytics detector provider

    - Derfuu ComfyUI ModdedNodes: Text boxes

    - ComfyUI Krea2 Edit: Identity-edit integration

    - Krea2 NAG: Negative attention guidance

    - Krea Seed Variance Enhancer: Seed-dependent conditioning variance

    WAS and rgthree's label nodes are no longer needed by this workflow. Existing installations may keep those packs for other workflows; updating Donut does not uninstall them.

    ### Models and downloads

    The supplied configuration selects the following files. These are the saved choices, not a promise that every file is needed in every mode or included in this repository.

    - Primary diffusion model: finepornV4INT8NVFP4BF16_v4.safetensors

    - Secondary diffusion model: krea2_turbo_bf16.safetensors

    - Text encoder: qwen3vl_4b_fp8_scaled.safetensors

    - VAE: qwen-image/qwen_image_vae.safetensors

    - Upscaler: 4x_NickelbackFS_72000_G.pth

    - Face detector: bbox/face_yolov8m.pt

    - SAM: sam_vit_b_01ec64.pth

    - Enabled generation LoRA: krea2/Krea2_NSFW_Aesthetics_V1.safetensors

    - Edit LoRA: krea2/krea2_identity_edit_v1_2.safetensors

    Use ComfyUI's corresponding model folders. Single-model mode does not load the secondary model. Editing uses the identity-edit LoRA; editing off requires no reference images. Review the saved model/LoRA choices before distributing your own preset.

    Download missing only downloads after a click. It uses the repository's reviewed model catalog model_sources.json), checks file size and SHA-256, and can reuse matching renamed files. It reports missing catalog entries rather than guessing download links. Some hosts require your own access credentials: Civitai uses Donut's local API-key setting; Hugging Face can use HF_TOKEN.

    ## What’s in the workflow

    Numbered cards expose everyday controls, with additional controls under Advanced. The source loaders and generation wiring live inside inspectable subgraphs. Graph and App Mode use the same underlying settings.

    - Models: choose a single model or two-model merge, encoder, VAE and upscaler.

    - LoRAs & block weights: add, remove, reorder and enable LoRAs; edit strengths and block weights through sliders or numeric fields.

    - Image setup & editing: set the output size and optional editing references.

    - Prompts: edit the general/face, scene and negative text, with wildcard tools.

    - Seed & guidance: control the shared seed, NAG and seed variance.

    - Generate & finish: adjust sampling, first/second upscale and face detail.

    - Latest result: choose a stage preview or follow the latest output; inspect the final expanded prompt and stage progress.

    - Save images: choose the destination, format, quality and filename behavior.

    ## Editing and reference guidance

    For editing, enable Editing, upload/paste/drop image A as the base scene, and optionally use image B for the subject/identity. Enter the edit instruction and adjust the crop and output sizing. With B connected, face identity comes from B. Image A alone remains supported.

    Reference guidance is a separate optional path for borrowing visual elements through Krea2's native image conditioning. Describe what to borrow in the prompt. It does not use the edit LoRA and pauses while Editing is enabled.

    Save after changing references or crops. Reference images are stored separately under ComfyUI/user/donut/edit_references/; copy that folder too when moving a personal workflow to another installation. The distributed beta has empty reference slots.

    ## Wildcards

    Use the Wildcard library card to create or edit one-choice-per-line text files. Insert haircolor* to use user/wildcards/haircolor.txt; nested names such as clothes/shirt* and __haircolor__ syntax also work. The shared seed drives expansion, so a fixed seed keeps choices repeatable. Copy your wildcard files when moving installations; they are not embedded in the workflow JSON.

    ## Saving images

    Donut Image Save replaces WAS's save node. The supplied settings preserve output/Final, the seed-based filename, WebP quality 100 and numbered saves with overwrite disabled. The secondary resized output remains a core ComfyUI save.

    The Donut saver supports 8-bit PNG, JPEG, WebP, TIFF, GIF and BMP; output/temp locations; delimiter and number placement; lossless WebP; and optional PNG/WebP workflow metadata. It does not include WAS's history browser, color-profile socket or high-bit-depth/EXR modes. Those features were unused in the migrated configuration.

    ## Moving from V3

    Open V4 Beta as a separate workflow. Keep your V3 JSON and copy your own model choices, LoRAs, prompts and settings through the visible controls. Do not copy raw widget arrays between versions: the layout and inputs changed. Re-select references in Edit Studio and copy any personal wildcard/reference files.

    V3 already supported editing, face detail, model merging, LoRA stacking and upscaling. V4 Beta reorganizes and extends that workflow; it does not introduce face detailing or promise better image quality simply from the version change. See the accompanying CHANGELOG.md for the actual differences.

    ## Beta validation and reporting

    A fresh Linux/Python 3.12.7 venv with the current DonutNodes source passed default Install All → restart → full generation, without WAS or a manual package repair. Base generation, first upscale, two face refinements and WebP saving completed on an RTX 4070. The saved 1728 × 1344 image matched the previous WAS save byte-for-byte with the same configuration. Six saver tests and 34 registration/dependency-isolation tests passed.

    That acceptance run used editing off and the second upscale disabled, and reused model files. It does not certify every configuration, model downloads, other GPUs, or Windows/macOS installation. Companion requirements still install two OpenCV variants in the tested environment; a warning remains, but imports and inference passed. No fixed minimum VRAM requirement has been established.

    When reporting a problem, include your workflow file with private content removed, DonutNodes/ComfyUI versions, OS, GPU/VRAM, active mode and full error traceback. Donut Dependency Check can provide dependency diagnostics.

    Detailed test notes accompany the node source in docs/validation/no-was-fresh-install-2026-09-09.md.

    Description

    # Donut Workflow changelog

    ## V4 Beta — compared with the original V3

    This comparison uses the original V3 JSON supplied by the author, not an

    intermediate development file that was also named V3. The source fingerprints

    and structural comparison are recorded in [comparison.json](comparison.json).

    ### Redesigned interface

    - Replaced the spread-out loader/settings layout and rgthree labels with

    numbered Donut control cards and collapsible Advanced sections.

    - Moved source loaders and generation internals into inspectable subgraphs.

    - Added direct block-weight slider controls, automatic card sizing and shared

    controls across Graph and App Mode. LoRA stacking and ordering existed in V3.

    - Added a consolidated latest-result panel, stage progress and final expanded

    prompt display while retaining the individual stage outputs.

    ### Images and editing

    - Replaced the separate Load Image, editing toggle, edit-LoRA loader and

    resolution selector with Edit Studio.

    - Added two image slots: A for the base/scene and optional B for subject/identity,

    including B-based face-reference routing.

    - Added paste/drop/upload, visual crop controls and integrated preset/custom,

    reference-aspect and crop-aligned sizing.

    - Added Reference guidance as a separate native image-conditioning path for

    generation, without an edit LoRA. It pauses while Editing is enabled.

    V3 already had a single-image edit path and a face detailer. These changes are

    editing/control additions, not a claim of universally smarter face detailing.

    ### Prompts and guidance

    - Added a persistent Wildcard library, picker and expanded-text preview;

    explicit wildcard tokens replace the old automatic prompt-addition controls.

    - Added shared seed-variance controls for general and face positives, including

    reapplication to freshly encoded edit conditioning.

    - Integrated NAG controls into the sampler, upscale and face-detail paths,

    including edit-mode negative conditioning. V3 already used a standalone NAG

    node; NAG itself is not new to the workflow.

    ### Installation and models

    - Added Download missing with a reviewed model catalog, size/hash checks,

    reuse of matching local files and cancellation.

    - Added a collapsed Required node packs subgraph so Manager can discover

    internally called Krea2 Edit, NAG and seed-variance dependencies.

    - Fixed DonutFaceDetailer registration depending on Impact Pack loading first.

    Dependency loading failures are distinct from image-quality improvements.

    - Removed WAS and rgthree label requirements from this workflow. Seven companion

    packs remain discoverable through the normal missing-node installer.

    ### Saving

    - Replaced WAS Image Save with Donut Image Save, without adding dependencies.

    - Preserved the active Final folder, seed-based filenames, numbering, WebP

    quality, overwrite setting and secondary core save output.

    - Retained MIT attribution for the adapted WAS filename numbering code.

    - Removed unused WAS-only history, color-profile and high-bit-depth/EXR controls.

    ### Defaults and compatibility

    - Existing V3 concepts remain: model merging/Fusion Control, LoRA stacking,

    Turbo sampling, face detailing, two upscale stages and seed planning.

    - The beta is a new preset as well as a new layout; saved settings differ from

    the original V3. Carry personal settings over explicitly rather than assuming

    the same prompt/seed will reproduce a V3 image.

    - The distributed configuration has editing off, first upscale on and second

    upscale off. It includes optional seed variance and integrated NAG controls.

    - Requires the updated DonutNodes code shipped with this workflow. A node-pack

    release number is not the workflow's V4 version number.

    ### Validation

    - Fresh default missing-node installation, restart and full generation passed

    with the development DonutNodes code; no WAS selection or repair override.

    - Verified base generation, first upscale, two face refinements and a 1728 × 1344

    WebP save. Output matched the preceding WAS save for the same tested preset.

    - Six saver tests and 34 registration/dependency-isolation tests passed.

    - Editing, the disabled second upscale, model downloads and Windows/macOS were

    not exercised by that final fresh-install run. These remain beta test areas.

    FAQ

    Workflows
    Krea 2

    Details

    Downloads
    192
    Platform
    CivitAI
    Platform Status
    Available
    Created
    9/9/2026
    Updated
    9/9/2026
    Deleted
    -

    Files

    krea2TurboWorkflowUpscale_v40Beta.json

    Mirrors

    krea2TurboWorkflowUpscale_v40Beta.json

    Mirrors