Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,33 @@ language:
|
|
4 |
- en
|
5 |
tags:
|
6 |
- gguf-node
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- en
|
5 |
tags:
|
6 |
- gguf-node
|
7 |
+
widget:
|
8 |
+
- text: 'anime style anime girl with massive fennec ears and one big fluffy tail, she has blonde long hair blue eyes wearing a maid outfit with a long black gold leaf pattern dress, walking slowly to the front with sweetie smile, holding a fancy black forest cake with candles on top in the kitchen of an old dark Victorian mansion lit by candlelight with a bright window to the foggy forest'
|
9 |
+
output:
|
10 |
+
url: samples\ComfyUI_00001_.webp
|
11 |
+
- text: 'a fox moving quickly in a beautiful winter scenery nature trees sunset tracking camera'
|
12 |
+
output:
|
13 |
+
url: samples\ComfyUI_00002_.webp
|
14 |
+
- text: '<metadata inside>'
|
15 |
+
output:
|
16 |
+
url: samples\ComfyUI_00003_.png
|
17 |
+
---
|
18 |
+
|
19 |
+
# **gguf-node test pack**
|
20 |
+
|
21 |
+
### **setup (in general)**
|
22 |
+
- drag gguf file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
|
23 |
+
- drag clip or encoder(s) to text_encoders folder (./ComfyUI/models/text_encoders)
|
24 |
+
- drag controlnet adapter(s), if any, to controlnet folder (./ComfyUI/models/controlnet)
|
25 |
+
- drag lora adapter(s), if any, to loras folder (./ComfyUI/models/loras)
|
26 |
+
- drag vae decoder(s) to vae folder (./ComfyUI/models/vae)
|
27 |
+
|
28 |
+
### **workflow**
|
29 |
+
- drag any workflow json file to the activated browser; or
|
30 |
+
- drag any generated output file (i.e., picture, video, etc.; which contains the workflow metadata) to the activated browser
|
31 |
+
|
32 |
+
### **simulator**
|
33 |
+
- design your prompt; or
|
34 |
+
- generate a random prompt/descriptor by the [simulator](https://prompt.calcuis.us) (though it might not be applicable for all)
|
35 |
+
|
36 |
+
<Gallery />
|