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
Everytime when i try to generate an image, i get an error, maybe you know how to fix this?
To show you, i just used the prompt "a cute cat" and clicked generate, then the bot breaks off at 25% and this is the message i get in automatic1111 cmd:
APIerror: POST: http://127.0.0.1:7860/sdapi/v1/txt2img{'error': 'FileNotFoundError','detail': '','body': '','errors': "[WinError 3] Das System kann den angegebenen Pfad nicht finden: ''"}╭─────────────────────────────────────────Traceback(mostrecentcalllast)──────────────────────────────────────────╮│C:\Users\Shadow\SD\stable-diffusion-webui\venv\lib\site-packages\anyio\streams\memory.py:94inreceive││││C:\Users\Shadow\SD\stable-diffusion-webui\venv\lib\site-packages\anyio\streams\memory.py:89inreceive_nowait│╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯WouldBlockDuringhandlingoftheaboveexception,anotherexceptionoccurred:
╭─────────────────────────────────────────Traceback(mostrecentcalllast)──────────────────────────────────────────╮│C:\Users\Shadow\SD\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\base.py:78incall_next││││C:\Users\Shadow\SD\stable-diffusion-webui\venv\lib\site-packages\anyio\streams\memory.py:114inreceive│╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯EndOfStreamDuringhandlingoftheaboveexception,anotherexceptionoccurred:
╭─────────────────────────────────────────Traceback(mostrecentcalllast)──────────────────────────────────────────╮│C:\Users\Shadow\SD\stable-diffusion-webui\modules\api\api.py:145inexception_handling││││144││try: ││❱145│││returnawaitcall_next(request)││146││exceptExceptionase: ││││╭──────────────────────────────────────────────locals──────────────────────────────────────────────╮│││call_next= <functionBaseHTTPMiddleware.__call__.<locals>.call_nextat0x0000024B5BF5E950> ││││e=FileNotFoundError(2,'Das System kann den angegebenen Pfad nicht finden')││││handle_exception= <functionapi_middleware.<locals>.handle_exceptionat0x0000024B5AA0DFC0> ││││request= <starlette.requests.Requestobjectat0x0000024B5BE26740> │││╰────────────────────────────────────────────────────────────────────────────────────────────────────╯││││C:\Users\Shadow\SD\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\base.py:84incall_next││││ ... 23frameshidden ... ││││C:\Users\Shadow\SD\stable-diffusion-webui\modules\images.py:502insave_image││││501│││❱502│os.makedirs(path,exist_ok=True)││503││││╭────────────────────────────────────────────────────locals────────────────────────────────────────────────────╮│││basename=''││││existing_info=None││││extension='webp'││││forced_filename=None││││grid=False││││image= <PIL.Image.Imageimagemode=RGBsize=512x512at0x24B5ACC6E30> ││││info='a cute cat\nNegative prompt: ugly, tiling, poorly drawn hands, poorly drawn feet,'+389││││namegen= <modules.images.FilenameGeneratorobjectat0x0000024B5ACC56F0> ││││no_prompt=False││││p= <modules.processing.StableDiffusionProcessingTxt2Imgobjectat0x0000024B5BF52FE0> ││││path=''││││pnginfo_section_name='parameters'││││prompt='a cute cat'││││save_to_dirs=False││││seed=4105437904││││short_filename=False││││suffix=''│││╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯││││C:\Users\Shadow\AppData\Local\Programs\Python\Python310\lib\os.py:225inmakedirs││││224│try: ╭────locals─────╮││❱225││mkdir(name,mode)│exist_ok=True│││226│exceptOSError: │head=''││││mode=511││││name=''││││tail=''│││╰─────────────────╯│╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯FileNotFoundError: [WinError3]DasSystemkanndenangegebenenPfadnichtfinden: ''
(Ps.: "Das System kann den angegebenen Pfad nicht finden: " just means "The system cannot find the specified path:" in german.)
The text was updated successfully, but these errors were encountered:
At the moment it saves all generated images on server too, so I assume your a1111 folder settings may be cause of this error. Check Settings tab → Saving images/grids → Output directory for ...:
Everytime when i try to generate an image, i get an error, maybe you know how to fix this?
To show you, i just used the prompt "a cute cat" and clicked generate, then the bot breaks off at 25% and this is the message i get in automatic1111 cmd:
(Ps.: "Das System kann den angegebenen Pfad nicht finden: " just means "The system cannot find the specified path:" in german.)
The text was updated successfully, but these errors were encountered: