vagabondvagavaga2 commited on
Commit
dcac2dd
·
verified ·
1 Parent(s): 793c271

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +114 -5
README.md CHANGED
@@ -1,5 +1,114 @@
1
- ---
2
- tags:
3
- - diffusion-single-file
4
- - comfyui
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hf download iapp/{
2
+ "last_node_id": 9,
3
+ "last_link_id": 14,
4
+ "nodes": [
5
+ {
6
+ "id": 1,
7
+ "type": "CheckpointLoaderSimple",
8
+ "pos": [40, 240],
9
+ "inputs": [],
10
+ "outputs": ["MODEL", "CLIP", "VAE"],
11
+ "widgets_values": ["v1-5-pruned.safetensors"]
12
+ },
13
+ {
14
+ "id": 2,
15
+ "type": "LoraLoader",
16
+ "pos": [280, 240],
17
+ "inputs": {
18
+ "model": [1, 0],
19
+ "clip": [1, 1]
20
+ },
21
+ "outputs": ["MODEL", "CLIP"],
22
+ "widgets_values": [
23
+ "kohya_face_lora.safetensors",
24
+ 1.0,
25
+ 0.8
26
+ ]
27
+ },
28
+ {
29
+ "id": 3,
30
+ "type": "CLIPTextEncode",
31
+ "pos": [280, 60],
32
+ "inputs": {
33
+ "clip": [2, 1]
34
+ },
35
+ "outputs": ["CONDITIONING"],
36
+ "widgets_values": [
37
+ "tk_face, portrait, sharp focus, natural skin, soft light"
38
+ ]
39
+ },
40
+ {
41
+ "id": 4,
42
+ "type": "CLIPTextEncode",
43
+ "pos": [280, 420],
44
+ "inputs": {
45
+ "clip": [2, 1]
46
+ },
47
+ "outputs": ["CONDITIONING"],
48
+ "widgets_values": [
49
+ "bad face, deformed face, asymmetry, extra eyes, extra fingers, bad anatomy"
50
+ ]
51
+ },
52
+ {
53
+ "id": 5,
54
+ "type": "EmptyLatentImage",
55
+ "pos": [540, 240],
56
+ "inputs": [],
57
+ "outputs": ["LATENT"],
58
+ "widgets_values": [512, 512, 1]
59
+ },
60
+ {
61
+ "id": 6,
62
+ "type": "KSampler",
63
+ "pos": [820, 240],
64
+ "inputs": {
65
+ "model": [2, 0],
66
+ "positive": [3, 0],
67
+ "negative": [4, 0],
68
+ "latent_image": [5, 0]
69
+ },
70
+ "outputs": ["LATENT"],
71
+ "widgets_values": [
72
+ 987654321,
73
+ "randomize",
74
+ 24,
75
+ 6.0,
76
+ "dpmpp_2m",
77
+ "karras",
78
+ 1
79
+ ]
80
+ },
81
+ {
82
+ "id": 7,
83
+ "type": "VAEDecode",
84
+ "pos": [1080, 240],
85
+ "inputs": {
86
+ "samples": [6, 0],
87
+ "vae": [1, 2]
88
+ },
89
+ "outputs": ["IMAGE"]
90
+ },
91
+ {
92
+ "id": 8,
93
+ "type": "SaveImage",
94
+ "pos": [1320, 240],
95
+ "inputs": {
96
+ "images": [7, 0]
97
+ },
98
+ "widgets_values": ["outputs"]
99
+ }
100
+ ],
101
+ "links": [
102
+ [1, 0, 2, 0, "MODEL"],
103
+ [1, 1, 2, 1, "CLIP"],
104
+ [2, 1, 3, 0, "CLIP"],
105
+ [2, 1, 4, 0, "CLIP"],
106
+ [2, 0, 6, 0, "MODEL"],
107
+ [3, 0, 6, 1, "CONDITIONING"],
108
+ [4, 0, 6, 2, "CONDITIONING"],
109
+ [5, 0, 6, 3, "LATENT"],
110
+ [6, 0, 7, 0, "LATENT"],
111
+ [1, 2, 7, 1, "VAE"],
112
+ [7, 0, 8, 0, "IMAGE"]
113
+ ]
114
+ } --repo-type=dataset