Spaces:
Running
Running
Commit
Β·
0347f1f
1
Parent(s):
dbc506e
clarify the model
Browse files
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
|
29 |
</p>
|
30 |
<p>
|
31 |
-
π The LoRA model used
|
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>
|