-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnode_config.json
More file actions
59 lines (59 loc) · 2.37 KB
/
Copy pathnode_config.json
File metadata and controls
59 lines (59 loc) · 2.37 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
{
"name": "Koukoutu ComfyUI Nodes",
"description": "ComfyUI nodes for Koukoutu API integration including background removal",
"version": "1.0.2",
"author": "Koukoutu",
"dependencies": [
"requests",
"Pillow",
"numpy",
"torch"
],
"nodes": {
"KoukoutuBackgroundRemoval": {
"display_name": "Koukoutu Background Removal",
"description": "Remove background from images using Koukoutu API",
"category": "image/koukoutu"
},
"KoukoutuStampCrop": {
"display_name": "Koukoutu Stamp Crop",
"description": "Locate and crop stamps/patterns from images using Koukoutu async API",
"category": "image/koukoutu"
},
"KoukoutuImageToImage": {
"display_name": "Koukoutu Image To Image",
"description": "Generate new images from an input image using prompts via Koukoutu async API",
"category": "image/koukoutu"
},
"KoukoutuImageExtract": {
"display_name": "Koukoutu Image Extract",
"description": "Extract stamps/patterns from images using Koukoutu async API",
"category": "image/koukoutu"
},
"KoukoutuImageExtractV2": {
"display_name": "Koukoutu Image Extract V2",
"description": "Mid-level stamp/pattern extraction from images using Koukoutu async API (v2 model)",
"category": "image/koukoutu"
},
"KoukoutuWatermarkRemoval": {
"display_name": "Koukoutu Watermark Removal",
"description": "Automatically remove watermarks from images using Koukoutu async API",
"category": "image/koukoutu"
},
"KoukoutuAIShadow": {
"display_name": "Koukoutu AI Shadow",
"description": "Generate AI shadow effects for transparent PNG images using Koukoutu async API",
"category": "image/koukoutu"
},
"KoukoutuUpscale": {
"display_name": "Koukoutu Upscale",
"description": "Upscale and enhance image clarity using Koukoutu async API",
"category": "image/koukoutu"
},
"KoukoutuOutpaint": {
"display_name": "Koukoutu Outpaint",
"description": "Extend image edges (outpaint) using Koukoutu async API",
"category": "image/koukoutu"
}
}
}