mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 22:52:12 -03:00
checkpoint
This commit is contained in:
11
pages/checkpoints.html
Normal file
11
pages/checkpoints.html
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- ...existing code... -->
|
||||
</head>
|
||||
<body>
|
||||
{% include 'components/header.html' %}
|
||||
<!-- ...existing code... -->
|
||||
</body>
|
||||
</html>
|
||||
10
pages/loras.html
Normal file
10
pages/loras.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- ...existing code... -->
|
||||
</head>
|
||||
<body>
|
||||
{% include 'components/header.html' %}
|
||||
<!-- ...existing code... -->
|
||||
</body>
|
||||
</html>
|
||||
10
pages/recipes.html
Normal file
10
pages/recipes.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- ...existing code... -->
|
||||
</head>
|
||||
<body>
|
||||
{% include 'components/header.html' %}
|
||||
<!-- ...existing code... -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user