mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-04-13 11:52:32 +08:00
This commit is contained in:
parent
ba5aca7122
commit
a54ab14c37
@ -45732,6 +45732,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "FLUXNATION is a fused FP8 CUDA kernel for FLUX.1 that replaces the entire SingleStreamBlock forward pass with a single torch.ops call covering modulation dual GEMMs QKV projection RoPE attention gating and residual all in one shot. On top of that it ships with neuromorphic spike attention which scores every attention block by real dot product similarity and kills the ones that dont matter after image structure has formed keeping only the top 45 percent. Step caching then replays the cached output on alternating spike steps for zero attention compute every other step. The result is 30 percent faster generation than stock ComfyUI on an RTX 4090 with no quality loss. Works with every sampler ComfyUI supports at any step count. FP16 ports for 10 series 20 series and 30 series GPUs are included. A must have for anyone running FLUX.1."
|
||||
},
|
||||
{
|
||||
"author": "zaochuan5854",
|
||||
"title": "ComfyUI-TensorRT-Reforge",
|
||||
"id": "comfyui-tensorrt-reforge",
|
||||
"reference": "https://github.com/zaochuan5854/ComfyUI-TensorRT-Reforge",
|
||||
"files": [
|
||||
"https://github.com/zaochuan5854/ComfyUI-TensorRT-Reforge"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Building upon the excellent foundation of ComfyUI_TensorRT, this version focuses on full support for the Anima architecture and advanced TensorRT acceleration. It aims to push NVIDIA RTX™ GPU performance to its limits for the next generation of Stable Diffusion workflows."
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -46123,17 +46134,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "zaochuan5854",
|
||||
"title": "ComfyUI-TensorRT-Reforge",
|
||||
"id": "comfyui-tensorrt-reforge",
|
||||
"reference": "https://github.com/zaochuan5854/ComfyUI-TensorRT-Reforge",
|
||||
"files": [
|
||||
"https://github.com/zaochuan5854/ComfyUI-TensorRT-Reforge"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Building upon the excellent foundation of ComfyUI_TensorRT, this version focuses on full support for the Anima architecture and advanced TensorRT acceleration. It aims to push NVIDIA RTX™ GPU performance to its limits for the next generation of Stable Diffusion workflows."
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -11,6 +11,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "FLUXNATION is a fused FP8 CUDA kernel for FLUX.1 that replaces the entire SingleStreamBlock forward pass with a single torch.ops call covering modulation dual GEMMs QKV projection RoPE attention gating and residual all in one shot. On top of that it ships with neuromorphic spike attention which scores every attention block by real dot product similarity and kills the ones that dont matter after image structure has formed keeping only the top 45 percent. Step caching then replays the cached output on alternating spike steps for zero attention compute every other step. The result is 30 percent faster generation than stock ComfyUI on an RTX 4090 with no quality loss. Works with every sampler ComfyUI supports at any step count. FP16 ports for 10 series 20 series and 30 series GPUs are included. A must have for anyone running FLUX.1."
|
||||
},
|
||||
{
|
||||
"author": "zaochuan5854",
|
||||
"title": "ComfyUI-TensorRT-Reforge",
|
||||
"id": "comfyui-tensorrt-reforge",
|
||||
"reference": "https://github.com/zaochuan5854/ComfyUI-TensorRT-Reforge",
|
||||
"files": [
|
||||
"https://github.com/zaochuan5854/ComfyUI-TensorRT-Reforge"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Building upon the excellent foundation of ComfyUI_TensorRT, this version focuses on full support for the Anima architecture and advanced TensorRT acceleration. It aims to push NVIDIA RTX™ GPU performance to its limits for the next generation of Stable Diffusion workflows."
|
||||
},
|
||||
{
|
||||
"author": "yedp123",
|
||||
"title": "ComfyUI-Beginner-Bible",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user