jbilcke-hf HF staff commited on
Commit
f52fb0f
β€’
1 Parent(s): 8bc9511

clarification about which model is used

Browse files
Files changed (2) hide show
  1. README.md +11 -2
  2. src/app/interface/about/index.tsx +4 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Hotshot-XL Text-to-GIF
3
  emoji: πŸ€™
4
  colorFrom: blue
5
  colorTo: yellow
@@ -8,8 +8,17 @@ pinned: true
8
  app_port: 3000
9
  ---
10
 
11
- # Hotshot-XL Text-to-GIF
12
 
 
 
 
 
 
 
 
 
 
13
 
14
  ## Setup
15
 
 
1
  ---
2
+ title: Clip Factory
3
  emoji: πŸ€™
4
  colorFrom: blue
5
  colorTo: yellow
 
8
  app_port: 3000
9
  ---
10
 
11
+ # The AI Clip Factory
12
 
13
+ The AI Clip Factory is a space to create animated videos in an ultra simple and fun way. It is meant to be a child's play.
14
+
15
+ ## Text-to-video model
16
+
17
+ The AI Clip Factory is a space about clip generation and providing a fun UI, and is not meant to promote a specific AI model.
18
+
19
+ As a consequence, a model currently defined as default may be replaced at anytime by a newer SOTA model.
20
+
21
+ Right now (2023-10-19) the default model is the base Hotshot-XL (use the official website for faster inference at [https://hotshot.co](https://hotshot.co)).
22
 
23
  ## Setup
24
 
src/app/interface/about/index.tsx CHANGED
@@ -15,17 +15,17 @@ export function About() {
15
  </DialogTrigger>
16
  <DialogContent className="sm:max-w-[425px]">
17
  <DialogHeader>
18
- <DialogTitle>Hotshot-XL Text-to-GIF</DialogTitle>
19
  <DialogDescription className="w-full text-center text-lg font-bold text-stone-800">
20
- Hotshot-XL Text-to-GIF
21
  </DialogDescription>
22
  </DialogHeader>
23
  <div className="grid gap-4 py-4 text-stone-800">
24
  <p className="">
25
- This app is currently in development, and allows you to generate a GIF using text (and soon a LoRA)
26
  </p>
27
  <p>
28
- πŸ‘‰ It uses an API that you can <a className="text-stone-600 underline" href="https://github.com/jbilcke-hf/Hotshot-XL-Gradio-API" target="_blank">fork from here</a>. This API is based on the amazing work made by <a className="text-stone-600 underline" href="https://huggingface.co/fffiloni" target="_blank">@fffiloni</a> for his super cool <a className="text-stone-600 underline" href="https://huggingface.co/spaces/fffiloni/text-to-gif" target="_blank">Hotshot-XL Space</a>.
29
  </p>
30
  <p>
31
  πŸ‘‰ The model is <a className="text-stone-600 underline" href="https://huggingface.co/hotshotco/Hotshot-XL" target="_blank">Hotshot-XL</a> made by the awesome <a className="text-stone-600 underline" href="https://hotshot.co" target="_blank">hotshot.co team</a>.
 
15
  </DialogTrigger>
16
  <DialogContent className="sm:max-w-[425px]">
17
  <DialogHeader>
18
+ <DialogTitle>AI Clip Factory</DialogTitle>
19
  <DialogDescription className="w-full text-center text-lg font-bold text-stone-800">
20
+ AI Clip Factory
21
  </DialogDescription>
22
  </DialogHeader>
23
  <div className="grid gap-4 py-4 text-stone-800">
24
  <p className="">
25
+ The model used by the AI Clip Factory depends on what I'm experimenting at the current time.
26
  </p>
27
  <p>
28
+ πŸ‘‰ Right now it uses an API that you can <a className="text-stone-600 underline" href="https://github.com/jbilcke-hf/Hotshot-XL-Gradio-API" target="_blank">fork from here</a>. This API is based on the amazing work made by <a className="text-stone-600 underline" href="https://huggingface.co/fffiloni" target="_blank">@fffiloni</a> for his super cool <a className="text-stone-600 underline" href="https://huggingface.co/spaces/fffiloni/text-to-gif" target="_blank">Hotshot-XL Space</a>.
29
  </p>
30
  <p>
31
  πŸ‘‰ The model is <a className="text-stone-600 underline" href="https://huggingface.co/hotshotco/Hotshot-XL" target="_blank">Hotshot-XL</a> made by the awesome <a className="text-stone-600 underline" href="https://hotshot.co" target="_blank">hotshot.co team</a>.