Commit Graph

245 Commits

Author SHA1 Message Date
2ec4af56c1 Edit presets.json 2024-02-23 10:01:36 +01:00
2a102c62e3 Formatting 2024-02-23 09:56:54 +01:00
d2b222b83b Add .gitkeep 2024-02-23 09:56:41 +01:00
32b6b5c42e Formatting & improving imports 2024-02-23 09:50:43 +01:00
aa5c03b17e Add presets feature 2024-02-23 09:37:00 +01:00
d0d1f38e50 Update .gitignore to ignore local/presets.json 2024-02-22 18:03:10 +01:00
6c91b2e622 Fix nullable attribute for description column in Video model 2024-02-22 18:03:00 +01:00
0a2e4774d0 Add presets functionality to GenerateUI class 2024-02-22 18:02:52 +01:00
de7b7b1f1b Merge branch 'main' of github.com:Paillat-dev/viralfactory 2024-02-22 15:40:37 +01:00
43944aea42 Create presets.json 2024-02-22 15:40:18 +01:00
a8e85f15b0 Add new dependencies: cachetools, google-api-core, google-api-python-client, google-auth, google-auth-httplib2, google-auth-oauthlib, Google-Images-Search, googleapis-common-protos, httplib2, oauthlib, outcome, pyasn1, pyasn1-modules, pyfiglet, requests-oauthlib, selenium, sortedcontainers, termcolor, tiktok-uploader, toml, trio, trio-websocket, uritemplate, webdriver-manager, windows-curses, wsproto 2024-02-22 15:17:00 +01:00
1aa0a5b986 Add get_assets() method to retrieve a single file by ID 2024-02-22 15:15:52 +01:00
00536c4894 Add video metadata and upload functionality 2024-02-22 15:15:42 +01:00
5a96f0b465 Add GoogleAssetsEngine to AssetsEngine imports 2024-02-22 15:15:32 +01:00
adce06bae3 Update font and font size in SimpleCaptioningEngine.py 2024-02-22 15:15:26 +01:00
0189d26f61 Refactor get_metadata method signature in BaseMetadataEngine.py 2024-02-22 15:15:17 +01:00
6987f43804 Add import for youtube_uploading module in utils package 2024-02-22 15:15:06 +01:00
b8d7d87750 Remove ElevenLabsTTSEngine import 2024-02-22 15:15:01 +01:00
458f02f20f Add Setting and Video models 2024-02-22 15:14:55 +01:00
d08a2c29ef Formatting 2024-02-22 15:14:36 +01:00
abef1dcb6b Add GoogleAssetsEngine class to search for images using the Google Images API 2024-02-22 15:13:52 +01:00
f83a18fecb Add UploadEngine and its dependencies 2024-02-22 15:13:45 +01:00
7323b4aad9 Add YouTube uploading functionality 2024-02-22 15:13:18 +01:00
ac835a6e81 Change engine_row from gr.Row to gr.Column 2024-02-22 15:13:08 +01:00
8c76140b38 Refactor UI module and add launcher function 2024-02-22 15:12:56 +01:00
7c9dcb1702 Update .gitignore file to exclude moviepy temp files 2024-02-22 15:12:34 +01:00
ca68c227b6 Add local/cookies.txt to .gitignore 2024-02-22 15:11:09 +01:00
7b0c4e409c Update ShortsMetadata.yaml with correct placement of hashtags in description 2024-02-21 09:15:08 +01:00
287b1f5076 Delete fix_captions.yaml file 2024-02-21 09:14:10 +01:00
bd00a49063 🐛 fix(GenerationContext.py): fix indentation issue in process() method
 feat(GenerationContext.py): add support for z-index of moviepy clips to improve video rendering
The indentation issue in the process() method has been fixed. The z-index of moviepy clips has been added to improve the rendering of the video. This allows the clips to be rendered in different layers based on their index, resulting in a more visually appealing video.
2024-02-21 09:06:36 +01:00
cced96d792 Formatting 2024-02-20 16:23:15 +01:00
ce128e400a Add Markdown headers to engine names in UI 2024-02-20 16:22:47 +01:00
f11f493e46 Add MetadataEngine and ShortsMetadataEngine classes 2024-02-20 16:22:28 +01:00
7322abf1c3 Add BackgroundEngine to engines. 2024-02-20 14:55:58 +01:00
c56257a2d3 Add progress tracking and background generation 2024-02-20 14:55:39 +01:00
e6d58d2920 Refactor DallEAssetsEngine.py to improve image generation 2024-02-20 14:55:25 +01:00
6338f016d2 Add background engine classes 2024-02-20 14:54:49 +01:00
3ca3732102 Formatting 2024-02-20 14:54:37 +01:00
f6e4fa6bd3 Refactor UI code to add settings interface 2024-02-20 14:54:25 +01:00
49857b7be3 Add database initialization 2024-02-20 14:54:05 +01:00
a48c303862 Merge branch 'main' of github.com:Paillat-dev/viralfactory 2024-02-20 14:48:22 +01:00
280df1dd67 Formatting 2024-02-20 14:47:54 +01:00
3c3761ba7b Add new models and database manager 2024-02-20 14:46:43 +01:00
eba563ed90 Add greenlet and SQLAlchemy dependencies 2024-02-20 14:45:37 +01:00
80f93ad7bb Add .gitkeep file to local/assets/database directory 2024-02-19 14:51:49 +01:00
002c3d68c6 Update SECURITY.md 2024-02-19 14:20:05 +01:00
fe4e28c615 Create SECURITY.md 2024-02-19 14:13:53 +01:00
36602ea78d Merge branch 'main' of github.com:Paillat-dev/viralfactory 2024-02-19 09:14:40 +01:00
243ab3c369 Added 'local/' directory to .gitignore 2024-02-19 09:14:09 +01:00
57d073d1f0 Add empty audio, font, and video directories 2024-02-19 09:13:44 +01:00