Artiprocher
commited on
Commit
•
038dd47
1
Parent(s):
a8e1506
add models
Browse files- README.md +18 -0
- assets/airport_people_crowd_busy.gif +0 -0
- assets/beach_ocean_waves_water_sand.gif +0 -0
- assets/bee_honey_insect_beehive_nature.gif +0 -0
- assets/coffee_beans_caffeine_coffee_shop.gif +0 -0
- assets/fish_underwater_aquarium_swim.gif +0 -0
- assets/forest_woods_mystical_morning.gif +0 -0
- assets/hair_wind_girl_woman_people.gif +0 -0
- assets/ocean_beach_sunset_sea_atmosphere.gif +0 -0
- assets/reeds_grass_wind_golden_sunshine.gif +0 -0
- assets/sea_ocean_seagulls_birds_sunset.gif +0 -0
- assets/woman_flowers_plants_field_garden.gif +0 -0
- assets/wood_anemones_wildflower_flower.gif +0 -0
- denoising_model/model.safetensors +3 -0
- text_encoder/model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
# Lite-Sora-v1-Experimental
|
6 |
+
|
7 |
+
## Introduction
|
8 |
+
|
9 |
+
Lite-Sora is a Sora replication project jointly initiated by East China Normal University and the ModelScope community, dedicated to constructing a lightweight and open-source video DiT model, with the aim of exploring further potential in generative models. Please refer to our [GitHub repo](https://github.com/ECNU-CILAB/lite-sora).
|
10 |
+
|
11 |
+
## About This Model
|
12 |
+
|
13 |
+
We trained a denoising model using a small dataset [Pixabay100](https://github.com/ECNU-CILAB/Pixabay100). This model serves to demonstrate that our training code is capable of fitting the training data properly, with a resolution of 64*64. **Obviously this model is overfitting due to the limited amount of training data, and thus it lacks generalization capability at this stage. Its purpose is solely for verifying the correctness of the training algorithm.**
|
14 |
+
|
15 |
+
|airport, people, crowd, busy|beach, ocean, waves, water, sand|bee, honey, insect, beehive, nature|coffee, beans, caffeine, coffee, shop|
|
16 |
+
|-|-|-|-|
|
17 |
+
|![](assets/airport_people_crowd_busy.gif)|![](assets/beach_ocean_waves_water_sand.gif)|![](assets/bee_honey_insect_beehive_nature.gif)|![](assets/coffee_beans_caffeine_coffee_shop.gif)|
|
18 |
+
|fish, underwater, aquarium, swim|forest, woods, mystical, morning|ocean, beach, sunset, sea, atmosphere|hair, wind, girl, woman, people|
|
19 |
+
|![](assets/fish_underwater_aquarium_swim.gif)|![](assets/forest_woods_mystical_morning.gif)|![](assets/ocean_beach_sunset_sea_atmosphere.gif)|![](assets/hair_wind_girl_woman_people.gif)|
|
20 |
+
|reeds, grass, wind, golden, sunshine|sea, ocean, seagulls, birds, sunset|woman, flowers, plants, field, garden|wood, anemones, wildflower, flower|
|
21 |
+
|![](assets/reeds_grass_wind_golden_sunshine.gif)|![](assets/sea_ocean_seagulls_birds_sunset.gif)|![](assets/woman_flowers_plants_field_garden.gif)|![](assets/wood_anemones_wildflower_flower.gif)|
|
assets/airport_people_crowd_busy.gif
ADDED
assets/beach_ocean_waves_water_sand.gif
ADDED
assets/bee_honey_insect_beehive_nature.gif
ADDED
assets/coffee_beans_caffeine_coffee_shop.gif
ADDED
assets/fish_underwater_aquarium_swim.gif
ADDED
assets/forest_woods_mystical_morning.gif
ADDED
assets/hair_wind_girl_woman_people.gif
ADDED
assets/ocean_beach_sunset_sea_atmosphere.gif
ADDED
assets/reeds_grass_wind_golden_sunshine.gif
ADDED
assets/sea_ocean_seagulls_birds_sunset.gif
ADDED
assets/woman_flowers_plants_field_garden.gif
ADDED
assets/wood_anemones_wildflower_flower.gif
ADDED
denoising_model/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2b9fca9296c9507789ef58d3907f8503d43abff023aa4aac914d73f577e5fb1
|
3 |
+
size 1382660520
|
text_encoder/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a6032f63d37ae02bbc74ccd6a27440578cd71701f96532229d0154f55a8d3ff
|
3 |
+
size 2778702264
|