jbilcke-hf HF staff commited on
Commit
ef85034
Β·
1 Parent(s): 8ca3c3b

update about

Browse files
Files changed (1) hide show
  1. src/app/interface/about/index.tsx +4 -4
src/app/interface/about/index.tsx CHANGED
@@ -25,11 +25,11 @@ export function About() {
25
  Text-to-panorama 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>
35
  <Button type="submit" onClick={() => setOpen(false)}>Got it</Button>
 
25
  Text-to-panorama is a free and open-source application made to generate panoramas.
26
  </p>
27
  <p>
28
+ πŸ‘‰ The model used is <a className="text-stone-600 underline" href="https://huggingface.co/jbilcke-hf/flux-dev-panorama-lora-2" target="_blank">Flux.1-[dev] Panorama LoRA (v2)</a>.
 
 
 
29
  </p>
30
+ <p>
31
+ πŸ‘‰ Text-to-panorama is for non-commercial use only (see the model for licensing details).
32
+ </p>
33
  </div>
34
  <DialogFooter>
35
  <Button type="submit" onClick={() => setOpen(false)}>Got it</Button>