-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodelconfig.json
More file actions
100 lines (100 loc) · 2.02 KB
/
modelconfig.json
File metadata and controls
100 lines (100 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[
{
"Model": "default",
"Description": "default configuration flux-schnell",
"Parent": "flux1:schnell",
"Aspect_Ratio": {
"Square": "1024x1024"
}
},
{
"Model": "flux",
"Parent": "",
"ModelType": "flux",
"Generation": {
"MAX_IMAGES": 2,
"GPU_ALLOW_XFORMERS": 0,
"GPU_ALLOW_ATTENTION_SLICING": 1,
"GPU_ALLOW_MEMORY_OFFLOAD": 1
},
"Aspect_Ratio": {
"Square": "1024x1024",
"Landscape": "1152x768",
"Portrait": "768x1152"
},
"Examples": []
},
{
"Model": "flux1:schnell",
"Path": "black-forest-labs/FLUX.1-schnell",
"Description": "Model Flux1-Schnell",
"Parent": "flux",
"Generation": {
"steps": 5,
"guidance": 0
},
"Examples": []
},
{
"Model": "flux1:dev",
"Path": "black-forest-labs/FLUX.1-dev",
"Description": "Model Flux1-Dev",
"Parent": "flux",
"Generation": {
"steps": 50,
"guidance": 7.5
},
"Examples": []
},
{
"Model": "SD1.5 Example",
"Parent": "",
"Path": "/models/sd15/sd15.safetensors",
"ModelType": "sd1.5",
"Generation": {
"steps": 30,
"guidance": 7
},
"Aspect_Ratio": {
"Square": "512x512",
"Landscape": "768x512",
"Portrait": "512x768"
},
"Examples": []
},
{
"Model": "Name as referenced in config",
"Path": "file or huggingface name",
"Generation": {
"steps": 40,
"guidance": 4.0
},
"Aspect_Ratio": {
"Square": "1024x1024",
"Landscape": "1152x768",
"Portrait": "768x1152"
},
"Embeddings": {
"positive": [
{
"name": "Name",
"source": "xyz.pt",
"keyword": "keyword"
}
],
"negative": []
},
"Loras": [
{
"name": "abc",
"src": "file.safetensors",
"trigger": "tree",
"weight": 1.0,
"inject_when": ["keyword liste", "keyword 2"]
}
],
"Examples": [
"Generation Prompt", "negative Prompt", 1
]
}
]