mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
install SDXL "fixed" VAE
This commit is contained in:
11
scripts/probe-model.py
Executable file
11
scripts/probe-model.py
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/env python
|
||||
|
||||
import sys
|
||||
from pathlib import Path
|
||||
from invokeai.backend.model_management.model_probe import ModelProbe
|
||||
|
||||
info = ModelProbe().probe(Path(sys.argv[1]))
|
||||
print(info)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user