feat: update README and settings.json.example for standalone mode; enhance standalone.py to redirect status requests to loras page

This commit is contained in:
Will Miao
2025-04-27 09:41:33 +08:00
parent 0e7ba27a7d
commit eaec4e5f13
3 changed files with 29 additions and 24 deletions

View File

@@ -9,13 +9,6 @@
"checkpoints": [
"C:/path/to/your/checkpoints_folder",
"C:/path/to/another/checkpoints_folder"
],
"diffusers": [
"C:/path/to/your/diffusers_folder"
],
"unet": [
"C:/path/to/your/unet_folder",
"C:/path/to/your/diffusion_models_folder"
]
}
}