forked from Comfy-Org/workflow_templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueprints_bundles.json
More file actions
97 lines (97 loc) · 2.9 KB
/
Copy pathblueprints_bundles.json
File metadata and controls
97 lines (97 loc) · 2.9 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
{
"blueprints": [
"audio_generation_stable_audio_3_medium",
"audio_generation_stable_audio_3_medium_base",
"brightness_and_contrast",
"canny_to_image_z_image_turbo",
"canny_to_video_ltx_2_0",
"character_replacement_scail_2_base",
"character_replacement_scail_2_extend",
"chromatic_aberration",
"color_adjustment",
"color_balance",
"color_curves",
"controlnet_z_image_turbo",
"crop_images_2x2",
"crop_images_3x3",
"depth_to_image_z_image_turbo",
"depth_to_video_ltx_2_0",
"edge_preserving_blur",
"film_grain",
"first_last_frame_to_video",
"first_last_frame_to_video_ltx_2_3",
"frame_interpolation",
"geometry_estimation_moge",
"get_any_video_frame",
"glow",
"hue_and_saturation",
"image_blur",
"image_captioning_gemini",
"image_channels",
"image_depth_estimation_depth_anything_3",
"image_depth_estimation_lotus_depth",
"image_depth_estimation_moge",
"image_edit",
"image_edit_bernini_r",
"image_edit_firered_image_edit_1_1",
"image_edit_flux_2_dev",
"image_edit_flux_2_klein_4b",
"image_edit_longcat_image_edit",
"image_edit_qwen_2509",
"image_edit_qwen_2511",
"image_face_detection_mediapipe",
"image_inpainting_flux_1_fill_dev",
"image_inpainting_qwen_image",
"image_levels",
"image_outpainting_qwen_image",
"image_segmentation_sam3",
"image_to_depth_map_lotus",
"image_to_gaussian_splat_triposplat",
"image_to_layers_qwen_image_layered",
"image_to_model_hunyuan3d_2_1",
"image_to_pose_map_sdpose_multi_person",
"image_to_pose_map_sdpose_ood",
"image_to_video",
"image_to_video_ltx_2_3",
"image_to_video_wan_2_2",
"image_upscale_z_image_turbo",
"merge_videos",
"pose_to_image_z_image_turbo",
"pose_to_video_ltx_2_0",
"prompt_enhance",
"remove_background_birefnet",
"select_per_line_text_by_index",
"sharpen",
"split_image_grid_to_tiles",
"text_to_audio_ace_step_1_5",
"text_to_image",
"text_to_image_anima",
"text_to_image_anima_base_1_0",
"text_to_image_ernie_image",
"text_to_image_ernie_image_turbo",
"text_to_image_flux_1_dev",
"text_to_image_flux_1_krea_dev",
"text_to_image_flux_2_dev",
"text_to_image_ideogram_v4",
"text_to_image_netayume_lumina",
"text_to_image_qwen_image",
"text_to_image_qwen_image_2512",
"text_to_image_z_image_base",
"text_to_image_z_image_turbo",
"text_to_video_ltx_2_3",
"text_to_video_wan_2_2",
"unsharp_mask",
"video_captioning_gemini",
"video_depth_estimation_depth_anything_3",
"video_depth_estimation_moge",
"video_edit_bernini_r",
"video_face_detection_mediapipe",
"video_inpaint_void",
"video_inpaint_wan2_1_vace",
"video_inpainting_wan2_1_vace",
"video_segmentation_sam3",
"video_stitch",
"video_to_pose_map_sdpose_multi_person",
"video_upscale_gan_x4"
]
}