戻る
SDXL Refiner Prompt

This ComfyUI workflow is designed to enhance images generated by the Stable Diffusion XL (SDXL) model using refiner models. It leverages a series of nodes to create a refined image output that is both high-quality and visually appealing. The workflow begins with loading the base SDXL model using the CheckpointLoaderSimple node, which is configured to automatically apply optimal settings for the selected SD model version. The workflow then proceeds to generate an initial latent image using the EmptyLatentImage node, which serves as the canvas for further refinement.

The core of this workflow involves the use of the CLIPTextEncode node to interpret text prompts, which guide the image generation process. The KSamplerAdvanced node introduces controlled noise into the image, allowing the model to iteratively refine and enhance the visual output. After the image has been refined, the VAEDecode node converts the latent image data into a visible format, ready for final adjustments. The SaveImage node then allows users to save the enhanced image in PNG format. This workflow is particularly useful for artists and designers who require high-quality, refined images for their projects, as it combines the power of SDXL models with advanced refinement techniques.