draw-thing
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDraw Thing
Draw Thing
Local AI image and media generation through . Use the current Draw Things command surface: , , , , and .
draw-things-cligeneratemodels listmodels ensuremodels importtrain loraScope: Local Draw Things image generation, image editing, model setup, model inventory, imports, and short local media generation. NOT for UI implementation (design), ad creative strategy (ad-creative), cloud image APIs, or general AI-model market research.
通过实现本地AI图像与媒体生成。使用当前Draw Things的命令集:、、、和。
draw-things-cligeneratemodels listmodels ensuremodels importtrain lora适用范围: 本地Draw Things图像生成、图像编辑、模型设置、模型清单管理、模型导入以及本地短媒体生成。不适用于UI实现(设计)、广告创意策略(广告创意)、云端图像API调用或通用AI模型市场调研。
Canonical Vocabulary
标准术语表
| Term | Meaning | NOT |
|---|---|---|
| txt2img | Text-to-image generation: prompt in, image file out | img2img |
| img2img | Image-to-image generation: input image plus prompt | txt2img |
| media | Video or audio-video generation with | UI animation |
| model id | Draw Things model filename or model reference accepted by | display name guess |
| recommended pack | Current rig-aware model set approved for this Mac | every installed model |
| legacy model | Older model kept for compatibility, not recommended by default | deletion target |
| cfg | Current CLI guidance flag: | old |
| strength | Img2img change amount: lower preserves, higher redraws | output scale |
| seed | Reproducibility value for identical prompts/settings | model selection |
| config file | JSON file passed with | direct CLI flag |
| 术语 | 含义 | 排除项 |
|---|---|---|
| txt2img | 文本转图像生成:输入提示词,输出图像文件 | img2img |
| img2img | 图像转图像生成:输入图像加提示词 | txt2img |
| media | 使用 | UI动画 |
| model id | Draw Things模型文件名或 | 猜测的显示名称 |
| recommended pack | 当前针对该Mac设备配置的推荐模型集合 | 所有已安装模型 |
| legacy model | 为兼容保留的旧模型,默认不推荐使用 | 待删除目标 |
| cfg | 当前CLI的引导参数: | 旧参数 |
| strength | Img2img的修改幅度:值越小保留原图越多,值越大重绘程度越高 | 输出尺寸 |
| seed | 用于确保相同提示词/设置生成相同结果的可复现值 | 模型选择 |
| config file | 通过 | 直接CLI参数 |
Dispatch
命令调度
| Mode | Action |
|---|---|---|
| Generate | txt2img with best current image defaults |
| Natural language image description | Auto: Generate | Detect prompt intent and choose a model |
| Edit | img2img with |
| Path to image + modification intent | Auto: Edit | Preserve original, write a new output file |
| Media | Generate short local media with |
| Setup | Inventory rig and ensure recommended pack |
| Inventory | Run model inventory helper and summarize gaps |
| Import | Use |
| Model info | Show current role, settings, and status |
| Batch | Use a shell loop with multiple seeds and outputs |
| Refine | Re-run with a locked seed and one changed parameter |
| Advanced | Verify config-file workflow before running |
| (empty) | Help | Verify CLI, show modes and examples |
| 模式 | 操作说明 |
|---|---|---|
| 生成 | 使用当前最佳图像默认参数执行txt2img |
| 自然语言图像描述 | 自动:生成 | 检测提示词意图并选择对应模型 |
| 编辑 | 使用 |
| 图像路径+修改意图 | 自动:编辑 | 保留原图,生成新的输出文件 |
| 媒体生成 | 使用 |
| 设置 | 检测设备配置并确保推荐模型集合已安装 |
| 清单管理 | 运行模型清单助手并汇总缺失的模型 |
| 导入 | 使用 |
| 模型信息 | 显示模型当前角色、设置和状态 |
| 批量生成 | 使用Shell循环搭配多个seed生成多份输出 |
| 优化 | 锁定seed,仅修改一个参数重新运行 |
| 高级操作 | 运行前先验证配置文件工作流 |
| (空参数) | 帮助 | 验证CLI,显示模式及示例 |
Auto-Detection Heuristic
自动检测规则
- Prompt asks to install, download, configure, or choose best models -> Setup.
- Prompt asks for model list, current downloads, or missing models -> Inventory.
- Prompt asks for video, motion, mp4, mov, frames, or animation -> Media.
- Existing file path plus edit/restyle/change/transform -> Edit.
- Existing file path plus upscale/control/lora/inpaint -> Advanced, then verify current CLI/config support before running.
- Descriptive text with no file path -> Generate.
- Ambiguous -> ask which mode and state the tradeoff.
- 提示词涉及安装、下载、配置或选择最佳模型 → 设置模式。
- 提示词询问模型列表、当前下载情况或缺失模型 → 清单管理模式。
- 提示词涉及视频、动态、mp4、mov、frames或动画 → 媒体生成模式。
- 包含现有文件路径加编辑/重新风格化/修改/转换需求 → 编辑模式。
- 包含现有文件路径加上 upscale/control/lora/inpaint 需求 → 高级操作模式,运行前需验证当前CLI/配置支持情况。
- 仅包含描述性文本且无文件路径 → 生成模式。
- 意图模糊 → 询问用户选择哪种模式并说明权衡点。
Prerequisite Protocol
前置操作流程
Run before any generation or model mutation:
- Check CLI: .
command -v draw-things-cli - If missing, show install command and stop:
bash
brew install drawthingsai/draw-things/draw-things-cli - Verify installed command surface: .
draw-things-cli generate --help - For setup/inventory, prefer:
bash
uv run python skills/draw-thing/scripts/model_inventory.py --format json - Always pass ; without it, the current CLI may only preview in supported terminals instead of writing a file.
--output
在执行任何生成或模型变更操作前需完成以下步骤:
- 检查CLI是否存在:。
command -v draw-things-cli - 若未安装,显示安装命令并终止操作:
bash
brew install drawthingsai/draw-things/draw-things-cli - 验证已安装的命令集:。
draw-things-cli generate --help - 对于设置/清单管理操作,优先使用:
bash
uv run python skills/draw-thing/scripts/model_inventory.py --format json - 必须传入参数;若省略,当前CLI可能仅在支持的终端中预览图像,而非写入文件。
--output
Current Best Model Policy
当前最佳模型策略
As of 2026-05-15, this Mac is Apple M1 Pro, arm64, macOS 26.5, 32 GiB unified memory. Use current Draw Things optimized checkpoints and do not recommend legacy SDXL/SD1.5/FLUX.1 families unless the user explicitly asks for compatibility.
| Role | Model id | Status | Default use |
|---|---|---|---|
| Fast image default | | recommended | Fast drafts, 8 steps, |
| Best text/layout/realism | | recommended | Posters, typography, polished images |
| Creative base | | recommended | General creative exploration |
| High-end FLUX/reference/edit | | recommended | FLUX.2 workflows on 32 GiB |
| Instruction image edit | | recommended | Img2img/edit prompts |
| Art/prompt-following alternative | | recommended download | Highest-quality art alternative |
| Fast local media | | recommended download | Short text/video generation |
| Rig-fit Wan media | | recommended download | Current Wan video on 32 GiB |
Legacy/redundant downloaded models are not deletion targets without approval: , , and .
flux_1_schnell_q8p.ckptflux_1_fill_dev_q8p.ckptflux_2_klein_4b_q6p.ckptAuxiliary text/VLM files and incomplete partials are not recommended generation models. For example, is an incomplete stale auxiliary artifact, not a mid-May 2026 best-pack model.
llama_3.1_8b_instruct_q8p.ckpt.partQwen Layered remains a current optional workflow target, but not a guaranteed best-pack install on this rig: failed verification with a checksum mismatch, and repeatedly stalled during CLI download. Use for reliable local editing unless the user explicitly asks to keep retrying Layered.
qwen_image_layered_1.0_bf16_q6p.ckptqwen_image_layered_1.0_bf16_q8p.ckptqwen_image_edit_2511_q8p.ckptFor exact install commands, current/legacy distinctions, and quantization rules, load .
references/model-catalog.md截至2026-05-15,该设备为Apple M1 Pro(arm64架构),运行macOS 26.5,配备32GiB统一内存。使用当前Draw Things优化后的模型 checkpoint,除非用户明确要求兼容,否则不推荐使用旧版SDXL/SD1.5/FLUX.1系列模型。
| 角色 | 模型ID | 状态 | 默认使用场景 |
|---|---|---|---|
| 快速图像生成默认模型 | | 推荐使用 | 快速草稿生成,8步迭代, |
| 文本/布局/写实最佳模型 | | 推荐使用 | 海报、排版、精细化图像生成 |
| 创意基础模型 | | 推荐使用 | 通用创意探索 |
| 高端FLUX参考/编辑模型 | | 推荐使用 | 32GiB设备上的FLUX.2工作流 |
| 指令式图像编辑模型 | | 推荐使用 | Img2img/编辑类提示词 |
| 艺术/提示词跟随替代模型 | | 推荐下载 | 高质量艺术风格替代模型 |
| 快速本地媒体生成模型 | | 推荐下载 | 短文本/视频生成 |
| 适配设备的Wan媒体模型 | | 推荐下载 | 32GiB设备上的当前Wan视频生成 |
未经用户批准,以下旧版/冗余下载模型不可删除:、和。
flux_1_schnell_q8p.ckptflux_1_fill_dev_q8p.ckptflux_2_klein_4b_q6p.ckpt辅助文本/VLM文件和未完成的部分文件不推荐作为生成模型。例如,是未完成的过时辅助文件,不属于2026年5月中旬的推荐模型集合。
llama_3.1_8b_instruct_q8p.ckpt.partQwen Layered仍是当前可选的工作流目标,但该设备不保证默认安装推荐集合中的该模型:验证时出现校验和不匹配,在CLI下载时反复停滞。除非用户明确要求重试安装Layered模型,否则使用进行可靠的本地编辑。
qwen_image_layered_1.0_bf16_q6p.ckptqwen_image_layered_1.0_bf16_q8p.ckptqwen_image_edit_2511_q8p.ckpt如需准确的安装命令、当前/旧版模型区分规则及量化规则,请查看。
references/model-catalog.mdCore Generation Protocols
核心生成流程
Every mode follows this pattern:
- Validate: CLI exists, input files exist, model is downloaded or is intentional.
--download-missing - Select defaults: choose a current model by role unless the user provided .
--model - Build command: use only flags shown by , or use
draw-things-cli generate --helpfor advanced app settings.--config-file - Show command: display the full command before running.
- Execute: run through Bash and capture output.
- Report: output path, seed, model id, dimensions, steps, and cfg.
所有模式均遵循以下流程:
- 验证:确认CLI存在、输入文件存在、模型已下载或用户明确使用参数。
--download-missing - 选择默认值:除非用户指定参数,否则根据角色选择当前推荐模型。
--model - 构建命令:仅使用中显示的参数,或使用
draw-things-cli generate --help进行高级应用设置。--config-file - 显示命令:执行前展示完整命令。
- 执行:通过Bash运行命令并捕获输出。
- 报告:输出路径、seed、模型ID、尺寸、迭代步数和cfg参数值。
Mode: Generate
生成模式
Fast draft default:
bash
draw-things-cli generate \
--model z_image_turbo_1.0_q8p.ckpt \
--prompt "<prompt>" \
--steps 8 \
--cfg 0 \
--width 1024 \
--height 1024 \
--seed <seed> \
--output <output.png>Quality/text default:
bash
draw-things-cli generate \
--model qwen_image_2512_q8p.ckpt \
--prompt "<prompt>" \
--steps 40 \
--cfg 4 \
--width 1328 \
--height 1328 \
--seed <seed> \
--output <output.png>快速草稿默认命令:
bash
draw-things-cli generate \
--model z_image_turbo_1.0_q8p.ckpt \
--prompt "<prompt>" \
--steps 8 \
--cfg 0 \
--width 1024 \
--height 1024 \
--seed <seed> \
--output <output.png>高质量/文本优化默认命令:
bash
draw-things-cli generate \
--model qwen_image_2512_q8p.ckpt \
--prompt "<prompt>" \
--steps 40 \
--cfg 4 \
--width 1328 \
--height 1328 \
--seed <seed> \
--output <output.png>Mode: Edit
编辑模式
bash
draw-things-cli generate \
--model qwen_image_edit_2511_q8p.ckpt \
--image <input.png> \
--prompt "<edit instruction>" \
--strength 0.55 \
--steps 30 \
--cfg 4 \
--seed <seed> \
--output <output.png>Use for subtle edits, for visible edits, and for heavy redraws.
--strength 0.25-0.40.5-0.650.75+bash
draw-things-cli generate \
--model qwen_image_edit_2511_q8p.ckpt \
--image <input.png> \
--prompt "<edit instruction>" \
--strength 0.55 \
--steps 30 \
--cfg 4 \
--seed <seed> \
--output <output.png>细微编辑使用,可见编辑使用,大幅重绘使用。
--strength 0.25-0.40.5-0.650.75+Mode: Media
媒体生成模式
bash
draw-things-cli generate \
--model ltx_2.3_22b_distilled_q6p.ckpt \
--prompt "<motion prompt>" \
--frames 49 \
--width 768 \
--height 512 \
--seed <seed> \
--output <output.mov>Use LTX distilled first for this rig. Keep width/height divisible by 32 and frames divisible by 8 plus 1.
bash
draw-things-cli generate \
--model ltx_2.3_22b_distilled_q6p.ckpt \
--prompt "<motion prompt>" \
--frames 49 \
--width 768 \
--height 512 \
--seed <seed> \
--output <output.mov>该设备优先使用LTX蒸馏模型。保持宽高为32的倍数,帧数为8的倍数加1。
Mode: Setup
设置模式
Run inventory first:
bash
uv run python skills/draw-thing/scripts/model_inventory.py --recommended-pack all --format jsonThen run missing entries after showing them to the user. Do not delete legacy models unless the user separately approves a prune operation.
ensure_command先运行清单管理:
bash
uv run python skills/draw-thing/scripts/model_inventory.py --recommended-pack all --format json然后向用户展示缺失模型的命令并执行。除非用户单独批准清理操作,否则不得删除旧版模型。
ensure_commandMode: Inventory
清单管理模式
bash
uv run python skills/draw-thing/scripts/model_inventory.py --format jsonSummarize installed, missing recommended models, and redundant legacy downloads.
Report and separately so helper files or stale files are not mistaken for current best models.
incomplete_downloadsauxiliary_or_dependency_files.partbash
uv run python skills/draw-thing/scripts/model_inventory.py --format json汇总已安装模型、缺失的推荐模型及冗余的旧版下载模型。单独报告和,避免将辅助文件或过时的文件误认为当前最佳模型。
incomplete_downloadsauxiliary_or_dependency_files.partMode: Batch
批量生成模式
The current CLI does not expose . Use a shell loop and explicit output names:
--batch-countbash
for seed in 1201 1202 1203 1204; do
draw-things-cli generate \
--model z_image_turbo_1.0_q8p.ckpt \
--prompt "<prompt>" \
--steps 8 \
--cfg 0 \
--width 1024 \
--height 1024 \
--seed "$seed" \
--output "$HOME/Pictures/draw-thing/run-$seed.png"
done当前CLI未提供参数。使用Shell循环和明确的输出文件名:
--batch-countbash
for seed in 1201 1202 1203 1204; do
draw-things-cli generate \
--model z_image_turbo_1.0_q8p.ckpt \
--prompt "<prompt>" \
--steps 8 \
--cfg 0 \
--width 1024 \
--height 1024 \
--seed "$seed" \
--output "$HOME/Pictures/draw-thing/run-$seed.png"
doneMode: Advanced
高级操作模式
The current does not expose old direct flags such as , , , , , , or . For ControlNet, LoRA, inpaint, upscale, tiling, and other app-level settings:
generate --help--controls--loras--mask--upscaler--batch-count--sampler--guidance-scale- Re-check .
draw-things-cli generate --help - Use Draw Things app-managed settings or /
--config-jsononly when the schema is verified.--config-file - Never invent direct flags from older examples.
当前未显示旧版直接参数,如、、、、、或。对于ControlNet、LoRA、inpaint、upscale、tiling及其他应用级设置:
generate --help--controls--loras--mask--upscaler--batch-count--sampler--guidance-scale- 重新检查。
draw-things-cli generate --help - 仅在验证 schema 后,使用Draw Things应用管理的设置或/
--config-json参数。--config-file - 切勿从旧示例中使用未被支持的直接参数。
Prompt Quick-Reference
提示词速查表
| Model family | Style | Negative prompt |
|---|---|---|
| Z Image Turbo/Base | Direct natural-language instructions; concise composition details | Supported when useful, keep short |
| Qwen Image 2512 | Explicit layout, typography, exact text, editorial language | Supported, keep targeted |
| Qwen Edit/Layered | Imperative edit instructions and preservation constraints | Use only for what to avoid changing |
| FLUX.2 | Natural language, reference/edit details, precise scene intent | Verify per model; do not assume FLUX.1 rules |
| HiDream I1 Full | Rich art direction, style, medium, lighting, composition | Short targeted negatives if used |
| LTX/Wan media | Describe motion over time, camera movement, temporal continuity | Avoid still-image-only tag lists |
For templates and troubleshooting, load .
references/prompt-patterns.md| 模型系列 | 风格特点 | 负面提示词建议 |
|---|---|---|
| Z Image Turbo/Base | 直接自然语言指令;简洁的构图细节 | 必要时使用,保持简短 |
| Qwen Image 2512 | 明确的布局、排版、精确文本、编辑类语言 | 支持使用,保持针对性 |
| Qwen Edit/Layered | 命令式编辑指令和保留约束条件 | 仅用于指定需避免修改的内容 |
| FLUX.2 | 自然语言、参考/编辑细节、精确场景意图 | 按模型验证;勿假设遵循FLUX.1规则 |
| HiDream I1 Full | 丰富的艺术指导、风格、媒介、光线、构图 | 若使用则保持简短且针对性强 |
| LTX/Wan媒体模型 | 描述随时间变化的动作、相机运动、时间连续性 | 避免仅使用静态图像标签列表 |
如需模板和故障排查,请查看。
references/prompt-patterns.mdScaling Strategy
适配策略
| Request size | Strategy |
|---|---|
| Single image | Use |
| Text/layout critical | Use |
| Edit existing image | Use |
| Layer/editability workflow | Use Qwen Layered only if already installed; otherwise explain prior install failures and ask before retrying |
| Heavy art quality | Try |
| Short video | Use LTX distilled q6p first; keep dimensions moderate |
| Many variations | Use shell loops, fixed output paths, and modest seed batches |
| 请求类型 | 策略说明 |
|---|---|
| 单张图像生成 | 默认使用 |
| 文本/布局要求严格 | 使用 |
| 编辑现有图像 | 先使用 |
| 分层/可编辑工作流 | 仅在已安装Qwen Layered时使用;否则说明之前的安装失败并询问用户是否重试 |
| 高质量艺术风格生成 | 尝试使用 |
| 短视频生成 | 优先使用LTX蒸馏q6p模型;保持尺寸适中 |
| 多版本变体生成 | 使用Shell循环、固定输出路径和适量的seed批次 |
Output Handling
输出处理
- Default skill output directory: .
~/Pictures/draw-thing/ - Create it before generation: .
mkdir -p "$HOME/Pictures/draw-thing" - Always pass ; do not rely on implicit output behavior.
--output <file> - Never overwrite source images; use descriptive new filenames.
- Always report output file, seed, model, steps, cfg, dimensions, and whether the model was downloaded during the run.
- 默认技能输出目录:。
~/Pictures/draw-thing/ - 生成前创建目录:。
mkdir -p "$HOME/Pictures/draw-thing" - 必须传入参数;不要依赖隐式输出行为。
--output <file> - 切勿覆盖源图像;使用描述性的新文件名。
- 必须报告输出文件、seed、模型、迭代步数、cfg参数、尺寸以及模型是否在本次运行中下载。
Error Recovery
错误恢复
| Error | Likely cause | Action |
|---|---|---|
| Old guidance or CLI mismatch | Run |
| model not found | Wrong id or not downloaded | Run |
| no output file | Missing | Re-run with explicit file path |
| killed/OOM | Model too large or dimensions too high | Lower dimensions, use q6p/q5p, or switch to faster model |
| poor text | Wrong model/prompt for typography | Use Qwen Image 2512 with exact quoted text |
| video fails | Model missing or memory pressure | Ensure LTX q6p, reduce dimensions/frames |
| 错误类型 | 可能原因 | 处理措施 |
|---|---|---|
| 旧版引导参数或CLI版本不匹配 | 运行 |
| model not found | 模型ID错误或未下载 | 运行 |
| no output file | 缺失 | 使用明确的文件路径重新运行 |
| killed/OOM | 模型过大或尺寸太高 | 减小尺寸、使用q6p/q5p模型或切换更快的模型 |
| poor text | 模型/提示词不适合排版生成 | 使用Qwen Image 2512模型并搭配带引号的精确文本提示词 |
| video fails | 模型缺失或内存压力过大 | 确保安装LTX q6p模型、减小尺寸/帧数 |
Reference Files
参考文件
Load ONE reference at a time.
| File | Content | Load When |
|---|---|---|
| Current command surface, flags, models subcommands, config caveats | Building non-trivial commands |
| 2026-05-15 current best model pack, exact ensure commands, legacy notes | Choosing/downloading models |
| Prompt patterns for Qwen, Z Image, FLUX.2, HiDream, LTX/Wan | Complex prompts or quality issues |
| Advanced controls/import/config guidance with stale-flag warnings | ControlNet, LoRA, inpaint, upscale |
| Current recipes using exposed flags and shell loops | Multi-step creative workflows |
每次仅加载一个参考文件。
| 文件路径 | 内容说明 | 加载时机 |
|---|---|---|
| 当前命令集、参数、models子命令、配置注意事项 | 构建非简单命令时 |
| 2026-05-15当前最佳模型集合、准确的ensure命令、旧版模型说明 | 选择/下载模型时 |
| Qwen、Z Image、FLUX.2、HiDream、LTX/Wan的提示词模式 | 处理复杂提示词或质量问题时 |
| 高级控制/导入/配置指南及过时参数警告 | 处理ControlNet、LoRA、inpaint、upscale时 |
| 使用已公开参数和Shell循环的当前工作流示例 | 处理多步骤创意工作流时 |
Validation Contract
验证规范
Run from this skill directory before declaring changes complete:
bash
python scripts/check.py
python scripts/model_inventory.py --format jsonCompletion criteria:
- exits 0.
scripts/check.py - Model inventory identifies recommended-pack status.
- No command examples use stale direct flags unsupported by current .
generate --help - No portable-CLI violations remain under this skill directory.
在完成变更前,从技能目录运行以下命令:
bash
python scripts/check.py
python scripts/model_inventory.py --format json完成标准:
- 执行返回0。
scripts/check.py - 模型清单能识别推荐模型集合的状态。
- 所有命令示例均未使用当前不支持的过时直接参数。
generate --help - 技能目录下无违反可移植CLI规范的内容。
Critical Rules
关键规则
- Always check before generation or model mutation.
command -v draw-things-cli - Always use as the source of truth for direct flags.
draw-things-cli generate --help - Always pass ; preview-only output is not enough for agent workflows.
--output - Use , not stale
--cfg.--guidance-scale - Do not use stale direct flags: ,
--sampler,--batch-count,--upscaler,--mask, or--controlsunless current help/config schema proves support.--loras - Prefer the recommended 2026 rig pack over legacy SDXL, SD1.5, SD2.x, SVD, FLUX.1, Qwen 1.0, Qwen Edit 2509, Wan 2.1, or old community checkpoints.
- Never delete or prune models without separate explicit user approval.
- Show the full command before running it.
- Preserve source images; write new output files.
- Report seed, model id, output path, dimensions, steps, and cfg.
- For video, keep dimensions moderate and frame count divisible by 8 plus 1.
- For advanced ControlNet/LoRA/inpaint/upscale workflows, verify or
--config-jsonschema before execution.--config-file - Do not treat auxiliary text/VLM files, sidecars, or incomplete downloads as recommended generation/media models.
.part
- 在执行生成或模型变更操作前,必须检查。
command -v draw-things-cli - 必须以作为直接参数的唯一来源。
draw-things-cli generate --help - 必须传入参数;仅预览输出不足以满足Agent工作流需求。
--output - 使用参数,而非过时的
--cfg。--guidance-scale - 不得使用过时的直接参数:、
--sampler、--batch-count、--upscaler、--mask或--controls,除非当前帮助/配置schema确认支持。--loras - 优先使用2026年设备推荐模型集合,而非旧版SDXL、SD1.5、SD2.x、SVD、FLUX.1、Qwen 1.0、Qwen Edit 2509、Wan 2.1或旧社区checkpoint。
- 未经用户单独明确批准,不得删除或清理模型。
- 执行前展示完整命令。
- 保留源图像;生成新的输出文件。
- 报告seed、模型ID、输出路径、尺寸、迭代步数和cfg参数。
- 生成视频时,保持尺寸适中且帧数为8的倍数加1。
- 对于高级ControlNet/LoRA/inpaint/upscale工作流,执行前需验证或
--config-json的schema。--config-file - 不得将辅助文本/VLM文件、附属文件或未完成的下载文件视为推荐的生成/媒体模型。
.part