feat: Support for uv has been added.

Set `use_uv` in `config.ini`.
This commit is contained in:
Dr.Lt.Data
2025-02-02 17:26:29 +09:00
parent ede8279c17
commit 33f931c0a4
7 changed files with 82 additions and 38 deletions

View File

@@ -1446,7 +1446,7 @@ export class CustomNodesManager {
let v = result[hash];
if(v != 'success')
errorMsg += v;
errorMsg += v+'\n';
}
for(let k in self.install_context.targets) {

View File

@@ -738,7 +738,7 @@ export class ModelManager {
let v = result[hash];
if(v != 'success')
errorMsg += v;
errorMsg += v + '\n';
}
for(let k in self.install_context.targets) {