ajaysi
bc311cfdf6
refactor(phase1): extract image generation helpers, edit, face_swap into separate modules + fix subscription bugs
Extracted from main_image_generation.py (1002->591 lines):
- image_generation/helpers.py: _validate_image_operation, _track_image_operation_usage
- image_generation/edit.py: generate_image_edit (with _get_edit_provider)
- image_generation/face_swap.py: generate_face_swap (with _get_face_swap_provider)
Main image_generation.py now imports and re-exports from these modules.
All existing imports (api/images.py, step4_asset_routes.py, studio services) continue to work unchanged.
Bug fixes included:
1. generate_image_edit: Added missing 'return result' (was returning None!)
2. generate_image_edit: Added missing _track_image_operation_usage call
3. generate_face_swap: Removed duplicate dead tracking code after return statement
2026-05-14 09:11:51 +05:30
..
2026-03-22 11:36:38 +05:30
2026-04-20 12:55:25 +05:30
2026-02-08 13:56:57 +05:30
2026-02-08 13:56:57 +05:30
2026-02-08 13:56:57 +05:30
2025-09-03 09:40:05 +05:30
2026-02-28 20:08:00 +05:30
2026-02-08 13:56:57 +05:30
2026-03-24 15:45:51 +05:30
2026-03-29 10:16:40 +05:30
2026-01-10 19:32:50 +05:30
2026-02-13 13:11:27 +05:30
2026-04-10 21:03:39 +05:30
2026-03-30 08:13:48 +05:30
2026-05-14 09:11:51 +05:30
2026-03-09 16:20:06 +05:30
2026-03-01 20:15:31 +05:30
2026-04-24 15:44:09 +05:30
2026-03-22 10:45:05 +05:30
2025-09-03 09:40:05 +05:30
2026-05-06 15:29:12 +05:30
2026-03-11 19:09:27 +05:30
2026-03-08 23:09:02 +05:30
2026-02-08 13:56:57 +05:30
2026-02-08 13:56:57 +05:30
2026-04-06 14:37:50 +05:30
2026-05-06 15:29:12 +05:30
2026-03-24 15:45:51 +05:30
2026-02-13 13:11:27 +05:30
2026-04-22 16:10:27 +05:30
2026-02-28 20:08:00 +05:30
2026-03-24 15:45:51 +05:30
2025-11-01 18:01:14 +05:30
2026-03-02 22:02:53 +05:30
2026-03-03 18:25:05 +05:30
2026-03-03 17:22:50 +05:30
2025-08-06 12:48:02 +05:30
2026-02-08 13:56:57 +05:30
2025-08-19 21:48:33 +05:30
2025-08-28 11:11:55 +05:30
2026-02-08 13:56:57 +05:30
2025-10-18 10:28:15 +05:30
2026-02-08 13:56:57 +05:30
2026-02-08 13:56:57 +05:30
2026-02-28 20:08:00 +05:30
2026-02-08 13:56:57 +05:30
2025-10-18 10:28:15 +05:30
2025-10-24 17:22:06 +05:30
2026-01-05 15:49:51 +05:30
2025-08-06 12:48:02 +05:30
2025-08-19 21:48:33 +05:30
2026-02-08 13:56:57 +05:30
2026-04-22 07:24:28 +05:30
2026-02-08 13:56:57 +05:30
2026-03-22 11:36:38 +05:30
2025-09-08 21:14:27 +05:30
2025-09-24 15:22:00 +05:30
2026-03-30 08:13:48 +05:30
2025-08-19 21:48:33 +05:30
2026-02-08 13:56:57 +05:30
2026-04-05 15:28:49 +05:30
2026-02-08 13:56:57 +05:30
2025-08-31 08:26:51 +00:00
2025-11-11 15:57:45 +05:30
2026-04-19 13:16:59 +05:30
2026-05-06 15:29:12 +05:30
2026-04-21 19:38:50 +05:30
2025-10-29 17:10:48 +05:30
2025-10-19 17:56:09 +05:30
2026-01-10 19:32:50 +05:30
2026-03-11 19:09:27 +05:30
2026-03-02 11:42:52 +05:30
2025-11-23 09:21:11 +05:30
2026-04-03 06:59:59 +05:30
2026-03-30 08:13:48 +05:30
2026-02-08 13:56:57 +05:30
2026-03-07 12:00:04 +05:30
2026-03-10 17:01:36 +05:30
2026-02-08 13:56:57 +05:30
2026-03-30 08:09:28 +05:30
2026-05-06 15:29:12 +05:30
2026-03-09 13:36:34 +05:30
2026-03-12 16:01:23 +05:30
2025-10-08 10:13:14 +05:30
2026-02-08 13:56:57 +05:30
2026-02-08 13:56:57 +05:30
2025-11-13 16:14:26 +05:30
2026-03-12 15:00:59 +05:30
2025-10-31 15:59:16 +05:30