https://github.com/comfyanonymous/comfyui_bitsandbytes_nf4
https://github.com/comfyanonymous/comfyui_bitsandbytes_nf4
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/comfyanonymous/comfyui_bitsandbytes_nf4
- Owner: comfyanonymous
- License: agpl-3.0
- Created: 2024-08-11T12:53:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T18:06:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T19:03:43.265Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 391
- Watchers: 5
- Forks: 38
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#### NOTE: This is very likely Deprecated in favor of GGUF which seems to give better results: https://github.com/city96/ComfyUI-GGUF
Now on the [manager](https://github.com/ltdrdata/ComfyUI-Manager) for easy installation. Make sure to select Channel:dev in the ComfyUI manager menu or install via git url.
A quickly written custom node that uses code from [Forge](https://github.com/lllyasviel/stable-diffusion-webui-forge) to support the [nf4 flux dev checkpoint](https://huggingface.co/lllyasviel/flux1-dev-bnb-nf4/blob/main/flux1-dev-bnb-nf4.safetensors) and [nf4 flux schnell checkpoint](https://huggingface.co/silveroxides/flux1-nf4-weights/blob/main/flux1-schnell-bnb-nf4.safetensors).
Requires installing bitsandbytes.
Make sure your ComfyUI is updated.
The node is: CheckpointLoaderNF4, just plug it in your flux workflow instead of the regular one.