safer link
This commit is contained in:
parent
02f3b2be19
commit
406133f0fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,7 +9,6 @@ __pycache__
|
|||||||
*.corrupted
|
*.corrupted
|
||||||
*.partial
|
*.partial
|
||||||
*.onnx
|
*.onnx
|
||||||
*.csv
|
|
||||||
sorted_styles.json
|
sorted_styles.json
|
||||||
/input
|
/input
|
||||||
/cache
|
/cache
|
||||||
|
@ -30,13 +30,13 @@ def default_interrogator(image_rgb, threshold=0.35, character_threshold=0.85, ex
|
|||||||
model_name = "wd-v1-4-moat-tagger-v2"
|
model_name = "wd-v1-4-moat-tagger-v2"
|
||||||
|
|
||||||
model_onnx_filename = load_file_from_url(
|
model_onnx_filename = load_file_from_url(
|
||||||
url=f'https://huggingface.co/SmilingWolf/{model_name}/resolve/main/model.onnx',
|
url=f'https://huggingface.co/lllyasviel/misc/resolve/main/{model_name}.onnx',
|
||||||
model_dir=path_clip_vision,
|
model_dir=path_clip_vision,
|
||||||
file_name=f'{model_name}.onnx',
|
file_name=f'{model_name}.onnx',
|
||||||
)
|
)
|
||||||
|
|
||||||
model_csv_filename = load_file_from_url(
|
model_csv_filename = load_file_from_url(
|
||||||
url=f'https://huggingface.co/SmilingWolf/{model_name}/resolve/main/selected_tags.csv',
|
url=f'https://huggingface.co/lllyasviel/misc/resolve/main/{model_name}.csv',
|
||||||
model_dir=path_clip_vision,
|
model_dir=path_clip_vision,
|
||||||
file_name=f'{model_name}.csv',
|
file_name=f'{model_name}.csv',
|
||||||
)
|
)
|
||||||
|
@ -1 +1 @@
|
|||||||
version = '2.1.834'
|
version = '2.1.835'
|
||||||
|
9084
models/clip_vision/wd-v1-4-moat-tagger-v2.csv
Normal file
9084
models/clip_vision/wd-v1-4-moat-tagger-v2.csv
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user