Julian Bilcke
commited on
Commit
Β·
2f84587
1
Parent(s):
b495b18
update the About text
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/
|
| 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/stabilityai/stable-diffusion-xl-base-1.0" target="_blank">SDXL</a>.
|
| 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.
|