jbilcke-hf HF staff commited on
Commit
2f84587
β€’
1 Parent(s): b495b18

update the About text

Browse files
Files changed (1) hide show
  1. src/app/interface/about/index.tsx +1 -1
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&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.
 
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.