mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 14:42:11 -03:00
checkpoint
This commit is contained in:
@@ -175,6 +175,8 @@ export class ImportManager {
|
||||
|
||||
// Get recipe data from response
|
||||
this.recipeData = await response.json();
|
||||
|
||||
console.log('Recipe data:', this.recipeData);
|
||||
|
||||
// Check if we have an error message
|
||||
if (this.recipeData.error) {
|
||||
|
||||
Reference in New Issue
Block a user