calcuis commited on
Commit
5ca4098
·
verified ·
1 Parent(s): 24cc57f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -1
README.md CHANGED
@@ -6,4 +6,42 @@ pipeline_tag: text-to-image
6
  tags:
7
  - pony
8
  - gguf-node
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  tags:
7
  - pony
8
  - gguf-node
9
+ widget:
10
+ - text: "score_9, score_8_up, score_7_up, film grain, photo by fuji-proplus-ii film, raw picture of 20 years old woman in lingerie, portrait, deep blue sky, cloudy sky, outdoor, high key light, soft shadow, Fiery clouds, colored hair,"
11
+ parameters:
12
+ negative_prompt: "score_6, score_5, score_4, source_pony, (worst quality:1.2), (low quality:1.2), (normal quality:1.2), lowres, bad anatomy, bad hands, signature, watermarks, ugly, imperfect eyes, skewed eyes, unnatural face, unnatural body, error, extra limb, missing limbs, painting by bad-artist,"
13
+ output:
14
+ url: samples\ComfyUI_00001_.webp
15
+ - text: "drag it <metadata inside> same descriptor actually"
16
+ output:
17
+ url: samples\ComfyUI_00002_.webp
18
+ - text: "drag it <metadata inside> same descriptor actually"
19
+ output:
20
+ url: samples\ComfyUI_00003_.webp
21
+ ---
22
+
23
+ # **gguf quantized legacy models for anime**
24
+
25
+ <Gallery />
26
+
27
+ ### **setup (in general)**
28
+ - drag gguf file(s) to diffusion_models folder (./ComfyUI/models/diffusion_models)
29
+ - drag clip or encoder(s) to text_encoders folder (./ComfyUI/models/text_encoders)
30
+ - drag vae decoder(s) 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 ([beta](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
+ ### **review**
41
+ - use tag/word(s) as input for more accurate results for those legacy models; not very convenient at the very beginning
42
+ - credits should be given to those contributors from civitai platform
43
+ - good to run on old machines, i.e., 9xx series or before (legacy mode [--disable-cuda-malloc --lowvram] supported)
44
+
45
+ ### **reference**
46
+ - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
47
+ - gguf-node [beta](https://github.com/calcuis/gguf/releases)