mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 13:32:09 -07:00
提供自動合併機制。
This commit is contained in:
parent
335f887ba9
commit
a767b6790b
4 changed files with 98 additions and 37 deletions
|
@ -2,9 +2,10 @@ import ymauto.MergeDefault as MD
|
|||
|
||||
md = MD.MergeArgs("config.json")
|
||||
|
||||
print(md.g("sandy", "name"))
|
||||
print(md.g("beauty", "deep", "gender"))
|
||||
print(md.gOrder("mask_mode", "mask_mode_opts"))
|
||||
# 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")])
|
||||
# print([v + '真神' for v in md.g("array")])
|
Loading…
Add table
Add a link
Reference in a new issue