Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 5 KB

README_ZH_CN.md

File metadata and controls

73 lines (42 loc) · 5 KB

comfyui-workflow-upscaler

🇬🇧 EN | 🇨🇳 中文

ComfyUI upscale 工作流。

🔍 Sharpening upscaler

⏬ Sharpening upscaler

为图像添加细节,提升分辨率。该工作流仅使用了一个upscaler模型。

🎨 Creative upscaler

⏬ Creative upscaler

利用 AI 想象出更多细节。输出效果更佳,但图中的元素可能会发生变化。

为潜空间图像设置了较低的denoise值,结合 ControlNet 的运用,来保持图片内容。

当效果不理想时,尝试调整ControlNet权重和denoise参数。

示例

原图:

放大效果:

原图:

放大效果:

使用前提

节点

Node Link
ComfyUI_UltimateSDUpscale https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git
ComfyUI-Anyline https://github.com/TheMistoAI/ComfyUI-Anyline.git

模型

Dir Model Link
checkpoints DreamShaperXL_Lightning.safetensors https://huggingface.co/Lykon/dreamshaper-xl-lightning/resolve/main/DreamShaperXL_Lightning.safetensors?download=true
controlnet mistoLine_rank256.safetensors https://huggingface.co/TheMistoAI/MistoLine/resolve/main/mistoLine_rank256.safetensors?download=true
upscale_models 4x-UltraSharp.pth https://huggingface.co/philz1337x/upscaler/resolve/main/4x-UltraSharp.pth?download=true
embeddings negativeXL_D.safetensors https://civitai.com/api/download/models/134583
loras add-detail-xl.safetensors https://civitai.com/api/download/models/135867?type=Model&format=SafeTensor

运行环境

除了本地运行,您还可以使用我的notebook代码在云端运行,无需额外配置

感谢

特别感谢 clarity-upscaler 给我的启发!Clarity-upscaler 基于 A1111,尚未提供 ComfyUI 工作流(更新:现在有了)。我尝试了它所用的模型,捣鼓出了自己的简化替代方案。我得承认,我的工作流不如原版 clarity-upscaler 的好,但仍然管用。