gguf node for comfyui
Project description
gguf node for comfyui 
install it via pip/pip3
pip install gguf-node
enter the user menu by (if no py command; use python/python3 instead)
py -m gguf_node
Please select:
- download the full pack
- clone the node only
- clone gguf-connector
Enter your choice (1 to 3): _
for all/general user(s) [this is an idiot option; no installation needed; everything inside the pack]
opt 1 to download the compressed comfy pack (7z), decompress it, and run the .bat file striaght (recommended)
check the dropdown menu for
gguf
for technical user/developer(s)
opt 2 to clone the gguf repo to the current directory (navigate to ./ComfyUI/custom_nodes first)
alternatively, you could execute the git clone command to perform that task (see below):
- navigate to
./ComfyUI/custom_nodes - clone the gguf repo to that folder by
git clone https://github.com/calcuis/gguf
if you opt to clone the repo to custom_nodes (method 2); you need gguf-connector as well (either install it via pip or just clone the deployment copy, see opt 3 below)
optional [if you have gguf-connector installed, you don't need to go through this; btw, deployment copy no command prompt feature]
opt 3 to clone the gguf-connector deployment copy (in case you encounter any problem while installing, probably you don't have c/c++ complier or comply it failed, etc. and don't wanna troubleshoot it anymore; or just lazy, then put this copy to your working version python ../site-packages directory or ./python_embeded/Lib/site-packages if you are using the portable pack from comfyui)
setup (in general)
- drag gguf file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
- drag clip or encoder(s) to text_encoders folder (./ComfyUI/models/text_encoders)
- drag controlnet adapter(s), if any, to controlnet folder (./ComfyUI/models/controlnet)
- drag lora adapter(s), if any, to loras folder (./ComfyUI/models/loras)
- drag vae decoder(s) to vae folder (./ComfyUI/models/vae)
workflow
- drag the workflow json file to the activated browser; or
- drag any generated output file (i.e., picture, video, etc.; which contains the workflow metadata) to the activated browser
simulator
- design your own prompt; or
- generate a random prompt/descriptor by the simulator (though it might not be applicable for all)
convertor (new feature: convert safetensors to gguf)
- drag safetensors file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
- choose the last option from the gguf menu:
GGUF Convertor (Alpha) - select your safetensors model inside the box; don't need to connect anything; it works independently
- click
Queue(run); then you can simply check the processing progress from console - when it was done; the converted gguf file will be saved in the output folder (./ComfyUI/output)
reference
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gguf_node-0.0.9.tar.gz.
File metadata
- Download URL: gguf_node-0.0.9.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce4fe3d0cbdd137b5663bc52c8fc368203f345773b536231a78acbf805d26070
|
|
| MD5 |
fd5aef0c87b80eb37351738d1676bb7a
|
|
| BLAKE2b-256 |
75a333896e66a93a9211246069a741c68740dddf32b0b7309ddf3ac9906a1933
|
File details
Details for the file gguf_node-0.0.9-py2.py3-none-any.whl.
File metadata
- Download URL: gguf_node-0.0.9-py2.py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecf4e0e8a37406f246c6c1582ff5ccb9c755bfb809749f29fad68ebda413372c
|
|
| MD5 |
b969aca08218cc75fcc528a8b263da1c
|
|
| BLAKE2b-256 |
35a205022e187d71abc9e4ce83067690ee7c94ef2bc8ca6cdf52babcdbf25735
|