Home Artists Posts Import Register

Downloads

Content

( 0.1.4 ) Fixes config / model error which would happen when first loading 0.1.3 due to not removing items from config.
Apologies if that caused any confusion, but glad it was pointed out to me so I could catch after only a few hours. Thank you to all who report bugs !!

Operator has been updated in the 0.1.3 post. 

Comments

各均 鄭

seems that I can't change resolution like v0.1.2~~

oscar dominguez

I have this problem and I don't know how to solve it: Process Process-4: Traceback (most recent call last): File "C:\test\StreamDiffusion\streamdiffusionTD\..\utils\wrapper.py", line 417, in _load_model pipe: StableDiffusionPipeline = StableDiffusionPipeline.from_pretrained( File "C:\test\StreamDiffusion\venv\lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 1090, in from_pretrained cached_folder = cls.download( File "C:\test\StreamDiffusion\venv\lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 1649, in download info = model_info( File "C:\test\StreamDiffusion\venv\lib\site-packages\huggingface_hub\utils\_validators.py", line 110, in _inner_fn validate_repo_id(arg_value) File "C:\test\StreamDiffusion\venv\lib\site-packages\huggingface_hub\utils\_validators.py", line 164, in validate_repo_id raise HFValidationError( huggingface_hub.utils._validators.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: 'C:\test\StreamDiffusion\sd_xl_turbo_1.0_fp16.safetensors'. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\multiprocessing\process.py", line 314, in _bootstrap self.run() File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\multiprocessing\process.py", line 108, in run self._target(*self._args, **self._kwargs) File "C:\test\StreamDiffusion\streamdiffusionTD\main_ndi.py", line 212, in image_generation_process stream = StreamDiffusionWrapper( File "C:\test\StreamDiffusion\streamdiffusionTD\..\utils\wrapper.py", line 152, in __init__ self.stream: StreamDiffusion = self._load_model( File "C:\test\StreamDiffusion\streamdiffusionTD\..\utils\wrapper.py", line 422, in _load_model pipe: StableDiffusionPipeline = StableDiffusionPipeline.from_single_file( File "C:\test\StreamDiffusion\venv\lib\site-packages\diffusers\loaders\single_file.py", line 261, in from_single_file pipe = download_from_original_stable_diffusion_ckpt( File "C:\test\StreamDiffusion\venv\lib\site-packages\diffusers\pipelines\stable_diffusion\convert_from_ckpt.py", line 1745, in download_from_original_stable_diffusion_ckpt pipe = pipeline_class( TypeError: StableDiffusionPipeline.__init__() got an unexpected keyword argument 'text_encoder_2'