有构建板,支持多模型构建,但生成支撑的切片还有bug
This commit is contained in:
9
tmp/test_pq3.py
Normal file
9
tmp/test_pq3.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from app import create_app
|
||||
from app.routes import get_quality_presets
|
||||
|
||||
app = create_app()
|
||||
with app.app_context():
|
||||
presets = get_quality_presets()
|
||||
print("Presets length:", len(presets))
|
||||
for p in presets[:5]:
|
||||
print(p)
|
||||
Reference in New Issue
Block a user