Mira-LeafTown commited on
Commit
584d0ae
1 Parent(s): ddbd41b

Update ZDY_Lora_Download.txt

Browse files
Files changed (1) hide show
  1. ZDY_Lora_Download.txt +12 -13
ZDY_Lora_Download.txt CHANGED
@@ -1,16 +1,3 @@
1
- # 原神
2
- genshin_impact = True
3
- # 蔚蓝档案
4
- Blue_Archive = True
5
- # 风格Lora
6
- 风格Lora = True
7
- # 崩坏
8
- Honkai_impact = True
9
- # 明日方舟
10
- arknights = True
11
- # NIKKE
12
- NIKKE = True
13
-
14
  from distutils.command import install_data
15
  import subprocess
16
  def ZDY_Lora_Download():
@@ -174,4 +161,16 @@ def ZDY_Lora_Download():
174
  lora_models.append("NIKKE_Noah.safetensors@https://civitai.com/api/download/models/99034")
175
  lora_models.append("NIKKE_Exia.safetensors@https://civitai.com/api/download/models/114919")
176
  lora_models.append("NIKKE_Drake.safetensors@https://civitai.com/api/download/models/35933")
 
 
 
 
 
 
 
 
 
 
 
 
177
  ZDY_Lora_Download()
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  from distutils.command import install_data
2
  import subprocess
3
  def ZDY_Lora_Download():
 
161
  lora_models.append("NIKKE_Noah.safetensors@https://civitai.com/api/download/models/99034")
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()