mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
Add temp debug console logging
This commit is contained in:
@@ -406,6 +406,9 @@ async function handleImportFiles(files, modelHash, importContainer) {
|
|||||||
const customImages = result.custom_images || [];
|
const customImages = result.custom_images || [];
|
||||||
// Combine both arrays for rendering
|
// Combine both arrays for rendering
|
||||||
const allImages = [...regularImages, ...customImages];
|
const allImages = [...regularImages, ...customImages];
|
||||||
|
console.log("Regular images:", regularImages);
|
||||||
|
console.log("Custom images:", customImages);
|
||||||
|
console.log("Combined images:", allImages);
|
||||||
showcaseTab.innerHTML = renderShowcaseContent(allImages, updatedFilesResult.files, true);
|
showcaseTab.innerHTML = renderShowcaseContent(allImages, updatedFilesResult.files, true);
|
||||||
|
|
||||||
// Re-initialize showcase functionality
|
// Re-initialize showcase functionality
|
||||||
|
|||||||
Reference in New Issue
Block a user