Commit
•
db6b571
1
Parent(s):
5f4544b
improve About
Browse files
src/app/interface/about/index.tsx
CHANGED
@@ -24,6 +24,9 @@ export function About() {
|
|
24 |
<p className="">
|
25 |
The AI Comic Factory is a free and open-source application made to demonstrate the capabilities of AI models.
|
26 |
</p>
|
|
|
|
|
|
|
27 |
<p>
|
28 |
👉 The language model used to generate the descriptions of each panel is <a className="text-stone-600 underline" href="https://huggingface.co/blog/llama2" target="_blank">Llama-2 70b</a>.
|
29 |
</p>
|
@@ -33,9 +36,6 @@ export function About() {
|
|
33 |
<p>
|
34 |
The code is public and can be deployed at home with some changes in the code. See the <a className="text-stone-600 underline" href="https://huggingface.co/spaces/jbilcke-hf/ai-comic-factory/blob/main/README.md" target="_blank">README</a> for details about the architecture.
|
35 |
</p>
|
36 |
-
<p>
|
37 |
-
Do you want to create high-res image exports? Please check <a className="text-stone-600 underline" href="https://huggingface.co/spaces/jbilcke-hf/ai-comic-factory/discussions/105#64f84d182f7d3d945cdde3d2" target="_blank">this tutorial</a>.
|
38 |
-
</p>
|
39 |
</div>
|
40 |
<DialogFooter>
|
41 |
<Button type="submit" onClick={() => setOpen(false)}>Got it</Button>
|
|
|
24 |
<p className="">
|
25 |
The AI Comic Factory is a free and open-source application made to demonstrate the capabilities of AI models.
|
26 |
</p>
|
27 |
+
<p>
|
28 |
+
And yes, you can use your <a className="text-stone-600 underline" href="https://huggingface.co/spaces/jbilcke-hf/ai-comic-factory/discussions/402#654ab848fa25dfb780aa19fb">own art to generate comic panels!</a>
|
29 |
+
</p>
|
30 |
<p>
|
31 |
👉 The language model used to generate the descriptions of each panel is <a className="text-stone-600 underline" href="https://huggingface.co/blog/llama2" target="_blank">Llama-2 70b</a>.
|
32 |
</p>
|
|
|
36 |
<p>
|
37 |
The code is public and can be deployed at home with some changes in the code. See the <a className="text-stone-600 underline" href="https://huggingface.co/spaces/jbilcke-hf/ai-comic-factory/blob/main/README.md" target="_blank">README</a> for details about the architecture.
|
38 |
</p>
|
|
|
|
|
|
|
39 |
</div>
|
40 |
<DialogFooter>
|
41 |
<Button type="submit" onClick={() => setOpen(false)}>Got it</Button>
|