返回
SD3.5 Large Blur - After
SD3.5 Large Blur - Before

The SD3.5 Large Blur workflow is designed to generate high-quality images by leveraging blurred reference images as a guide. This technique utilizes the Stable Diffusion 3.5 (SD3.5) model, which is known for its ability to create detailed and visually appealing images. The workflow incorporates several key nodes, including the KSampler, CheckpointLoaderSimple, and ControlNetLoader, to efficiently manage the image generation process. By using a blurred image as a reference, the workflow can focus on capturing the essence of the image while allowing for creative interpretation in the finer details. This approach is particularly useful for artists and designers looking to create unique and imaginative visuals based on existing images.

The workflow begins by loading the necessary models and checkpoints, such as the 'sd3.5_large_fp8_scaled.safetensors' and the 'sd3.5_large_controlnet_blur.safetensors'. These models are essential for the ControlNetApplyAdvanced node, which applies advanced control techniques to the image generation process. Users are encouraged to preprocess their images using the 'comfyui_controlnet_aux' tool to ensure optimal results. The CLIPTextEncode node allows for the integration of text prompts that guide the image generation, enabling users to specify desired characteristics, such as color and style. The final output is decoded using the VAEDecode node and saved with the SaveImage node, providing users with a ready-to-use image that meets their creative needs.