Mira-LeafTown
commited on
Commit
•
62dad29
1
Parent(s):
584d0ae
Update ZDY_Lora_Download.txt
Browse files- ZDY_Lora_Download.txt +6 -0
ZDY_Lora_Download.txt
CHANGED
@@ -162,15 +162,21 @@ def ZDY_Lora_Download():
|
|
162 |
lora_models.append("NIKKE_Exia.safetensors@https://civitai.com/api/download/models/114919")
|
163 |
lora_models.append("NIKKE_Drake.safetensors@https://civitai.com/api/download/models/35933")
|
164 |
# 原神
|
|
|
165 |
genshin_impact = True
|
166 |
# 蔚蓝档案
|
|
|
167 |
Blue_Archive = True
|
168 |
# 风格Lora
|
|
|
169 |
风格Lora = True
|
170 |
# 崩坏
|
|
|
171 |
Honkai_impact = True
|
172 |
# 明日方舟
|
|
|
173 |
arknights = True
|
174 |
# NIKKE
|
|
|
175 |
NIKKE = True
|
176 |
ZDY_Lora_Download()
|
|
|
162 |
lora_models.append("NIKKE_Exia.safetensors@https://civitai.com/api/download/models/114919")
|
163 |
lora_models.append("NIKKE_Drake.safetensors@https://civitai.com/api/download/models/35933")
|
164 |
# 原神
|
165 |
+
global genshin_impact
|
166 |
genshin_impact = True
|
167 |
# 蔚蓝档案
|
168 |
+
global Blue_Archive
|
169 |
Blue_Archive = True
|
170 |
# 风格Lora
|
171 |
+
global 风格Lora
|
172 |
风格Lora = True
|
173 |
# 崩坏
|
174 |
+
global Honkai_impact
|
175 |
Honkai_impact = True
|
176 |
# 明日方舟
|
177 |
+
global arknights
|
178 |
arknights = True
|
179 |
# NIKKE
|
180 |
+
global NIKKE
|
181 |
NIKKE = True
|
182 |
ZDY_Lora_Download()
|