Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,37 @@ pipeline_tag: text-to-image
|
|
6 |
tags:
|
7 |
- koji
|
8 |
- gguf-node
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
tags:
|
7 |
- koji
|
8 |
- gguf-node
|
9 |
+
widget:
|
10 |
+
- text: "masterpiece, best quality, 1girl, yellow eyes, medium hair, stairs, cherry blossoms, temple, fox girl, detached sleeves, animal ears, happy, arms behind back, tail,"
|
11 |
+
parameters:
|
12 |
+
negative_prompt: "(worst quality, low quality:1.4),"
|
13 |
+
output:
|
14 |
+
url: samples\ComfyUI_00001_.png
|
15 |
+
|
16 |
+
- text: "masterpiece, best quality, 1girl, architecture, garden, city, looking at viewer, upper body,"
|
17 |
+
parameters:
|
18 |
+
negative_prompt: "(worst quality, low quality:1.4),"
|
19 |
+
output:
|
20 |
+
url: samples\ComfyUI_00002_.png
|
21 |
+
---
|
22 |
+
|
23 |
+
# **gguf quantized version of koji (mini test pack)**
|
24 |
+
|
25 |
+
<Gallery />
|
26 |
+
|
27 |
+
### **setup (in general)**
|
28 |
+
- drag gguf file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
|
29 |
+
- drag l-clip, to text_encoders folder (./ComfyUI/models/text_encoders)
|
30 |
+
- drag vae decoder to vae folder (./ComfyUI/models/vae)
|
31 |
+
|
32 |
+
### **run it straight (no installation needed way)**
|
33 |
+
- get the comfy pack with the new gguf-node [here](https://github.com/calcuis/gguf/releases)
|
34 |
+
- run the .bat file in the main directory
|
35 |
+
|
36 |
+
### **workflow**
|
37 |
+
- drag any workflow json file to the activated browser; or
|
38 |
+
- drag any generated output file (i.e., picture, video, etc.; which contains the workflow metadata) to the activated browser
|
39 |
+
|
40 |
+
### **reference**
|
41 |
+
- comfyui [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
|
42 |
+
- gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))
|