calcuis commited on
Commit
7729773
·
verified ·
1 Parent(s): 90176a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - OnomaAIResearch/Illustrious-xl-early-release-v0
7
+ pipeline_tag: text-to-image
8
+ tags:
9
+ - gguf-node
10
+ ---
11
+
12
+ # **gguf quantized version of illustrious (test pack)**
13
+
14
+ ### **setup (in general)**
15
+ - drag gguf file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
16
+ - drag clip or encoder(s), i.e., illustrious_g_clip and illustrious_l_clip, to text_encoders folder (./ComfyUI/models/text_encoders)
17
+ - drag vae decoder(s), i.e., vae, to illustrious_vae folder (./ComfyUI/models/vae)
18
+
19
+ ### **run it straight (no installation needed way)**
20
+ - get the comfy pack with the new gguf-node ([beta](https://github.com/calcuis/gguf/releases))
21
+ - run the .bat file in the main directory
22
+
23
+ ### **workflow**
24
+ - drag any workflow json file to the activated browser; or
25
+ - drag any generated output file (i.e., picture, video, etc.; which contains the workflow metadata) to the activated browser
26
+
27
+ ### **review**
28
+ - use tag/word(s) as input for more accurate results for those legacy models; not very convenient (compare to the recent models) at the very beginning
29
+ - credits should be given to those contributors from civitai platform
30
+ - good to run on old machines, i.e., 9xx series or before (legacy mode [--disable-cuda-malloc --lowvram] supported); compatible with the new gguf-node
31
+
32
+ ### **reference**
33
+ - wai [creator](https://civitai.com/user/WAI0731)
34
+ - comfyui [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
35
+ - gguf-node [beta](https://github.com/calcuis/gguf/releases)