comfyui-workflow-templates-json 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (479) hide show
  1. comfyui_workflow_templates_json-0.1.0/PKG-INFO +9 -0
  2. comfyui_workflow_templates_json-0.1.0/pyproject.toml +17 -0
  3. comfyui_workflow_templates_json-0.1.0/setup.cfg +4 -0
  4. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/__init__.py +6 -0
  5. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/01_get_started_text_to_image.json +1071 -0
  6. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/02_qwen_Image_edit_subgraphed.json +1734 -0
  7. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/03_video_wan2_2_14B_i2v_subgraphed.json +1916 -0
  8. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/04_hunyuan_3d_2.1_subgraphed.json +821 -0
  9. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/05_audio_ace_step_1_t2a_song_subgraphed.json +1428 -0
  10. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/3d_hunyuan3d-v2.1.json +618 -0
  11. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/3d_hunyuan3d_image_to_model.json +678 -0
  12. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/3d_hunyuan3d_multiview_to_model.json +1101 -0
  13. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/3d_hunyuan3d_multiview_to_model_turbo.json +1149 -0
  14. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/3d_moge_panorama_to_mesh.json +1226 -0
  15. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/3d_moge_perspective_to_mesh.json +1426 -0
  16. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/3d_triposplat_image_to_gaussian_splat.json +2576 -0
  17. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/Image_capybara_v0_1_image_edit.json +1788 -0
  18. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/Image_capybara_v0_1_text_to_image.json +1318 -0
  19. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_anthropic_claude.json +173 -0
  20. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_beeble_switchx_image_edit.json +420 -0
  21. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_beeble_switchx_video_edit.json +480 -0
  22. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bfl_flux1_expand_image.json +161 -0
  23. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bfl_flux2_max_sofa_swap.json +411 -0
  24. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bfl_flux_1_kontext_max_image.json +378 -0
  25. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bfl_flux_1_kontext_multiple_images_input.json +509 -0
  26. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bfl_flux_1_kontext_pro_image.json +378 -0
  27. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bfl_flux_pro_t2i.json +221 -0
  28. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bria_image_edit.json +258 -0
  29. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bria_image_outpainting.json +289 -0
  30. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bria_remove_video_background.json +141 -0
  31. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bria_remove_video_background_transparent.json +274 -0
  32. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bria_video_green_screen.json +141 -0
  33. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bria_video_replace_background.json +211 -0
  34. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bytedance_flf2v.json +269 -0
  35. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bytedance_image_to_video.json +208 -0
  36. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bytedance_seed.json +511 -0
  37. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bytedance_seedance1_5_flf2v.json +217 -0
  38. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bytedance_seedance1_5_image_to_video.json +165 -0
  39. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bytedance_seedance1_5_text_to_video.json +112 -0
  40. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bytedance_seedream4.json +255 -0
  41. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bytedance_seedream_5_0_lite_image_edit.json +272 -0
  42. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bytedance_seedream_5_0_lite_t2i.json +119 -0
  43. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_bytedance_text_to_video.json +143 -0
  44. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_elevenLabs_speech_to_text.json +250 -0
  45. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_elevenlabs_speech_to_speech.json +427 -0
  46. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_elevenlabs_text_to_dialogue.json +414 -0
  47. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_elevenlabs_text_to_sound_effects.json +140 -0
  48. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_elevenlabs_text_to_speech.json +368 -0
  49. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_elevenlabs_voice_isolation.json +150 -0
  50. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_flux2.json +387 -0
  51. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_flux_erase_image.json +251 -0
  52. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_flux_vto.json +318 -0
  53. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_from_photo_2_miniature.json +359 -0
  54. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_google_gemini.json +253 -0
  55. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_google_gemini_image.json +472 -0
  56. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_google_nano_banana2_image_edit.json +184 -0
  57. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_grok_image_edit.json +183 -0
  58. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_grok_imagine_image_quality_image_edit.json +107 -0
  59. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_grok_imagine_image_quality_image_generation.json +101 -0
  60. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_grok_imagine_video_1_5.json +151 -0
  61. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_grok_reference_to_video.json +214 -0
  62. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_grok_text_to_image.json +113 -0
  63. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_grok_video.json +169 -0
  64. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_grok_video_edit.json +160 -0
  65. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_grok_video_extend.json +143 -0
  66. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_hailuo_minimax_i2v.json +183 -0
  67. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_hailuo_minimax_t2v.json +138 -0
  68. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_hailuo_minimax_video.json +209 -0
  69. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_happyhorse1_0_i2v.json +150 -0
  70. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_happyhorse1_0_r2v.json +211 -0
  71. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_happyhorse1_0_t2v.json +100 -0
  72. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_happyhorse1_0_video_edit.json +204 -0
  73. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_happyhorse1_1_i2v.json +156 -0
  74. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_happyhorse1_1_r2v.json +217 -0
  75. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_happyhorse1_1_t2v.json +106 -0
  76. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_hunyuan3d_image_to_model.json +587 -0
  77. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_hunyuan3d_model2uv.json +275 -0
  78. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_hunyuan3d_part.json +229 -0
  79. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_hunyuan3d_retopo_uv.json +807 -0
  80. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_hunyuan3d_smart_topology.json +237 -0
  81. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_hunyuan3d_text_to_model.json +289 -0
  82. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_ideogram_v3_t2i.json +130 -0
  83. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_ideogram_v4_t2i.json +258 -0
  84. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_king_o3_t2v.json +109 -0
  85. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling2_6_i2v.json +177 -0
  86. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling2_6_t2v.json +127 -0
  87. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_avatar2.json +208 -0
  88. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_dual_characters_effects.json +216 -0
  89. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_effects.json +215 -0
  90. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_flf.json +277 -0
  91. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_i2v.json +218 -0
  92. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_motion_control.json +300 -0
  93. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_motion_control3.json +208 -0
  94. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_o3_flf2v.json +403 -0
  95. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_o3_i2v.json +252 -0
  96. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_o3_image.json +280 -0
  97. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_o3_video_edit.json +295 -0
  98. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_omni_edit_video.json +731 -0
  99. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_omni_i2v.json +377 -0
  100. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_omni_image.json +122 -0
  101. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_omni_t2v.json +122 -0
  102. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_omni_v2v.json +335 -0
  103. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_v3_flf2v.json +212 -0
  104. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_v3_t2i.json +115 -0
  105. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_kling_v3_video.json +165 -0
  106. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_krea2_style_reference.json +382 -0
  107. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_krea2_t2i.json +131 -0
  108. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_ltxv_image_to_video.json +187 -0
  109. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_ltxv_text_to_video.json +134 -0
  110. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_luma_i2v.json +348 -0
  111. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_luma_photon_i2i.json +233 -0
  112. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_luma_photon_style_ref.json +919 -0
  113. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_luma_ray3_2_video_edit.json +344 -0
  114. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_luma_ray3_3_i2v.json +344 -0
  115. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_luma_ray3_3_t2v.json +288 -0
  116. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_luma_t2v.json +255 -0
  117. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_luma_uni_1_image_create.json +199 -0
  118. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_luma_uni_1_image_edit.json +183 -0
  119. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_magnific_image_relight.json +213 -0
  120. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_magnific_image_style_transfer.json +212 -0
  121. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_magnific_image_upscale_creative.json +203 -0
  122. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_magnific_image_upscale_precise.json +200 -0
  123. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_magnific_skin_enhancer.json +210 -0
  124. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_meshy_image_to_model.json +607 -0
  125. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_meshy_multi_image_to_model.json +740 -0
  126. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_meshy_text_to_model.json +504 -0
  127. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_nano_banana_pro.json +311 -0
  128. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_openai_chat.json +221 -0
  129. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_openai_dall_e_2_inpaint.json +251 -0
  130. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_openai_dall_e_2_t2i.json +116 -0
  131. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_openai_dall_e_3_t2i.json +148 -0
  132. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_openai_fashion_billboard_generator.json +271 -0
  133. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_openai_gpt_image_2_image_edit.json +295 -0
  134. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_openai_gpt_image_2_t2i.json +132 -0
  135. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_openai_image_1_i2i.json +215 -0
  136. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_openai_image_1_inpaint.json +196 -0
  137. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_openai_image_1_multi_inputs.json +322 -0
  138. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_openai_image_1_t2i.json +174 -0
  139. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_openrouter_llm.json +190 -0
  140. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_pixverse_i2v.json +236 -0
  141. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_pixverse_t2v.json +172 -0
  142. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_pixverse_template_i2v.json +221 -0
  143. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_quiver_image_to_svg.json +179 -0
  144. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_quiver_text_to_svg.json +126 -0
  145. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_recraft_image_gen_with_color_control.json +680 -0
  146. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_recraft_image_gen_with_style_control.json +585 -0
  147. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_recraft_style_reference.json +633 -0
  148. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_recraft_v4_t2i.json +278 -0
  149. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_recraft_v4_text_to_vector.json +290 -0
  150. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_recraft_vector_gen.json +404 -0
  151. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_reve_image_create.json +108 -0
  152. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_reve_image_edit.json +162 -0
  153. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_reve_image_remix.json +278 -0
  154. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_rodin3d_gen2_5_image_to_3d.json +168 -0
  155. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_rodin3d_gen2_5_text_to_3d.json +515 -0
  156. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_rodin_gen2.json +335 -0
  157. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_rodin_image_to_model.json +693 -0
  158. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_rodin_multiview_to_model.json +808 -0
  159. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_runway_aleph2_video_edit.json +388 -0
  160. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_runway_first_last_frame.json +224 -0
  161. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_runway_gen3a_turbo_image_to_video.json +174 -0
  162. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_runway_gen4_turo_image_to_video.json +174 -0
  163. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_runway_reference_to_image.json +230 -0
  164. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_runway_text_to_image.json +191 -0
  165. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_seedance2_0_flf2v.json +205 -0
  166. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_seedance2_0_flf2v_real_human.json +738 -0
  167. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_seedance2_0_mini_r2v.json +242 -0
  168. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_seedance2_0_mini_t2v.json +108 -0
  169. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_seedance2_0_r2v.json +429 -0
  170. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_seedance2_0_r2v_real_human.json +542 -0
  171. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_seedance2_0_t2v.json +104 -0
  172. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_sonilo_t2m.json +98 -0
  173. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_sonilo_v2m.json +885 -0
  174. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_stability_ai_audio_inpaint.json +178 -0
  175. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_stability_ai_audio_to_audio.json +253 -0
  176. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_stability_ai_i2i.json +217 -0
  177. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_stability_ai_sd3.5_i2i.json +289 -0
  178. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_stability_ai_sd3.5_t2i.json +231 -0
  179. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_stability_ai_stable_image_ultra_t2i.json +178 -0
  180. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_stability_ai_text_to_audio.json +127 -0
  181. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_stability_upscale_fast.json +231 -0
  182. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_topaz_astra2.json +142 -0
  183. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_topaz_image_enhance.json +312 -0
  184. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_topaz_starlight_precise25.json +168 -0
  185. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_topaz_video_enhance.json +179 -0
  186. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_tripo3_0_image_to_model.json +652 -0
  187. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_tripo3_0_text_to_model.json +465 -0
  188. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_tripo3_1_image_to_model.json +451 -0
  189. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_tripo3_1_multiview_to_model.json +551 -0
  190. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_tripo3_1_text_to_model.json +403 -0
  191. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_tripo_image_to_model.json +420 -0
  192. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_tripo_multiview_to_model.json +724 -0
  193. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_tripo_p1_image_to_model.json +607 -0
  194. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_tripo_p1_mv_to_model.json +698 -0
  195. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_tripo_p1_text_to_model.json +600 -0
  196. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_tripo_text_to_model.json +534 -0
  197. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_veo2_i2v.json +179 -0
  198. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_veo3.json +194 -0
  199. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_vidu_image_to_video.json +208 -0
  200. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_vidu_q2_flf2v.json +244 -0
  201. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_vidu_q2_i2v.json +184 -0
  202. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_vidu_q2_r2v.json +255 -0
  203. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_vidu_q2_t2v.json +125 -0
  204. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_vidu_q3_image_to_video.json +162 -0
  205. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_vidu_q3_text_to_video.json +110 -0
  206. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_vidu_reference_to_video.json +483 -0
  207. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_vidu_start_end_to_video.json +238 -0
  208. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_vidu_text_to_video.json +130 -0
  209. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_vidu_video_extension.json +382 -0
  210. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_wan2_6_i2v.json +175 -0
  211. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_wan2_6_t2v.json +123 -0
  212. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_wan2_7_i2v.json +164 -0
  213. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_wan2_7_r2v.json +220 -0
  214. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_wan2_7_t2v.json +109 -0
  215. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_wan2_7_video_edit.json +258 -0
  216. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_wan_image_to_video.json +369 -0
  217. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_wan_r2v.json +216 -0
  218. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_wan_text_to_image.json +140 -0
  219. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_wan_text_to_video.json +279 -0
  220. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_wavespeed_flshvsr_video_upscale.json +151 -0
  221. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_wavespeed_image_upscale.json +232 -0
  222. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/api_wavespeed_seedvr2_ai_image_fix.json +232 -0
  223. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/audio_ace_step1_5_xl_base.json +815 -0
  224. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/audio_ace_step1_5_xl_sft.json +793 -0
  225. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/audio_ace_step1_5_xl_turbo.json +803 -0
  226. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/audio_ace_step_1_5_checkpoint.json +717 -0
  227. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/audio_ace_step_1_5_split.json +732 -0
  228. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/audio_ace_step_1_5_split_4b.json +808 -0
  229. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/audio_ace_step_1_5_split_llm.json +1760 -0
  230. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/audio_ace_step_1_m2m_editing.json +688 -0
  231. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/audio_ace_step_1_t2a_instrumentals.json +650 -0
  232. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/audio_ace_step_1_t2a_song.json +630 -0
  233. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/audio_stable_audio_3_medium.json +1946 -0
  234. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/audio_stable_audio_3_medium_base.json +1946 -0
  235. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/audio_stable_audio_example.json +495 -0
  236. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/basic_datatype_conversion.json +1185 -0
  237. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/basic_image_color_adjustment.json +7839 -0
  238. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/basic_mask_operations_and_compositing.json +2104 -0
  239. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/basic_switch_node.json +1763 -0
  240. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/default.json +547 -0
  241. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/flux1_dev_uso_reference_image_gen.json +4327 -0
  242. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/flux1_krea_dev.json +994 -0
  243. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/flux_canny_model_example.json +786 -0
  244. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/flux_depth_lora_example.json +2393 -0
  245. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/flux_dev_checkpoint_example.json +969 -0
  246. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/flux_dev_full_text_to_image.json +1007 -0
  247. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/flux_fill_inpaint_example.json +1124 -0
  248. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/flux_fill_outpaint_example.json +823 -0
  249. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/flux_kontext_dev_basic.json +1378 -0
  250. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/flux_redux_model_example.json +1494 -0
  251. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/flux_schnell.json +449 -0
  252. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/flux_schnell_full_text_to_image.json +544 -0
  253. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/fuse_options.json +12 -0
  254. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/gsl_creator_2.json +2064 -0
  255. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/gsl_starter_1_1.json +716 -0
  256. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/gsl_starter_1_2.json +6096 -0
  257. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/gsl_starter_1_3.json +2502 -0
  258. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/hidream_e1_1.json +1133 -0
  259. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/hidream_e1_full.json +1021 -0
  260. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/hidream_i1_dev.json +700 -0
  261. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/hidream_i1_fast.json +700 -0
  262. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/hidream_i1_full.json +700 -0
  263. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/hunyuan_video_text_to_video.json +934 -0
  264. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image-qwen_image_edit_2511_lora_inflation.json +1521 -0
  265. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_anima_base_v1.json +1035 -0
  266. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_anima_preview.json +1039 -0
  267. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_boogu_image_0_1_edit.json +1355 -0
  268. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_boogu_image_0_1_turbo_t2i.json +961 -0
  269. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_chroma1_radiance_text_to_image.json +1458 -0
  270. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_chroma_text_to_image.json +1027 -0
  271. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_chrono_edit_14B.json +2029 -0
  272. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_ernie_image.json +2024 -0
  273. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_ernie_image_turbo.json +1931 -0
  274. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_firered_image_edit1_1.json +2101 -0
  275. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_flux.1_fill_dev_OneReward.json +2873 -0
  276. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_flux2.json +2166 -0
  277. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_flux2_fp8.json +2271 -0
  278. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_flux2_klein_9b_kv_image_edit.json +2159 -0
  279. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_flux2_klein_image_edit_4b_base.json +3741 -0
  280. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_flux2_klein_image_edit_4b_distilled.json +4178 -0
  281. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_flux2_klein_image_edit_9b_base.json +3740 -0
  282. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_flux2_klein_image_edit_9b_distilled.json +3839 -0
  283. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_flux2_klein_text_to_image.json +2699 -0
  284. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_flux2_text_to_image.json +1840 -0
  285. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_flux2_text_to_image_9b.json +1508 -0
  286. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_hidream_o1.json +2925 -0
  287. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_hidream_o1_dev.json +2866 -0
  288. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_ideogram4_t2i.json +3347 -0
  289. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_kandinsky5_t2i.json +1043 -0
  290. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_krea2_turbo_t2i.json +2066 -0
  291. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_lens_t2i.json +1671 -0
  292. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_lens_turbo_t2i.json +1652 -0
  293. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_longcat_image_edit.json +1388 -0
  294. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_longcat_text_to_image.json +1216 -0
  295. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_lotus_depth_v1_1.json +1149 -0
  296. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_netayume_lumina_t2i.json +1470 -0
  297. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_newbieimage_exp0_1-t2i.json +1301 -0
  298. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_omnigen2_image_edit.json +1496 -0
  299. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_omnigen2_t2i.json +1149 -0
  300. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_ovis_text_to_image.json +1062 -0
  301. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_pixeldit_t2i.json +1081 -0
  302. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_Image_2512.json +1886 -0
  303. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_Image_2512_controlnet.json +2410 -0
  304. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_image.json +1731 -0
  305. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_image_2512_with_2steps_lora.json +775 -0
  306. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_image_controlnet_patch.json +1054 -0
  307. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_image_edit.json +1980 -0
  308. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_image_edit_2509.json +3922 -0
  309. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_image_edit_2509_relight.json +1520 -0
  310. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_image_edit_2511.json +2191 -0
  311. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_image_instantx_controlnet.json +2294 -0
  312. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_image_instantx_inpainting_controlnet.json +3718 -0
  313. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_image_layered.json +2912 -0
  314. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_image_layered_control.json +1615 -0
  315. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_qwen_image_union_control_lora.json +2368 -0
  316. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_to_video_wan.json +860 -0
  317. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_z_image.json +1187 -0
  318. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_z_image_turbo.json +1064 -0
  319. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/image_z_image_turbo_fun_union_controlnet.json +1639 -0
  320. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.ar.json +17443 -0
  321. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.es.json +17443 -0
  322. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.fa.json +17443 -0
  323. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.fr.json +17443 -0
  324. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.ja.json +17443 -0
  325. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.json +17443 -0
  326. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.ko.json +17443 -0
  327. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.mcp.json +10741 -0
  328. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.pt-BR.json +17443 -0
  329. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.ru.json +17443 -0
  330. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.schema.json +279 -0
  331. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.tr.json +17443 -0
  332. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.zh-TW.json +17443 -0
  333. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index.zh.json +17443 -0
  334. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/index_logo.json +39 -0
  335. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/llm_gemma4_text_gen.json +429 -0
  336. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/llm_qwen3_5_text_gen.json +272 -0
  337. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/llm_qwen3_text_gen.json +240 -0
  338. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/llm_qwen3vl_text_gen.json +262 -0
  339. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/ltxv_image_to_video.json +916 -0
  340. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/ltxv_text_to_video.json +765 -0
  341. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/sd3.5_large_blur.json +764 -0
  342. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/sd3.5_large_canny_controlnet_example.json +829 -0
  343. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/sd3.5_large_depth.json +1857 -0
  344. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/sd3.5_simple_example.json +419 -0
  345. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/sdxl_refiner_prompt_example.json +1109 -0
  346. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/sdxl_revision_text_prompts.json +855 -0
  347. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/sdxl_simple_example.json +1346 -0
  348. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/sdxlturbo_example.json +518 -0
  349. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template-multistyle-magazine-cover-nanobananapro.json +470 -0
  350. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template-recraft_create_style.json +739 -0
  351. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_character_portrait_relighting.json +655 -0
  352. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_contact_sheet-step_1.app.json +463 -0
  353. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_contact_sheet-step_3.app.json +5424 -0
  354. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_eric_exploded_view.json +953 -0
  355. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_eric_seedance_5_subject_and_outfit_combine.json +1233 -0
  356. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_eric_thumbnail_generator.json +300 -0
  357. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_image_speech_to_video.json +5695 -0
  358. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_ltx2_3_style_transition.json +3465 -0
  359. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_product_placement.json +674 -0
  360. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_qwen_Image_2512_360_lora.json +2171 -0
  361. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_qwen_image_edit_2511_systms_action.json +2198 -0
  362. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_qwen_image_illustration_lora.json +1320 -0
  363. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_rob_realistic_2k_images_quick_variations.json +1847 -0
  364. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_seedance2_0_viral_videos_character_swap.json +859 -0
  365. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_seedance2_storyboard_to_video.json +742 -0
  366. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_seedance_2_0_plus_llm_prompt_helper.json +627 -0
  367. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_sferro21_product_ad.app.json +357 -0
  368. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_sirolim_image_script_video.json +1488 -0
  369. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/template_sugar_coated_gummy_style_qwen.json +1296 -0
  370. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-1_click_multiple_character_angles-v1.0.json +17998 -0
  371. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-1_click_multiple_scene_angles-v1.0.json +10155 -0
  372. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-1_input-multiple_styles_prompt.app.json +1157 -0
  373. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-3D_logo_texture_animation.json +877 -0
  374. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-6-key-frames.json +9350 -0
  375. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-all_in_one-image_edit_models.json +5224 -0
  376. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-assemble_dieline.json +177 -0
  377. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-car_product.json +3013 -0
  378. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-character_sheet.json +478 -0
  379. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-color_illustration.json +176 -0
  380. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-image_to_real.json +1195 -0
  381. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-photo_to_product_vid.json +1064 -0
  382. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-portrait_light_migration.json +2259 -0
  383. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-product_ad-v2.0.json +650 -0
  384. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-product_scene_relight.json +728 -0
  385. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-subject_holding_product.app.json +617 -0
  386. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-subject_product_swap.app.json +617 -0
  387. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-textured_logo_elements.json +894 -0
  388. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates-textured_logotype-v2.1.json +738 -0
  389. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates_3d_match_game_art_style.app.json +795 -0
  390. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates_doc_workbox_poster_recreator.json +363 -0
  391. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates_graphic_design_recomposer.json +821 -0
  392. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates_mjm_image_to_3d.json +765 -0
  393. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates_mjm_looped_restyler.json +4157 -0
  394. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates_ohneis_i2v.json +1329 -0
  395. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates_rob_portrait_light_migration.app.json +2260 -0
  396. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/templates_rob_realistic_2k_images_quick_variations.app.json +1876 -0
  397. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/text_to_video_wan.json +601 -0
  398. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/txt_to_image_to_video.json +870 -0
  399. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility-bria_remove_video_background.json +155 -0
  400. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility-gan_upscaler.json +359 -0
  401. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility-topaz_landscape_upscaler.json +318 -0
  402. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_birefnet_remove_background.json +552 -0
  403. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_bria_remove_image_background.json +210 -0
  404. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_depth_anything3_image_depth_estimation.json +727 -0
  405. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_depth_anything3_video_depth_estimation.json +1010 -0
  406. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_hitpaw_general_image_enhance.json +233 -0
  407. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_hitpaw_video_enhance.json +152 -0
  408. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_image_segment_sam3.json +927 -0
  409. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_image_stitch.json +580 -0
  410. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_interpolation_image_upscale.json +226 -0
  411. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_moge_depth_estimation.json +1308 -0
  412. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_nanobanana_pro_ai_image_fix.json +173 -0
  413. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_nanobanana_pro_illustration_upscale.json +173 -0
  414. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_nanobanana_pro_product_upscale.json +173 -0
  415. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_pid_latent_upscale_dit.json +2416 -0
  416. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_recraft_creative_image_upscale.json +252 -0
  417. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_recraft_crisp_image_upscale.json +252 -0
  418. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_sdpose_multi_person.json +1986 -0
  419. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_sdpose_multi_person_video.json +2253 -0
  420. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_sdpose_ood_image_to_pose.json +1328 -0
  421. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_sdpose_ood_video_to_pose_map.json +1459 -0
  422. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_topaz_illustration_upscale.json +452 -0
  423. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_video_frame_interpolation.json +979 -0
  424. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_video_segment_sam3.json +942 -0
  425. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_void_video_inpainting.json +4425 -0
  426. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/utility_z_image_turbo_2k_upscaler.app.json +1338 -0
  427. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_bernini_r_image_editing.json +3697 -0
  428. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_bernini_r_video_editing.json +3919 -0
  429. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_capybara_v0_1_image_to_video.json +1914 -0
  430. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_capybara_v0_1_video_edit.json +2039 -0
  431. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_causal_forcing_i2v.json +1618 -0
  432. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_humo.json +1077 -0
  433. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_hunyuan_video_1.5_720p_i2v.json +2528 -0
  434. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_hunyuan_video_1.5_720p_t2v.json +2269 -0
  435. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_kandinsky5_i2v.json +1275 -0
  436. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_kandinsky5_t2v.json +882 -0
  437. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_ltx2_3_flf2v.json +3326 -0
  438. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_ltx2_3_i2v.json +5061 -0
  439. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_ltx2_3_ia2v.json +5167 -0
  440. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_ltx2_3_ic_lora.json +4504 -0
  441. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_ltx2_3_id_lora.json +5050 -0
  442. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_ltx2_3_t2v.json +5017 -0
  443. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_ltx2_canny_to_video.json +7916 -0
  444. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_ltx2_depth_to_video.json +8740 -0
  445. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_ltx2_i2v.json +3892 -0
  446. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_ltx2_i2v_distilled.json +3705 -0
  447. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_ltx2_i2v_lora.json +4580 -0
  448. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_ltx2_t2v.json +3627 -0
  449. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_ltx2_t2v_distilled.json +3356 -0
  450. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2.1_alpha_t2v_14B.json +1002 -0
  451. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2.1_fun_camera_v1.1_1.3B.json +1057 -0
  452. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2.1_fun_camera_v1.1_14B.json +1012 -0
  453. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan21_scail2_character_replacement.json +8616 -0
  454. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2_1_infinitetalk.json +3655 -0
  455. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2_2_14B_flf2v.json +2739 -0
  456. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2_2_14B_fun_camera.json +2735 -0
  457. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2_2_14B_fun_control.json +2908 -0
  458. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2_2_14B_fun_inpaint.json +2573 -0
  459. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2_2_14B_i2v.json +3154 -0
  460. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2_2_14B_s2v.json +7988 -0
  461. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2_2_14B_t2v.json +2944 -0
  462. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2_2_5B_fun_control.json +1038 -0
  463. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2_2_5B_fun_inpaint.json +856 -0
  464. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan2_2_5B_ti2v.json +733 -0
  465. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan_ati.json +1070 -0
  466. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan_vace_14B_ref2v.json +2164 -0
  467. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan_vace_14B_t2v.json +1242 -0
  468. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan_vace_14B_v2v.json +1520 -0
  469. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan_vace_flf2v.json +2462 -0
  470. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan_vace_inpainting.json +4158 -0
  471. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wan_vace_outpainting.json +1830 -0
  472. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/video_wanmove_480p.json +3161 -0
  473. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/wan2.1_flf2v_720_f16.json +1038 -0
  474. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/wan2.1_fun_control.json +1284 -0
  475. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json/templates/wan2.1_fun_inp.json +1142 -0
  476. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json.egg-info/PKG-INFO +9 -0
  477. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json.egg-info/SOURCES.txt +477 -0
  478. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json.egg-info/dependency_links.txt +1 -0
  479. comfyui_workflow_templates_json-0.1.0/src/comfyui_workflow_templates_json.egg-info/top_level.txt +1 -0
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: comfyui-workflow-templates-json
3
+ Version: 0.1.0
4
+ Summary: Workflow template JSON definitions for ComfyUI
5
+ License-Expression: MIT
6
+ Requires-Python: >=3.9
7
+ Description-Content-Type: text/plain
8
+
9
+ Workflow template JSON definitions for ComfyUI.
@@ -0,0 +1,17 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "comfyui-workflow-templates-json"
7
+ version = "0.1.0"
8
+ description = "Workflow template JSON definitions for ComfyUI"
9
+ readme = {text = "Workflow template JSON definitions for ComfyUI.", content-type = "text/plain"}
10
+ requires-python = ">=3.9"
11
+ license = "MIT"
12
+
13
+ [tool.setuptools.packages.find]
14
+ where = ["src"]
15
+
16
+ [tool.setuptools.package-data]
17
+ comfyui_workflow_templates_json = ["templates/*"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,6 @@
1
+ """
2
+ Workflow template JSON bundle.
3
+
4
+ All workflow and index JSON files live under ``templates/`` within this package.
5
+ Content is populated during the build step.
6
+ """