magic_hour 0.27.0__tar.gz → 0.29.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.
Potentially problematic release.
This version of magic_hour might be problematic. Click here for more details.
- {magic_hour-0.27.0 → magic_hour-0.29.0}/PKG-INFO +1 -1
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/environment.py +1 -1
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_talking_photo/README.md +2 -2
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_talking_photo/client.py +4 -4
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/face_swap_photo/README.md +15 -1
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/face_swap_photo/client.py +14 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/__init__.py +6 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_talking_photo_create_body.py +2 -2
- magic_hour-0.29.0/magic_hour/types/params/v1_face_swap_photo_create_body_assets.py +66 -0
- magic_hour-0.29.0/magic_hour/types/params/v1_face_swap_photo_create_body_assets_face_mappings_item.py +39 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/pyproject.toml +1 -1
- magic_hour-0.27.0/magic_hour/types/params/v1_face_swap_photo_create_body_assets.py +0 -36
- {magic_hour-0.27.0 → magic_hour-0.29.0}/LICENSE +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/core/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/core/api_error.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/core/auth.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/core/base_client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/core/binary_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/core/query.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/core/request.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/core/response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/core/type_utils.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/core/utils.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_clothes_changer/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_clothes_changer/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_clothes_changer/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_face_editor/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_face_editor/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_face_editor/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_gif_generator/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_gif_generator/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_gif_generator/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_headshot_generator/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_headshot_generator/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_headshot_generator/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_image_editor/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_image_editor/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_image_editor/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_image_generator/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_image_generator/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_image_generator/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_image_upscaler/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_image_upscaler/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_image_upscaler/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_meme_generator/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_meme_generator/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_meme_generator/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_photo_editor/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_photo_editor/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_photo_editor/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_qr_code_generator/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_qr_code_generator/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_qr_code_generator/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_talking_photo/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/animation/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/animation/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/animation/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/auto_subtitle_generator/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/auto_subtitle_generator/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/auto_subtitle_generator/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/face_swap/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/face_swap/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/face_swap/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/face_swap_photo/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/files/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/files/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/files/upload_urls/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/files/upload_urls/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/files/upload_urls/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/image_background_remover/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/image_background_remover/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/image_background_remover/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/image_projects/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/image_projects/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/image_projects/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/image_to_video/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/image_to_video/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/image_to_video/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/lip_sync/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/lip_sync/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/lip_sync/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/photo_colorizer/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/photo_colorizer/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/photo_colorizer/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/text_to_video/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/text_to_video/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/text_to_video/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/video_projects/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/video_projects/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/video_projects/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/video_to_video/README.md +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/video_to_video/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/video_to_video/client.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/__init__.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_ai_clothes_changer_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_ai_face_editor_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_ai_gif_generator_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_ai_headshot_generator_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_ai_image_editor_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_ai_image_generator_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_ai_image_upscaler_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_ai_meme_generator_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_ai_photo_editor_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_ai_qr_code_generator_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_ai_talking_photo_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_animation_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_auto_subtitle_generator_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_face_swap_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_face_swap_photo_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_files_upload_urls_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_files_upload_urls_create_response_items_item.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_image_background_remover_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_image_projects_get_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_image_projects_get_response_downloads_item.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_image_projects_get_response_error.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_image_to_video_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_lip_sync_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_photo_colorizer_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_text_to_video_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_video_projects_get_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_video_projects_get_response_download.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_video_projects_get_response_downloads_item.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_video_projects_get_response_error.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_video_to_video_create_response.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_clothes_changer_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_clothes_changer_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_face_editor_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_face_editor_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_face_editor_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_gif_generator_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_gif_generator_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_headshot_generator_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_headshot_generator_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_headshot_generator_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_image_editor_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_image_editor_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_image_editor_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_image_generator_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_image_generator_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_image_upscaler_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_image_upscaler_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_image_upscaler_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_meme_generator_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_meme_generator_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_photo_editor_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_photo_editor_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_photo_editor_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_qr_code_generator_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_qr_code_generator_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_talking_photo_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_talking_photo_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_animation_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_animation_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_animation_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_auto_subtitle_generator_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_auto_subtitle_generator_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_auto_subtitle_generator_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_auto_subtitle_generator_create_body_style_custom_config.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_face_swap_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_face_swap_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_face_swap_photo_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_files_upload_urls_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_files_upload_urls_create_body_items_item.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_image_background_remover_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_image_background_remover_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_image_to_video_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_image_to_video_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_image_to_video_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_lip_sync_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_lip_sync_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_photo_colorizer_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_photo_colorizer_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_text_to_video_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_text_to_video_create_body_style.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_video_to_video_create_body.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_video_to_video_create_body_assets.py +0 -0
- {magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_video_to_video_create_body_style.py +0 -0
|
@@ -6,7 +6,7 @@ class Environment(enum.Enum):
|
|
|
6
6
|
"""Pre-defined base URLs for the API"""
|
|
7
7
|
|
|
8
8
|
ENVIRONMENT = "https://api.magichour.ai"
|
|
9
|
-
MOCK_SERVER = "https://api.sideko.dev/v1/mock/magichour/magic-hour/0.
|
|
9
|
+
MOCK_SERVER = "https://api.sideko.dev/v1/mock/magichour/magic-hour/0.29.0"
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
def _get_base_url(
|
|
@@ -10,8 +10,8 @@ Create a talking photo from an image and audio or text input.
|
|
|
10
10
|
| Parameter | Required | Description | Example |
|
|
11
11
|
|-----------|:--------:|-------------|--------|
|
|
12
12
|
| `assets` | ✓ | Provide the assets for creating a talking photo | `{"audio_file_path": "api-assets/id/1234.mp3", "image_file_path": "api-assets/id/1234.png"}` |
|
|
13
|
-
| `end_seconds` | ✓ | The end time of the input audio in seconds. The maximum duration allowed is
|
|
14
|
-
| `start_seconds` | ✓ | The start time of the input audio in seconds. The maximum duration allowed is
|
|
13
|
+
| `end_seconds` | ✓ | The end time of the input audio in seconds. The maximum duration allowed is 60 seconds. | `15.0` |
|
|
14
|
+
| `start_seconds` | ✓ | The start time of the input audio in seconds. The maximum duration allowed is 60 seconds. | `0.0` |
|
|
15
15
|
| `name` | ✗ | The name of image | `"Talking Photo image"` |
|
|
16
16
|
| `style` | ✗ | Attributes used to dictate the style of the output | `{"generation_mode": "expressive", "intensity": 1.5}` |
|
|
17
17
|
|
|
@@ -40,8 +40,8 @@ class AiTalkingPhotoClient:
|
|
|
40
40
|
name: The name of image
|
|
41
41
|
style: Attributes used to dictate the style of the output
|
|
42
42
|
assets: Provide the assets for creating a talking photo
|
|
43
|
-
end_seconds: The end time of the input audio in seconds. The maximum duration allowed is
|
|
44
|
-
start_seconds: The start time of the input audio in seconds. The maximum duration allowed is
|
|
43
|
+
end_seconds: The end time of the input audio in seconds. The maximum duration allowed is 60 seconds.
|
|
44
|
+
start_seconds: The start time of the input audio in seconds. The maximum duration allowed is 60 seconds.
|
|
45
45
|
request_options: Additional options to customize the HTTP request
|
|
46
46
|
|
|
47
47
|
Returns:
|
|
@@ -113,8 +113,8 @@ class AsyncAiTalkingPhotoClient:
|
|
|
113
113
|
name: The name of image
|
|
114
114
|
style: Attributes used to dictate the style of the output
|
|
115
115
|
assets: Provide the assets for creating a talking photo
|
|
116
|
-
end_seconds: The end time of the input audio in seconds. The maximum duration allowed is
|
|
117
|
-
start_seconds: The start time of the input audio in seconds. The maximum duration allowed is
|
|
116
|
+
end_seconds: The end time of the input audio in seconds. The maximum duration allowed is 60 seconds.
|
|
117
|
+
start_seconds: The start time of the input audio in seconds. The maximum duration allowed is 60 seconds.
|
|
118
118
|
request_options: Additional options to customize the HTTP request
|
|
119
119
|
|
|
120
120
|
Returns:
|
|
@@ -9,7 +9,7 @@ Create a face swap photo. Each photo costs 5 credits. The height/width of the ou
|
|
|
9
9
|
|
|
10
10
|
| Parameter | Required | Description | Example |
|
|
11
11
|
|-----------|:--------:|-------------|--------|
|
|
12
|
-
| `assets` | ✓ | Provide the assets for face swap photo | `{"source_file_path": "api-assets/id/1234.png", "target_file_path": "api-assets/id/1234.png"}` |
|
|
12
|
+
| `assets` | ✓ | Provide the assets for face swap photo | `{"face_mappings": [{"new_face": "api-assets/id/1234.png", "original_face": "api-assets/id/0-0.png"}], "face_swap_mode": "all-faces", "source_file_path": "api-assets/id/1234.png", "target_file_path": "api-assets/id/1234.png"}` |
|
|
13
13
|
| `name` | ✗ | The name of image | `"Face Swap image"` |
|
|
14
14
|
|
|
15
15
|
#### Synchronous Client
|
|
@@ -21,6 +21,13 @@ from os import getenv
|
|
|
21
21
|
client = Client(token=getenv("API_TOKEN"))
|
|
22
22
|
res = client.v1.face_swap_photo.create(
|
|
23
23
|
assets={
|
|
24
|
+
"face_mappings": [
|
|
25
|
+
{
|
|
26
|
+
"new_face": "api-assets/id/1234.png",
|
|
27
|
+
"original_face": "api-assets/id/0-0.png",
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"face_swap_mode": "all-faces",
|
|
24
31
|
"source_file_path": "api-assets/id/1234.png",
|
|
25
32
|
"target_file_path": "api-assets/id/1234.png",
|
|
26
33
|
},
|
|
@@ -38,6 +45,13 @@ from os import getenv
|
|
|
38
45
|
client = AsyncClient(token=getenv("API_TOKEN"))
|
|
39
46
|
res = await client.v1.face_swap_photo.create(
|
|
40
47
|
assets={
|
|
48
|
+
"face_mappings": [
|
|
49
|
+
{
|
|
50
|
+
"new_face": "api-assets/id/1234.png",
|
|
51
|
+
"original_face": "api-assets/id/0-0.png",
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"face_swap_mode": "all-faces",
|
|
41
55
|
"source_file_path": "api-assets/id/1234.png",
|
|
42
56
|
"target_file_path": "api-assets/id/1234.png",
|
|
43
57
|
},
|
|
@@ -47,6 +47,13 @@ class FaceSwapPhotoClient:
|
|
|
47
47
|
```py
|
|
48
48
|
client.v1.face_swap_photo.create(
|
|
49
49
|
assets={
|
|
50
|
+
"face_mappings": [
|
|
51
|
+
{
|
|
52
|
+
"new_face": "api-assets/id/1234.png",
|
|
53
|
+
"original_face": "api-assets/id/0-0.png",
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"face_swap_mode": "all-faces",
|
|
50
57
|
"source_file_path": "api-assets/id/1234.png",
|
|
51
58
|
"target_file_path": "api-assets/id/1234.png",
|
|
52
59
|
},
|
|
@@ -104,6 +111,13 @@ class AsyncFaceSwapPhotoClient:
|
|
|
104
111
|
```py
|
|
105
112
|
await client.v1.face_swap_photo.create(
|
|
106
113
|
assets={
|
|
114
|
+
"face_mappings": [
|
|
115
|
+
{
|
|
116
|
+
"new_face": "api-assets/id/1234.png",
|
|
117
|
+
"original_face": "api-assets/id/0-0.png",
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"face_swap_mode": "all-faces",
|
|
107
121
|
"source_file_path": "api-assets/id/1234.png",
|
|
108
122
|
"target_file_path": "api-assets/id/1234.png",
|
|
109
123
|
},
|
|
@@ -154,6 +154,10 @@ from .v1_face_swap_photo_create_body_assets import (
|
|
|
154
154
|
V1FaceSwapPhotoCreateBodyAssets,
|
|
155
155
|
_SerializerV1FaceSwapPhotoCreateBodyAssets,
|
|
156
156
|
)
|
|
157
|
+
from .v1_face_swap_photo_create_body_assets_face_mappings_item import (
|
|
158
|
+
V1FaceSwapPhotoCreateBodyAssetsFaceMappingsItem,
|
|
159
|
+
_SerializerV1FaceSwapPhotoCreateBodyAssetsFaceMappingsItem,
|
|
160
|
+
)
|
|
157
161
|
from .v1_files_upload_urls_create_body import (
|
|
158
162
|
V1FilesUploadUrlsCreateBody,
|
|
159
163
|
_SerializerV1FilesUploadUrlsCreateBody,
|
|
@@ -257,6 +261,7 @@ __all__ = [
|
|
|
257
261
|
"V1FaceSwapCreateBodyAssets",
|
|
258
262
|
"V1FaceSwapPhotoCreateBody",
|
|
259
263
|
"V1FaceSwapPhotoCreateBodyAssets",
|
|
264
|
+
"V1FaceSwapPhotoCreateBodyAssetsFaceMappingsItem",
|
|
260
265
|
"V1FilesUploadUrlsCreateBody",
|
|
261
266
|
"V1FilesUploadUrlsCreateBodyItemsItem",
|
|
262
267
|
"V1ImageBackgroundRemoverCreateBody",
|
|
@@ -312,6 +317,7 @@ __all__ = [
|
|
|
312
317
|
"_SerializerV1FaceSwapCreateBodyAssets",
|
|
313
318
|
"_SerializerV1FaceSwapPhotoCreateBody",
|
|
314
319
|
"_SerializerV1FaceSwapPhotoCreateBodyAssets",
|
|
320
|
+
"_SerializerV1FaceSwapPhotoCreateBodyAssetsFaceMappingsItem",
|
|
315
321
|
"_SerializerV1FilesUploadUrlsCreateBody",
|
|
316
322
|
"_SerializerV1FilesUploadUrlsCreateBodyItemsItem",
|
|
317
323
|
"_SerializerV1ImageBackgroundRemoverCreateBody",
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_talking_photo_create_body.py
RENAMED
|
@@ -24,7 +24,7 @@ class V1AiTalkingPhotoCreateBody(typing_extensions.TypedDict):
|
|
|
24
24
|
|
|
25
25
|
end_seconds: typing_extensions.Required[float]
|
|
26
26
|
"""
|
|
27
|
-
The end time of the input audio in seconds. The maximum duration allowed is
|
|
27
|
+
The end time of the input audio in seconds. The maximum duration allowed is 60 seconds.
|
|
28
28
|
"""
|
|
29
29
|
|
|
30
30
|
name: typing_extensions.NotRequired[str]
|
|
@@ -34,7 +34,7 @@ class V1AiTalkingPhotoCreateBody(typing_extensions.TypedDict):
|
|
|
34
34
|
|
|
35
35
|
start_seconds: typing_extensions.Required[float]
|
|
36
36
|
"""
|
|
37
|
-
The start time of the input audio in seconds. The maximum duration allowed is
|
|
37
|
+
The start time of the input audio in seconds. The maximum duration allowed is 60 seconds.
|
|
38
38
|
"""
|
|
39
39
|
|
|
40
40
|
style: typing_extensions.NotRequired[V1AiTalkingPhotoCreateBodyStyle]
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import pydantic
|
|
2
|
+
import typing
|
|
3
|
+
import typing_extensions
|
|
4
|
+
|
|
5
|
+
from .v1_face_swap_photo_create_body_assets_face_mappings_item import (
|
|
6
|
+
V1FaceSwapPhotoCreateBodyAssetsFaceMappingsItem,
|
|
7
|
+
_SerializerV1FaceSwapPhotoCreateBodyAssetsFaceMappingsItem,
|
|
8
|
+
)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class V1FaceSwapPhotoCreateBodyAssets(typing_extensions.TypedDict):
|
|
12
|
+
"""
|
|
13
|
+
Provide the assets for face swap photo
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
face_mappings: typing_extensions.NotRequired[
|
|
17
|
+
typing.List[V1FaceSwapPhotoCreateBodyAssetsFaceMappingsItem]
|
|
18
|
+
]
|
|
19
|
+
"""
|
|
20
|
+
This is the array of face mappings used for multiple face swap. The value is required if `face_swap_mode` is `individual-faces`.
|
|
21
|
+
"""
|
|
22
|
+
|
|
23
|
+
face_swap_mode: typing_extensions.NotRequired[
|
|
24
|
+
typing_extensions.Literal["all-faces", "individual-faces"]
|
|
25
|
+
]
|
|
26
|
+
"""
|
|
27
|
+
The mode of face swap.
|
|
28
|
+
* `all-faces` - Swap all faces in the target image. `source_file_path` is required.
|
|
29
|
+
* `individual-faces` - Swap individual faces in the target image. `source_faces` is required.
|
|
30
|
+
"""
|
|
31
|
+
|
|
32
|
+
source_file_path: typing_extensions.NotRequired[str]
|
|
33
|
+
"""
|
|
34
|
+
This is the image from which the face is extracted. The value is required if `face_swap_mode` is `all-faces`.
|
|
35
|
+
|
|
36
|
+
This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
37
|
+
"""
|
|
38
|
+
|
|
39
|
+
target_file_path: typing_extensions.Required[str]
|
|
40
|
+
"""
|
|
41
|
+
This is the image where the face from the source image will be placed. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
42
|
+
"""
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
class _SerializerV1FaceSwapPhotoCreateBodyAssets(pydantic.BaseModel):
|
|
46
|
+
"""
|
|
47
|
+
Serializer for V1FaceSwapPhotoCreateBodyAssets handling case conversions
|
|
48
|
+
and file omissions as dictated by the API
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
model_config = pydantic.ConfigDict(
|
|
52
|
+
populate_by_name=True,
|
|
53
|
+
)
|
|
54
|
+
|
|
55
|
+
face_mappings: typing.Optional[
|
|
56
|
+
typing.List[_SerializerV1FaceSwapPhotoCreateBodyAssetsFaceMappingsItem]
|
|
57
|
+
] = pydantic.Field(alias="face_mappings", default=None)
|
|
58
|
+
face_swap_mode: typing.Optional[
|
|
59
|
+
typing_extensions.Literal["all-faces", "individual-faces"]
|
|
60
|
+
] = pydantic.Field(alias="face_swap_mode", default=None)
|
|
61
|
+
source_file_path: typing.Optional[str] = pydantic.Field(
|
|
62
|
+
alias="source_file_path", default=None
|
|
63
|
+
)
|
|
64
|
+
target_file_path: str = pydantic.Field(
|
|
65
|
+
alias="target_file_path",
|
|
66
|
+
)
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import pydantic
|
|
2
|
+
import typing_extensions
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class V1FaceSwapPhotoCreateBodyAssetsFaceMappingsItem(typing_extensions.TypedDict):
|
|
6
|
+
"""
|
|
7
|
+
V1FaceSwapPhotoCreateBodyAssetsFaceMappingsItem
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
new_face: typing_extensions.Required[str]
|
|
11
|
+
"""
|
|
12
|
+
The face image that will be used to replace the face in the `original_face`. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
original_face: typing_extensions.Required[str]
|
|
16
|
+
"""
|
|
17
|
+
The face detected from the image in `target_file_path`. The file name is in the format of `<face_frame>-<face_index>.png`. This value is corresponds to the response in the face detection API [COMING SOON].
|
|
18
|
+
|
|
19
|
+
* The face_frame is the frame number of the face in the target image. For images, the frame number is always 0.
|
|
20
|
+
* The face_index is the index of the face in the target image, starting from 0 going left to right.
|
|
21
|
+
"""
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
class _SerializerV1FaceSwapPhotoCreateBodyAssetsFaceMappingsItem(pydantic.BaseModel):
|
|
25
|
+
"""
|
|
26
|
+
Serializer for V1FaceSwapPhotoCreateBodyAssetsFaceMappingsItem handling case conversions
|
|
27
|
+
and file omissions as dictated by the API
|
|
28
|
+
"""
|
|
29
|
+
|
|
30
|
+
model_config = pydantic.ConfigDict(
|
|
31
|
+
populate_by_name=True,
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
new_face: str = pydantic.Field(
|
|
35
|
+
alias="new_face",
|
|
36
|
+
)
|
|
37
|
+
original_face: str = pydantic.Field(
|
|
38
|
+
alias="original_face",
|
|
39
|
+
)
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import pydantic
|
|
2
|
-
import typing_extensions
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
class V1FaceSwapPhotoCreateBodyAssets(typing_extensions.TypedDict):
|
|
6
|
-
"""
|
|
7
|
-
Provide the assets for face swap photo
|
|
8
|
-
"""
|
|
9
|
-
|
|
10
|
-
source_file_path: typing_extensions.Required[str]
|
|
11
|
-
"""
|
|
12
|
-
This is the image from which the face is extracted. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
13
|
-
"""
|
|
14
|
-
|
|
15
|
-
target_file_path: typing_extensions.Required[str]
|
|
16
|
-
"""
|
|
17
|
-
This is the image where the face from the source image will be placed. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
18
|
-
"""
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
class _SerializerV1FaceSwapPhotoCreateBodyAssets(pydantic.BaseModel):
|
|
22
|
-
"""
|
|
23
|
-
Serializer for V1FaceSwapPhotoCreateBodyAssets handling case conversions
|
|
24
|
-
and file omissions as dictated by the API
|
|
25
|
-
"""
|
|
26
|
-
|
|
27
|
-
model_config = pydantic.ConfigDict(
|
|
28
|
-
populate_by_name=True,
|
|
29
|
-
)
|
|
30
|
-
|
|
31
|
-
source_file_path: str = pydantic.Field(
|
|
32
|
-
alias="source_file_path",
|
|
33
|
-
)
|
|
34
|
-
target_file_path: str = pydantic.Field(
|
|
35
|
-
alias="target_file_path",
|
|
36
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_clothes_changer/README.md
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_clothes_changer/__init__.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_clothes_changer/client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_gif_generator/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_headshot_generator/README.md
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_headshot_generator/__init__.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_headshot_generator/client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_image_generator/README.md
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_image_generator/__init__.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_image_generator/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_image_upscaler/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_meme_generator/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_qr_code_generator/README.md
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_qr_code_generator/__init__.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_qr_code_generator/client.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/ai_talking_photo/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/auto_subtitle_generator/README.md
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/auto_subtitle_generator/__init__.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/auto_subtitle_generator/client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/files/upload_urls/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/image_background_remover/README.md
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/image_background_remover/__init__.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/resources/v1/image_background_remover/client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_ai_face_editor_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_animation_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_face_swap_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_image_projects_get_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_image_to_video_create_response.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_lip_sync_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_text_to_video_create_response.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_video_projects_get_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/models/v1_video_to_video_create_response.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_clothes_changer_create_body.py
RENAMED
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_face_editor_create_body.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_gif_generator_create_body.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_image_editor_create_body.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_image_generator_create_body.py
RENAMED
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_image_upscaler_create_body.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_meme_generator_create_body.py
RENAMED
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_ai_photo_editor_create_body.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_animation_create_body_assets.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_animation_create_body_style.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_face_swap_create_body_assets.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_face_swap_photo_create_body.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_files_upload_urls_create_body.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_image_to_video_create_body.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_lip_sync_create_body_assets.py
RENAMED
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_photo_colorizer_create_body.py
RENAMED
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_text_to_video_create_body.py
RENAMED
|
File without changes
|
|
File without changes
|
{magic_hour-0.27.0 → magic_hour-0.29.0}/magic_hour/types/params/v1_video_to_video_create_body.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|