api / README.md
calcuis's picture
Update README.md
dcd1751 verified
|
raw
history blame
1.4 kB
---
tags:
- gguf-connector
widget:
- text: a raccoon in a hat
output:
url: https://raw.githubusercontent.com/calcuis/gguf-pack/master/w8f.png
- text: a dog walking in a cyber city with joy
output:
url: https://raw.githubusercontent.com/calcuis/gguf-pack/master/w8e.png
- text: a cat in a hat
output:
url: https://raw.githubusercontent.com/calcuis/gguf-pack/master/w8g.png
---
## self-hosted api
- run it with `gguf-connector`; activate the backend in console/terminal by
```
ggc w8
```
- choose your model file
>
>GGUF available. Select which one to use:
>
>1. sd3.5-2b-lite-iq4_nl.gguf [[1.74GB](https://huggingface.co/calcuis/sd3.5-lite-gguf/blob/main/sd3.5-2b-lite-iq4_nl.gguf)]
>2. sd3.5-2b-lite-mxfp4_moe.gguf [[2.86GB](https://huggingface.co/calcuis/sd3.5-lite-gguf/blob/main/sd3.5-2b-lite-mxfp4_moe.gguf)]
>
>Enter your choice (1 to 2): _
>
![screenshot](https://raw.githubusercontent.com/calcuis/gguf-pack/master/w8a.png)
- able to adjust step and guidance level
![screenshot](https://raw.githubusercontent.com/calcuis/gguf-pack/master/w8b.png)
## decentralized frontend
- option 1: navigate to https://test.gguf.org
![screenshot](https://raw.githubusercontent.com/calcuis/gguf-pack/master/w8c.png)
- option 2: localhost; open a new console/terminal then execute
```
ggc b
```
![screenshot](https://raw.githubusercontent.com/calcuis/gguf-pack/master/w8d.png)
<Gallery />