Replies: 1 comment 1 reply
-
Please update the code to the latest version via |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, this is my installation in windows 10 and I can not overcome the error. Can somebody help me?
Thank you
(sd-inf) C:\Users\SCR\sd-inf>python app.py
patch_match compiling failed, will fall back to edge_pad
No module named 'fpie' so PhotometricCorrection is disabled
Running on local URL: http://127.0.0.1:7860
To create a public link, set
share=True
inlaunch()
.Fetching 16 files: 100%|██████████████████████████████████████████████████████████████████████| 16/16 [00:00<00:00, 5411.13it/s]
Traceback (most recent call last):
File "C:\Users\SCR\anaconda3\envs\sd-inf\lib\site-packages\gradio\routes.py", line 275, in run_predict
output = await app.blocks.process_api(
File "C:\Users\SCR\anaconda3\envs\sd-inf\lib\site-packages\gradio\blocks.py", line 760, in process_api
result = await self.call_function(fn_index, inputs, iterator)
File "C:\Users\SCR\anaconda3\envs\sd-inf\lib\site-packages\gradio\blocks.py", line 671, in call_function
prediction = await anyio.to_thread.run_sync(
File "C:\Users\SCR\anaconda3\envs\sd-inf\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "C:\Users\SCR\anaconda3\envs\sd-inf\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "C:\Users\SCR\anaconda3\envs\sd-inf\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, *args)
File "C:\Users\SCR\sd-inf\app.py", line 248, in run_outpaint
image = cur_model.run(
File "C:\Users\SCR\sd-inf\app.py", line 192, in run
images = inpaint(
File "C:\Users\SCR\anaconda3\envs\sd-inf\lib\site-packages\torch\autograd\grad_mode.py", line 27, in decorate_context
return func(*args, **kwargs)
TypeError: StableDiffusionInpaintPipeline.call() missing 1 required positional argument: 'image'
Beta Was this translation helpful? Give feedback.
All reactions