StreamDiffusionTD 0.2.2🚀🖼️ [ Changelog ]
Added 2024-09-05 16:02:01 +0000 UTCGet the TOX here >>> https://www.patreon.com/posts/111459780
NEW ControlNet Tutorial >>> https://www.youtube.com/watch?v=gS2Am5DFZO4
StreamDiffusionTD 0.2.0 [ Installation + Setup ] >>> https://www.youtube.com/watch?v=F2JSWAKex4k
Fixes
Fixed resolution switching bug that prevented non 512x512 resolutions from working without changing Streamoutname
Improved local model support
Removes LoRA Model extra blurriness + improved real-time LoRA weight adjustment
Model page parameter bind fix
Improvements:
Install check labels [ ✗/✓ ] + help text added + python / cuda info displayed
Soon:
Refreshed Mac support + install guide for StreamDiffusionTD
More operators + updates + videos !
NEW DotUpdater - See this for updating the operator in your project >>> https://youtu.be/MpSnq8-a1Go
Like always, please let me know if you run into issues. The troubleshoot forum on the discord and @ me on there is the best / preferred way.
Comments
Good to know. Im hoping to have fix for this within the next few days. Also, it is odd because those are the exact commands that are run when installing but I need to investigate. I've not been able to replicate on my machine yet, but I have an idea on how to fix.
dotsimulate
2024-09-30 21:44:40 +0000 UTC@here to fix issue (potentially) 1. dot posted guide in controlnet 0.2.2 post 2. my fix was pip install torch==2.1.0 torchvision==0.16.0 --index-url https://download.pytorch.org/whl/cu121 pip install huggingface-hub==0.24.6 numpy==1.26.4
jeevanpillay
2024-09-30 10:57:51 +0000 UTCestou tendo esse erro sempre e nao consigo carregar os modelos Traceback (most recent call last): File "C:\Users\EDDIE\Documents\STREAN\StreamDiffusion\streamdiffusionTD\wrapper_td.py", line 687, in _load_model except huggingface_hub.utils._errors.LocalEntryNotFoundError: AttributeError: module 'huggingface_hub.utils' has no attribute '_errors' Failed to load modelwith ControlNet due to: module 'huggingface_hub.utils' has no attribute '_errors'
EDSON OLIVEIRA
2024-09-21 04:13:14 +0000 UTCHello, I am also receiving this error. I've tried the set up on two different machines with similar errors. Relating to huggingface_hub.utils. Thanks for your help! Traceback (most recent call last): File "C:\Users\hi\StreamDiffusion\streamdiffusionTD\wrapper_td.py", line 683, in _load_model pipe = pipeline_class.from_pretrained( File "C:\Users\hi\StreamDiffusion\venv\lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 1090, in from_pretrained cached_folder = cls.download( File "C:\Users\hi\StreamDiffusion\venv\lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 1856, in download cached_folder = snapshot_download( File "C:\Users\hi\StreamDiffusion\venv\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "C:\Users\hi\StreamDiffusion\venv\lib\site-packages\huggingface_hub\_snapshot_download.py", line 216, in snapshot_download raise LocalEntryNotFoundError( huggingface_hub.errors.LocalEntryNotFoundError: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoing traffic has been disabled. To enable repo look-ups and downloads online, pass 'local_files_only=False' as input. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\hi\StreamDiffusion\streamdiffusionTD\wrapper_td.py", line 687, in _load_model except huggingface_hub.utils._errors.LocalEntryNotFoundError: AttributeError: module 'huggingface_hub.utils' has no attribute '_errors' Failed to load model due to: module 'huggingface_hub.utils' has no attribute '_errors'
Matt McCorkle
2024-09-20 03:25:59 +0000 UTCI'm also having this kind errors, are you being able to solve it? 'Traceback (most recent call last): File "C:\WORKS\streamdiffusionTD\StreamDiffusion\streamdiffusionTD\wrapper_td.py", line 682, in _load_model pipe = pipeline_class.from_pretrained( File "C:\WORKS\streamdiffusionTD\StreamDiffusion\venv\lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 1090, in from_pretrained cached_folder = cls.download( File "C:\WORKS\streamdiffusionTD\StreamDiffusion\venv\lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 1856, in download cached_folder = snapshot_download( File "C:\WORKS\streamdiffusionTD\StreamDiffusion\venv\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "C:\WORKS\streamdiffusionTD\StreamDiffusion\venv\lib\site-packages\huggingface_hub\_snapshot_download.py", line 216, in snapshot_download raise LocalEntryNotFoundError( huggingface_hub.errors.LocalEntryNotFoundError: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoing traffic has been disabled. To enable repo look-ups and downloads online, pass 'local_files_only=False' as input. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\WORKS\streamdiffusionTD\StreamDiffusion\streamdiffusionTD\wrapper_td.py", line 686, in _load_model except huggingface_hub.utils._errors.LocalEntryNotFoundError: AttributeError: module 'huggingface_hub.utils' has no attribute '_errors' Failed to load model due to: module 'huggingface_hub.utils' has no attribute '_errors''
grayson0304
2024-09-18 21:56:58 +0000 UTCHello, I'm getting a bunch of errors when trying to download the models after hitting the start stream button: ...Loading sd-turbo (2.1 distilled) model: sd-turbo Traceback (most recent call last): File "D:\TouchDesigner\StreamDiffusion\streamdiffusionTD\wrapper_td.py", line 683, in _load_model pipe = pipeline_class.from_pretrained( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\TouchDesigner\StreamDiffusion\venv\Lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 1090, in from_pretrained cached_folder = cls.download( ^^^^^^^^^^^^^ File "D:\TouchDesigner\StreamDiffusion\venv\Lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 1856, in download cached_folder = snapshot_download( ^^^^^^^^^^^^^^^^^^ File "D:\TouchDesigner\StreamDiffusion\venv\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\TouchDesigner\StreamDiffusion\venv\Lib\site-packages\huggingface_hub\_snapshot_download.py", line 216, in snapshot_download raise LocalEntryNotFoundError( huggingface_hub.errors.LocalEntryNotFoundError: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoing traffic has been disabled. To enable repo look-ups and downloads online, pass 'local_files_only=False' as input.
martin velez
2024-09-17 23:59:47 +0000 UTCYeah - I'm waiting for the Refreshed Mac support too - I suspect this version wont' work until that's been applied.
A Olis
2024-09-16 12:58:51 +0000 UTCSeems like it is not installing the correct packages automaticly on mac. I tried installing them manually and got further but now i'm stuck at: RuntimeError: Need to provide pin_memory allocator to use pin memory. Seems to be CUDA related, so maybe the tox is not recognising it as a mac correctly?
Alexander Hjalmarsson
2024-09-11 21:11:19 +0000 UTCHello,thanks for the great work. I hope we can bring back NDI and Spout soon.
zaixia2008
2024-09-11 12:26:55 +0000 UTC