Skip to content

Commit

Permalink
Persist details of comfyUI Build
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Esser <[email protected]>
  • Loading branch information
florianesser-tng committed Nov 25, 2024
1 parent 0f02a83 commit 09124f2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions WebUI/build/arc-settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"envType": "arc",
"availableThemes": ["dark"],
"currentTheme": "dark"
"availableThemes": ["dark","lnl","bmg"],
"currentTheme": "bmg"
}
4 changes: 1 addition & 3 deletions WebUI/build/scripts/pack-python.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ const condaBinDir = path.join(condaDir, 'Library', 'bin');
const getPipFile = path.join(pythonPackageResourcesDir, 'get-pip.py');
const sevenZipExe = path.join(pythonPackageResourcesDir, '7zr.exe')
const sevenZipBinary = () => {
if (childProcess.execSync('which 7z').toString().includes('7z')) {
return "7z";
} else if (fs.existsSync(sevenZipExe)) {
if (fs.existsSync(sevenZipExe)) {
return sevenZipExe;
} else {
console.error('No 7z executable found');
Expand Down
1 change: 1 addition & 0 deletions WebUI/external/ComfyUI
1 change: 1 addition & 0 deletions WebUI/external/service
1 change: 1 addition & 0 deletions service/requirements-arc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ mkl-dpcpp==2024.2.1
# IPEX-LLM
--pre
onednn-devel==2024.1.1
ipex_llm==2.2.0b2
1 change: 1 addition & 0 deletions service/requirements-ultra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ mkl-dpcpp==2024.2.1
# IPEX-LLM
--pre
onednn-devel==2024.1.1
ipex_llm==2.2.0b2
1 change: 1 addition & 0 deletions service/requirements-ultra2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ mkl-dpcpp==2024.2.1
# IPEX-LLM
--pre
onednn-devel==2024.1.1
ipex_llm==2.2.0b2

0 comments on commit 09124f2

Please sign in to comment.