Commit
•
fef251a
1
Parent(s):
95ca61b
add a line to explain the high res export
Browse files
src/app/interface/about/index.tsx
CHANGED
@@ -30,9 +30,12 @@ export function About() {
|
|
30 |
<p>
|
31 |
👉 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>.
|
32 |
</p>
|
33 |
-
|
34 |
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.
|
35 |
</p>
|
|
|
|
|
|
|
36 |
</div>
|
37 |
<DialogFooter>
|
38 |
<Button type="submit" onClick={() => setOpen(false)}>Got it</Button>
|
|
|
30 |
<p>
|
31 |
👉 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>.
|
32 |
</p>
|
33 |
+
<p>
|
34 |
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.
|
35 |
</p>
|
36 |
+
<p>
|
37 |
+
Do you want to create high-res image exports? Please check <a className="text-stone-600 underline" href="https://huggingface.co/spaces/jbilcke-hf/ai-comic-factory/discussions/105#64f84d182f7d3d945cdde3d2" target="_blank">this tutorial</a>.
|
38 |
+
</p>
|
39 |
</div>
|
40 |
<DialogFooter>
|
41 |
<Button type="submit" onClick={() => setOpen(false)}>Got it</Button>
|