Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
β’
fc2842d
1
Parent(s):
5b5baf2
fix the apos
Browse files
src/app/interface/about/index.tsx
CHANGED
@@ -31,7 +31,7 @@ export function About() {
|
|
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
|
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.
|
|
|
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&pos;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.
|