artificialguybr
commited on
Commit
•
1f68ed7
1
Parent(s):
c0d76a7
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ iface = gr.Interface(
|
|
52 |
outputs="image",
|
53 |
title="LineArt XL Image Generator",
|
54 |
description="Powered by the generous GPU time from Redmond.AI, this LORA, fine-tuned on SD XL 1.0, excels at creating Lineart-themed images across a wide range of subjects. Optimized for 1024x1024 resolution, it incorporates the specific tag 'lineart,LineAniAF' directly in the HF Space for ease of use. If you appreciate this model and wish to support, consider a donation via [Patreon](https://www.patreon.com/user?u=81570187) or [Ko-fi](https://ko-fi.com/artificialguybr). Stay updated on new models by following on [Twitter](https://twitter.com/artificialguybr).",
|
55 |
-
examples=[["
|
56 |
)
|
57 |
|
58 |
print("Launching Gradio interface...")
|
|
|
52 |
outputs="image",
|
53 |
title="LineArt XL Image Generator",
|
54 |
description="Powered by the generous GPU time from Redmond.AI, this LORA, fine-tuned on SD XL 1.0, excels at creating Lineart-themed images across a wide range of subjects. Optimized for 1024x1024 resolution, it incorporates the specific tag 'lineart,LineAniAF' directly in the HF Space for ease of use. If you appreciate this model and wish to support, consider a donation via [Patreon](https://www.patreon.com/user?u=81570187) or [Ko-fi](https://ko-fi.com/artificialguybr). Stay updated on new models by following on [Twitter](https://twitter.com/artificialguybr).",
|
55 |
+
examples=[["1girl, red hair"], ["1 boy, wearing sunglasses"]]
|
56 |
)
|
57 |
|
58 |
print("Launching Gradio interface...")
|