Metadata-Version: 2.1
Name: gguf-web
Version: 0.0.1
Summary: gguf web (frontend)
Author-email: calcuis <info@calcu.io>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Project-URL: GitHub, https://github.com/calcuis/gguf-web
Project-URL: Homepage, https://gguf.org

## gguf-pack [![Static Badge](https://img.shields.io/badge/ver-0.0.26-black?logo=github)](https://github.com/calcuis/gguf-pack/releases)

install it via pip/pip3 by:
```
pip install gguf-pack
```

download the pack by:
```
py -m gguf_pack
```
if no py command, use python/python3

### run the pack
- locate the .bat file in the main directory and run it (decompress .7z first)
- this is a developmental pack for code editing purpose

![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/gguf-pack.png)

metadata inside the sample picture above (drag it to the activated browser for workflow)

### * major difference between gguf-pack and comfy
- gguf is a core node in gguf-pack
- gguf is a custom node in comfy

### reference
- ui-codebase: comfy
- base: llama.cpp
- gguf-node
- gguf-connector
