Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
b58abcc
1
Parent(s):
0d7f6a2
CSS, New Lora for DnD
Browse files
app.py
CHANGED
@@ -212,6 +212,14 @@ loras = [
|
|
212 |
"trigger_word": "dndstyle"
|
213 |
},
|
214 |
#DND Weasley
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
{
|
216 |
"image": "https://cdn-uploads.huggingface.co/production/uploads/noauth/T9jOsT74oPDh7EwRizkjH.webp",
|
217 |
"title": "DnD Weasley",
|
@@ -2405,8 +2413,6 @@ css = '''
|
|
2405 |
#title h1{font-size: 3em; display:inline-flex; align-items:center; color: #ffd700;}
|
2406 |
body {background: url('https://www.transparenttextures.com/patterns/black-linen.png') center; font-family: 'Cinzel', serif;}
|
2407 |
|
2408 |
-
/* Specific Style for the "p" tag*/
|
2409 |
-
#title p {color: black;}
|
2410 |
'''
|
2411 |
|
2412 |
with gr.Blocks(theme="YTheme/Minecraft", css=css, delete_cache=(60, 60)) as app:
|
|
|
212 |
"trigger_word": "dndstyle"
|
213 |
},
|
214 |
#DND Weasley
|
215 |
+
{
|
216 |
+
"image": "https://huggingface.co/weasley24/dnd-SDXL-LoRA/resolve/main/image_3.png",
|
217 |
+
"title": "DnD SDXL",
|
218 |
+
"repo": "weasley24/dnd-SDXL-LoRA",
|
219 |
+
"weights": "pytorch_lora_weights.safetensors",
|
220 |
+
"trigger_word": "TOK, <s0><s1>"
|
221 |
+
},
|
222 |
+
#DND Weasley
|
223 |
{
|
224 |
"image": "https://cdn-uploads.huggingface.co/production/uploads/noauth/T9jOsT74oPDh7EwRizkjH.webp",
|
225 |
"title": "DnD Weasley",
|
|
|
2413 |
#title h1{font-size: 3em; display:inline-flex; align-items:center; color: #ffd700;}
|
2414 |
body {background: url('https://www.transparenttextures.com/patterns/black-linen.png') center; font-family: 'Cinzel', serif;}
|
2415 |
|
|
|
|
|
2416 |
'''
|
2417 |
|
2418 |
with gr.Blocks(theme="YTheme/Minecraft", css=css, delete_cache=(60, 60)) as app:
|