Назад
HiDream I1 Fast

The 'HiDream I1 Fast' workflow is designed to generate high-quality images quickly, making it ideal for rapid previews on lower-end hardware. This workflow leverages the HiDream model, specifically the 'hidream_i1_fast_fp8.safetensors', to ensure efficient processing with only 16 inference steps. The workflow utilizes a series of nodes, including VAELoader for loading the VAE model, QuadrupleCLIPLoader for handling multiple CLIP models, and KSampler for sampling the latent space. The combination of these nodes allows for a streamlined process that balances speed and image quality, making it perfect for users who need quick results without sacrificing too much detail.

Technically, the workflow begins by loading necessary models using the VAELoader and UNETLoader nodes. The EmptySD3LatentImage node is then used to initialize a latent image space, which is crucial for the diffusion process. The CLIPTextEncode node encodes the textual prompts, guiding the image generation process. The ModelSamplingSD3 node is responsible for the core image synthesis, leveraging the diffusion model to create the final image. Finally, the VAEDecode and SaveImage nodes decode the latent representation back into a visible image and save it, respectively. This workflow is particularly useful for artists and designers who need to iterate quickly on visual concepts or for developers testing different prompt variations.