mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
upgraded ui
This commit is contained in:
parent
c8f7e27ec4
commit
502693643e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI</title>
|
||||
<script type="module" crossorigin src="/assets/index-svgg6vOM.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Cnmm4GFs.css">
|
||||
<script type="module" crossorigin src="/assets/index-lf8IKEo6.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-B-lXipjY.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -6559,10 +6559,12 @@ export default {
|
||||
|
||||
try{
|
||||
console.log("Getting comfyui models")
|
||||
const res = await axios.get("/list_comfyui_models")
|
||||
console.log("res is ",res)
|
||||
if(res.data.status){
|
||||
this.comfyui_models= res.data.models
|
||||
if(this.configFile.activate_lollms_tti_server && this.configFile.active_tti_service=="comfyui"){
|
||||
const res = await axios.get("/list_comfyui_models")
|
||||
if(res.data.status){
|
||||
this.comfyui_models= res.data.models
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit ea1e46c5b241e49aca2d41df39f327708976f587
|
||||
Subproject commit 49ca5cc4c29946649f8aa8f3e244c37ae99448e0
|
Loading…
Reference in New Issue
Block a user