jbilcke-hf HF staff commited on
Commit
0347f1f
Β·
1 Parent(s): dbc506e

clarify the model

Browse files
Files changed (1) hide show
  1. src/app/interface/about/index.tsx +2 -2
src/app/interface/about/index.tsx CHANGED
@@ -25,10 +25,10 @@ export function About() {
25
  Panoremix is a free and open-source application made to generate panoramas.
26
  </p>
27
  <p>
28
- πŸ‘‰ The stable diffusion model used to generate the images is the base <a className="text-stone-600 underline" href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0" target="_blank">SDXL 1.0</a>.
29
  </p>
30
  <p>
31
- πŸ‘‰ The LoRA model used to generate the descriptions of each panel is <a className="text-stone-600 underline" href="https://replicate.com/lucataco/sdxl-panoramic" target="_blank">sdxl-panoramic</a>, a seamless variant of <a className="text-stone-600 underline" href="https://replicate.com/jbilcke/sdxl-panorama" target="_blank">sdxl-panorama</a>.
32
  </p>
33
  </div>
34
  <DialogFooter>
 
25
  Panoremix is a free and open-source application made to generate panoramas.
26
  </p>
27
  <p>
28
+ πŸ‘‰ The stable diffusion model used to generate the images is <a className="text-stone-600 underline" href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0" target="_blank">SDXL 1.0</a>.
29
  </p>
30
  <p>
31
+ πŸ‘‰ The SDXL LoRA model used is <a className="text-stone-600 underline" href="https://replicate.com/lucataco/sdxl-panoramic" target="_blank">sdxl-panoramic</a>, a seamless variant of <a className="text-stone-600 underline" href="https://replicate.com/jbilcke/sdxl-panorama" target="_blank">sdxl-panorama</a>.
32
  </p>
33
  </div>
34
  <DialogFooter>