mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 06:32:12 -03:00
feat: Update release notes and version to 0.8.8 with new features and bug fixes
This commit is contained in:
@@ -17,7 +17,6 @@ app.registerExtension({
|
||||
|
||||
async updateUsageStats(promptId) {
|
||||
try {
|
||||
console.log("Updating usage statistics for prompt ID:", promptId);
|
||||
// Call backend endpoint with the prompt_id
|
||||
const response = await fetch(`/loras/api/update-usage-stats`, {
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user