mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -07:00
修正小問題與加上設定檔機制。
This commit is contained in:
parent
cd83f6fedf
commit
a50ea84b3d
5 changed files with 82 additions and 6 deletions
10
autodfl.py
Normal file
10
autodfl.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
import ymauto.MergeDefault as MD
|
||||
|
||||
md = MD.MergeArgs("config.json")
|
||||
|
||||
print(md.g("sandy", "name"))
|
||||
print(md.g("beauty", "deep", "gender"))
|
||||
# print(md.g("version1"))
|
||||
# print(md.g("deep", "method"))
|
||||
# print(md.g("deep", "methoda", "PP"))
|
||||
# print([v + '真神' for v in md.g("array")])
|
Loading…
Add table
Add a link
Reference in a new issue