You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(venv) N:\remix\venv\Scripts>python run.py N:\remix\venv\Scripts\2.png N:\remix\venv\Scripts\1.png
A matching Triton is not available, some optimizations will not be enabled.
Error caught was: No module named 'triton'
Using device: cuda
unet\diffusion_pytorch_model.safetensors not found
Keyword arguments {'variation': 'fp16'} are not expected by StableRemix and will be ignored.
Traceback (most recent call last):
File "N:\remix\venv\Scripts\run.py", line 402, in
main()
File "N:\remix\venv\Scripts\run.py", line 394, in main
images = run_remixing(pipe, content_img, style_img, [0.6, 0.65, 0.7])
File "N:\remix\venv\Scripts\run.py", line 362, in run_remixing
image = pipe(image=content_img, image_embeds=emb, **kwargs).images[0]
File "N:\remix\venv\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "N:\remix\venv\Scripts\run.py", line 289, in call
image = image_processor.preprocess(image)
File "N:\remix\venv\Scripts\run.py", line 73, in preprocess
image = super().preprocess(image)
File "N:\remix\venv\lib\site-packages\diffusers\image_processor.py", line 169, in preprocess
image = [self.resize(i, height, width) for i in image]
File "N:\remix\venv\lib\site-packages\diffusers\image_processor.py", line 169, in
image = [self.resize(i, height, width) for i in image]
TypeError: StableRemixImageProcessor.resize() takes 2 positional arguments but 4 were given
The text was updated successfully, but these errors were encountered:
(venv) N:\remix\venv\Scripts>python run.py N:\remix\venv\Scripts\2.png N:\remix\venv\Scripts\1.png
A matching Triton is not available, some optimizations will not be enabled.
Error caught was: No module named 'triton'
Using device: cuda
unet\diffusion_pytorch_model.safetensors not found
Keyword arguments {'variation': 'fp16'} are not expected by StableRemix and will be ignored.
Traceback (most recent call last):
File "N:\remix\venv\Scripts\run.py", line 402, in
main()
File "N:\remix\venv\Scripts\run.py", line 394, in main
images = run_remixing(pipe, content_img, style_img, [0.6, 0.65, 0.7])
File "N:\remix\venv\Scripts\run.py", line 362, in run_remixing
image = pipe(image=content_img, image_embeds=emb, **kwargs).images[0]
File "N:\remix\venv\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "N:\remix\venv\Scripts\run.py", line 289, in call
image = image_processor.preprocess(image)
File "N:\remix\venv\Scripts\run.py", line 73, in preprocess
image = super().preprocess(image)
File "N:\remix\venv\lib\site-packages\diffusers\image_processor.py", line 169, in preprocess
image = [self.resize(i, height, width) for i in image]
File "N:\remix\venv\lib\site-packages\diffusers\image_processor.py", line 169, in
image = [self.resize(i, height, width) for i in image]
TypeError: StableRemixImageProcessor.resize() takes 2 positional arguments but 4 were given
The text was updated successfully, but these errors were encountered: