mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-25 04:54:08 -03:00
feat: support reverse-proxy URL subpaths (llama-swap, SwarmUI) (#1122)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { api } from "../../scripts/api.js";
|
||||
import { ensureLmStyles } from "./lm_styles_loader.js";
|
||||
import { lmUrl } from "./base_path.js";
|
||||
|
||||
const LICENSE_ICON_PATH = "/loras_static/images/tabler/";
|
||||
const LICENSE_ICON_PATH = lmUrl("/loras_static/images/tabler/");
|
||||
const LICENSE_FLAG_BITS = {
|
||||
allowNoCredit: 1 << 0,
|
||||
allowOnImages: 1 << 1,
|
||||
|
||||
Reference in New Issue
Block a user