Extensions/ComfyUI-SDXLNVFP4
ComfyUI Extension

ComfyUI-SDXLNVFP4

SDXL model loader supporting custom clip_g and clip_l embeddings with NVFP4 optimization. (Description by CC)

By Apache0ne·Created 4 months ago·Updated 4 months ago· 1
Apache0ne/ComfyUI-SDXLNVFP4
Nodes1
On cloudLocal install
Categoryloaders/text encoders
Stars1
Updated4 months ago
Readme

working in ComfyUI with sdxl models:

Just need the two safetensors model1 and model2. clip_g and clip_l for the common name from sdxl

Needs my custom loader here to work: https://github.com/Apache0ne/ComfyUI-SDXLNVFP4

Workflow in images, also I am using taesd vae for both.

<table style="width: auto;"> <tr> <!-- Image 1 --> <td align="center" valign="top" style="padding: 10px;"> <a href="assets/ComfyUI_temp_bajmn_00003_.png" target="_blank"> <img src="assets/ComfyUI_temp_bajmn_00003_.png" height="120" style="border: 1px solid #444; border-radius: 4px;"> </a> <br> <p style="width: 150px; word-wrap: break-word; line-height: 1.2;"> <small><code>With NVFP4 CLIP</code></small> </p> </td> <!-- Image 2 --> <td align="center" valign="top" style="padding: 10px;"> <a href="assets/ComfyUI_temp_bajmn_00004_.png" target="_blank"> <img src="assets/ComfyUI_temp_bajmn_00004_.png" height="120" style="border: 1px solid #444; border-radius: 4px;"> </a> <br> <p style="width: 150px; word-wrap: break-word; line-height: 1.2;"> <small><code>with normal CLIP</code></small> </p> </td> </tr> </table>