Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorano committed Jan 8, 2025
1 parent 46cfe2a commit 4c16983
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
29 changes: 10 additions & 19 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
"""
██  ██████  ██  ██ ██ ███  ███ ███████ ████████ ██████  ██ ██  ██ 
██ ██    ██ ██  ██ ██ ████  ████ ██         ██    ██   ██ ██  ██ ██  
██ ██  ██ ██  ██ ██ ██ ████ ██ █████  ██  ██████  ██   ███  
██ ██ ██  ██  ██  ██  ██ ██  ██  ██ ██     ██  ██   ██ ██  ██ ██ 
 █████   ██████    ████   ██ ██      ██ ███████  ██  ██  ██ ██ ██   ██ 
SPOUT support for ComfyUI
http://www.github.com/amorano/Jovi_Spout
@title: Jovi_Spout
@author: Alexander G. Morano
@category: Stream
@reference: https://github.com/Amorano/Jovi_Spout
@tags: Stream, Spout, Media
@description: SPOUT support for ComfyUI.
@node list:
SpoutReaderNode, SpoutWriterNode
@version: 1.0.3
██╗ ██████╗ ██╗ ██╗██╗ ███████╗██████╗ ██████╗ ██╗ ██╗████████╗
██║██╔═══██╗██║ ██║██║ ██╔════╝██╔══██╗██╔═══██╗██║ ██║╚══██╔══╝
██║██║ ██║██║ ██║██║ ███████╗██████╔╝██║ ██║██║ ██║ ██║
██ ██║██║ ██║╚██╗ ██╔╝██║ ╚════██║██╔═══╝ ██║ ██║██║ ██║ ██║
╚█████╔╝╚██████╔╝ ╚████╔╝ ██║ ███████║██║ ╚██████╔╝╚██████╔╝ ██║
╚════╝ ╚═════╝ ╚═══╝ ╚═╝ ╚══════╝╚═╝ ╚═════╝ ╚═════╝ ╚═╝
SPOUT support for ComfyUI
http://www.github.com/amorano/Jovi_Spout
"""

__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]
__author__ = """Alexander G. Morano"""
__email__ = "amorano@gmail.com"
__version__ = "1.0.3"
__version__ = "1.0.4"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "jovi_spout"
description = "ComfyUI Nodes for using Spout streams "
version = "1.0.3"
version = "1.0.4"
license = { file = "LICENSE" }
dependencies = [
"aenum",
Expand Down

0 comments on commit 4c16983

Please sign in to comment.