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.
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: inline-studio-frontend
3
- Version: 1.1.2
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 don't republish
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 don't republish
22
+ ## Local development - don't republish
23
23
 
24
24
  Point Core at a local build instead:
25
25