Funz / Funz.py

1 stars 0 forks source link

models list not updated after install #2

Closed yannrichet closed 1 year ago

yannrichet commented 1 year ago

fixed with: install.py: from .inst.Funz import Funz def install_fileModel(model_zip, force=False, edit_script=False): ... Funz._Funz_Models = installedModels()