{"id":19156236,"url":"https://github.com/kyegomez/lumiere","last_synced_at":"2025-04-07T12:04:07.449Z","repository":{"id":221010183,"uuid":"753196440","full_name":"kyegomez/LUMIERE","owner":"kyegomez","description":"Implementation of the text to video model LUMIERE from the paper: \"A Space-Time Diffusion Model for Video Generation\" by Google Research","archived":false,"fork":false,"pushed_at":"2025-01-27T16:47:02.000Z","size":2281,"stargazers_count":51,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-31T11:05:42.104Z","etag":null,"topics":["agents","ai","artificial-intelligence","machine-learning","multi-modal","swarms","text-to-video","ttv"],"latest_commit_sha":null,"homepage":"https://discord.gg/GYbXvDGevY","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kyegomez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["kyegomez"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2024-02-05T16:50:40.000Z","updated_at":"2025-01-09T08:23:06.000Z","dependencies_parsed_at":"2024-02-09T21:29:47.909Z","dependency_job_id":"d836dcb8-9ec6-43e8-902f-fa1a47db06f1","html_url":"https://github.com/kyegomez/LUMIERE","commit_stats":{"total_commits":19,"total_committers":3,"mean_commits":6.333333333333333,"dds":"0.21052631578947367","last_synced_commit":"b7e5a19b67a73acc5c8ca0af48715b79081a701a"},"previous_names":["kyegomez/lumiere"],"tags_count":0,"template":false,"template_full_name":"kyegomez/Python-Package-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyegomez%2FLUMIERE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyegomez%2FLUMIERE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyegomez%2FLUMIERE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyegomez%2FLUMIERE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyegomez","download_url":"https://codeload.github.com/kyegomez/LUMIERE/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648976,"owners_count":20972945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","ai","artificial-intelligence","machine-learning","multi-modal","swarms","text-to-video","ttv"],"created_at":"2024-11-09T08:33:41.248Z","updated_at":"2025-04-07T12:04:07.430Z","avatar_url":"https://github.com/kyegomez.png","language":"Python","funding_links":["https://github.com/sponsors/kyegomez"],"categories":[],"sub_categories":[],"readme":"[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)\n\n# Lumiere \nImplementation of the text to video model LUMIERE from the paper: \"A Space-Time Diffusion Model for Video Generation\" by Google Research. I will mostly be implementing the modules from the diagram a and b in figure 4\n\n## Install\n`pip install lumiere`\n\n\n## Usage\n```python\nimport torch\nfrom lumiere.model import AttentionBasedInflationBlock\n\n# B, T, H, W, D\nx = torch.randn(1, 4, 224, 224, 512)\n\n# Model\nmodel = AttentionBasedInflationBlock(dim=512, heads=4, dropout=0.1)\n\n# Forward pass\nout = model(x)\n\n# print\nprint(out.shape)  # Expected shape: [1, 4, 224, 224, 512]\n\n```\n\n## Test\n```\npoetry run pytest\n\n# or\npytest tests/\n\n```\n\n\n# License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyegomez%2Flumiere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyegomez%2Flumiere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyegomez%2Flumiere/lists"}