inline-studio-frontend 1.1.2__tar.gz → 1.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {inline_studio_frontend-1.1.2 → inline_studio_frontend-1.2.0}/PKG-INFO +3 -3
- {inline_studio_frontend-1.1.2 → inline_studio_frontend-1.2.0}/README.md +2 -2
- inline_studio_frontend-1.2.0/inline_studio_frontend/static/assets/index-C9LOZjM-.js +240 -0
- inline_studio_frontend-1.2.0/inline_studio_frontend/static/assets/index-D6iYI6f0.css +1 -0
- {inline_studio_frontend-1.1.2 → inline_studio_frontend-1.2.0}/inline_studio_frontend/static/index.html +2 -2
- {inline_studio_frontend-1.1.2 → inline_studio_frontend-1.2.0}/pyproject.toml +2 -2
- inline_studio_frontend-1.1.2/inline_studio_frontend/static/assets/index-Cc15nbQ1.js +0 -240
- inline_studio_frontend-1.1.2/inline_studio_frontend/static/assets/index-nC9malql.css +0 -1
- {inline_studio_frontend-1.1.2 → inline_studio_frontend-1.2.0}/.gitignore +0 -0
- {inline_studio_frontend-1.1.2 → inline_studio_frontend-1.2.0}/inline_studio_frontend/__init__.py +0 -0
- {inline_studio_frontend-1.1.2 → inline_studio_frontend-1.2.0}/inline_studio_frontend/static/assets/logo-B21TrMGg.svg +0 -0
- {inline_studio_frontend-1.1.2 → inline_studio_frontend-1.2.0}/inline_studio_frontend/static/assets/race-CLFB7L9s.png +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: inline-studio-frontend
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2.0
|
|
4
4
|
Summary: Prebuilt Inline Studio web UI (SPA), served by Inline Core. Mirrors comfyui-frontend-package.
|
|
5
5
|
Requires-Python: >=3.9
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
7
|
|
|
8
8
|
# inline-studio-frontend
|
|
9
9
|
|
|
10
|
-
Prebuilt Inline Studio web UI (SPA), packaged so **Inline Core** can serve it on a single port
|
|
10
|
+
Prebuilt Inline Studio web UI (SPA), packaged so **Inline Core** can serve it on a single port -
|
|
11
11
|
mirroring ComfyUI's `comfyui-frontend-package`. End users `pip install inline-core` (which depends on
|
|
12
12
|
this), then run `python main.py`; no Node build on their machine.
|
|
13
13
|
|
|
@@ -26,7 +26,7 @@ cd packages/frontend
|
|
|
26
26
|
python -m build && twine upload dist/* # publish to PyPI
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
## Local development
|
|
29
|
+
## Local development - don't republish
|
|
30
30
|
|
|
31
31
|
Point Core at a local build instead:
|
|
32
32
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# inline-studio-frontend
|
|
2
2
|
|
|
3
|
-
Prebuilt Inline Studio web UI (SPA), packaged so **Inline Core** can serve it on a single port
|
|
3
|
+
Prebuilt Inline Studio web UI (SPA), packaged so **Inline Core** can serve it on a single port -
|
|
4
4
|
mirroring ComfyUI's `comfyui-frontend-package`. End users `pip install inline-core` (which depends on
|
|
5
5
|
this), then run `python main.py`; no Node build on their machine.
|
|
6
6
|
|
|
@@ -19,7 +19,7 @@ cd packages/frontend
|
|
|
19
19
|
python -m build && twine upload dist/* # publish to PyPI
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
## Local development
|
|
22
|
+
## Local development - don't republish
|
|
23
23
|
|
|
24
24
|
Point Core at a local build instead:
|
|
25
25
|
|