Skip to content

A ComfyUI node to cast images to chromecast devices

License

Notifications You must be signed in to change notification settings

jpagliaccio/ComfyCast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ComfyCast

A ComfyUI node to cast images to chromecast devices

ComfyCast_cast_images_node_screenshot

Install:

1) Install the pychromecast library 
    eg: pip install pychromecast 

2) Make a web image directory "your ComfyUI home"/web/images
    eg: /opt/ComfyUI/web/images
  
3) Copy the ComfyCast folder to your "your ComfyUI home"/custom_nodes directory  
    eg: /opt/ComfyUI/custom_nodes/ComfyCast

Use:

Start the ComfyUI server with the --listen option:
    eg: python /opt/ComfyUI/main.py --listen
    The --listen arg makes the cast_image.png accessable from the chromecast devices on your network.

Add the node:
    Right-click, "Add Node", "image", "Cast Images" 

To test:
    Browse the image file from another machine on your network
    eg: http://192.168.1.???:8188/images/cast_image.png 

Requirements:

About

A ComfyUI node to cast images to chromecast devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages