@@ -55,7 +55,7 @@ See what ComfyUI can do with the [example workflows](https://comfyanonymous.gith
5555## Features
5656- Nodes/graph/flowchart interface to experiment and create complex Stable Diffusion workflows without needing to code anything.
5757- Image Models
58- - SD1.x, SD2.x,
58+ - SD1.x, SD2.x ( [ unCLIP ] ( https://comfyanonymous.github.io/ComfyUI_examples/unclip/ ) )
5959 - [ SDXL] ( https://comfyanonymous.github.io/ComfyUI_examples/sdxl/ ) , [ SDXL Turbo] ( https://comfyanonymous.github.io/ComfyUI_examples/sdturbo/ )
6060 - [ Stable Cascade] ( https://comfyanonymous.github.io/ComfyUI_examples/stable_cascade/ )
6161 - [ SD3 and SD3.5] ( https://comfyanonymous.github.io/ComfyUI_examples/sd3/ )
@@ -84,9 +84,9 @@ See what ComfyUI can do with the [example workflows](https://comfyanonymous.gith
8484 - [ Hunyuan3D 2.0] ( https://docs.comfy.org/tutorials/3d/hunyuan3D-2 )
8585- Asynchronous Queue system
8686- Many optimizations: Only re-executes the parts of the workflow that changes between executions.
87- - Smart memory management: can automatically run models on GPUs with as low as 1GB vram.
87+ - Smart memory management: can automatically run large models on GPUs with as low as 1GB vram with smart offloading .
8888- Works even if you don't have a GPU with: ``` --cpu ``` (slow)
89- - Can load ckpt, safetensors and diffusers models/ checkpoints. Standalone VAEs and CLIP models.
89+ - Can load ckpt and safetensors: All in one checkpoints or standalone diffusion models, VAEs and CLIP models.
9090- Safe loading of ckpt, pt, pth, etc.. files.
9191- Embeddings/Textual inversion
9292- [ Loras (regular, locon and loha)] ( https://comfyanonymous.github.io/ComfyUI_examples/lora/ )
@@ -98,7 +98,6 @@ See what ComfyUI can do with the [example workflows](https://comfyanonymous.gith
9898- [ Inpainting] ( https://comfyanonymous.github.io/ComfyUI_examples/inpaint/ ) with both regular and inpainting models.
9999- [ ControlNet and T2I-Adapter] ( https://comfyanonymous.github.io/ComfyUI_examples/controlnet/ )
100100- [ Upscale Models (ESRGAN, ESRGAN variants, SwinIR, Swin2SR, etc...)] ( https://comfyanonymous.github.io/ComfyUI_examples/upscale_models/ )
101- - [ unCLIP Models] ( https://comfyanonymous.github.io/ComfyUI_examples/unclip/ )
102101- [ GLIGEN] ( https://comfyanonymous.github.io/ComfyUI_examples/gligen/ )
103102- [ Model Merging] ( https://comfyanonymous.github.io/ComfyUI_examples/model_merging/ )
104103- [ LCM models and Loras] ( https://comfyanonymous.github.io/ComfyUI_examples/lcm/ )
0 commit comments