Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
β’
5b5baf2
1
Parent(s):
552ec49
clarification
Browse files
src/app/interface/about/index.tsx
CHANGED
@@ -28,10 +28,10 @@ export function About() {
|
|
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" target="_blank">own art to generate comic panels!</a>
|
29 |
</p>
|
30 |
<p>
|
31 |
-
π The language model used to generate the
|
32 |
</p>
|
33 |
<p>
|
34 |
-
π The
|
35 |
</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.
|
|
|
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" target="_blank">own art to generate comic panels!</a>
|
29 |
</p>
|
30 |
<p>
|
31 |
+
π The language model used to generate the story is <a className="text-stone-600 underline" href="https://huggingface.co/HuggingFaceH4/zephyr-7b-beta" target="_blank">Zephyr-7b-beta</a>.
|
32 |
</p>
|
33 |
<p>
|
34 |
+
π The diffusion model used by default is <a className="text-stone-600 underline" href="https://huggingface.co/latent-consistency/lcm-sdxl" target="_blank">LCM SDXL</a>, which is fast but doesn't have the highest quality. You can decide to use a slower model in the settings.
|
35 |
</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.
|