desuAnon commited on
Commit
3cf75de
·
verified ·
1 Parent(s): ff22f50
Files changed (1) hide show
  1. README.md +46 -3
README.md CHANGED
@@ -1,3 +1,46 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ ---
4
+
5
+ On 2024-11-26, access to OpenAI's Sora-turbo video generation was provided via this Hugging Face repo:
6
+
7
+ https://huggingface.co/spaces/PR-Puppets/PR-Puppet-Sora
8
+
9
+ After a few hours, OpenAI invalidated the API key used by the repo and removed access to the generated videos.
10
+ This release consists of 87 videos (~702 MB) that were archived, from the publicly displayed generations, in anticipation of that event.
11
+
12
+ Not all videos generated were able to be archived, due to HF load issues. All videos are of MIME type video/mp4 and have a framerate of 30 FPS.
13
+ The generation params may be found in the app.py of the original repo [here](https://huggingface.co/spaces/PR-Puppets/PR-Puppet-Sora/blob/main/app.py); an archive of this file may be found [here](https://archive.is/r70Ao).
14
+
15
+ The Sora backend that was used for generation was the following:
16
+ `https://sora.openai.com/backend/video_gen`
17
+
18
+ The "short" video filenames are the full original prompts used for the API request for each video.
19
+ User prompts are often "augmented" (by some LLM) before generating videos, so it may not be the exact prompt used.
20
+ The prompt used for four videos is not known, and these are denoted as [unknown_n].
21
+ A "long" prompt limit was based off the filename length limit (around 255 B) for Windows/macOS/Linux.
22
+ All short prompts are used as filenames in the "short_prompts" directory.
23
+ The ten longer prompts in "full_long_prompts.txt" were used for the videos in the "long_prompts" directory.
24
+
25
+ ~ desuAnon
26
+
27
+ https://rentry.org/desuAnon
28
+
29
+ ---
30
+
31
+ PUBLIC DOMAIN: [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)
32
+
33
+ **No Copyright**: The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.
34
+ You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information below.
35
+
36
+ **Other Information**: In no way are the patent or trademark rights of any person affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights.
37
+ Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law.
38
+ When using or citing the work, you should not imply endorsement by the author or the affirmer.
39
+
40
+ ![img](https://licensebuttons.net/p/zero/1.0/88x31.png)
41
+
42
+ ---
43
+
44
+ *Contents of external links are not encompassed by the above deed.*
45
+ *Sora is a pending trademark of OpenAI, Inc, and is used for descriptive purposes only.*
46
+ *This work is not endorsed by, or affiliated with, OpenAI.*