![]() |
[Error] tyFlow RENDER v1.111 - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: [Error] tyFlow RENDER v1.111 (/thread-4306.html) |
[Error] tyFlow RENDER v1.111 - Motsar - 07-02-2024 Hi, everyone. Today I was fascinated by the new AI generations and wanted to try them out as well. I downloaded tyFlow RENDER, installed it, and now I have a problem with the generation. What could I have done wrong during the installation? RE: [Error] tyFlow RENDER v1.111 - tyFlow - 07-03-2024 I'm not sure if you're the same user who posted a similar question on discord...but either way, if you can send me both the tyDiffusion settings file and ComfyUI workspace from the setup, I can look into it. Looks like maybe a special character isn't being escaped properly in my JSON parser (are you using non-English windows?)...shouldn't be too hard to diagnose once I get those files. Workspace can be exported from the tyDiffusion presets menu. tyDiffusion settings file is here: c:\ProgramData\tyFlow\tyDiffusion\tyDiffusionSettings.xml RE: [Error] tyFlow RENDER v1.111 - Motsar - 07-03-2024 (07-03-2024, 12:57 AM)tyFlow Wrote: I'm not sure if you're the same user who posted a similar question on discord...but either way, if you can send me both the tyDiffusion settings file and ComfyUI workspace from the setup, I can look into it. Looks like maybe a special character isn't being escaped properly in my JSON parser (are you using non-English windows?)...shouldn't be too hard to diagnose once I get those files. I don't have your discord ![]() I attached you the file "tyDiffusionSettings" and additionally, video windows in 3DsMax. I don't seem to have any non-English windows Will this files be enough? RE: [Error] tyFlow RENDER v1.111 - clement3d - 07-03-2024 Hello i dont know if it s the same pb but it looks like my Comfyui works fine i can play with it,but when i clic on "generate image" in 3dmax ( 2023 ) i have this in consol : got prompt Error handling request Traceback (most recent call last): File "C:\ProgramData\tyFlow\tyDiffusion\Tools\python\lib\site-packages\aiohttp\web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "C:\ProgramData\tyFlow\tyDiffusion\Tools\python\lib\site-packages\aiohttp\web_app.py", line 543, in _handle resp = await handler(request) File "C:\ProgramData\tyFlow\tyDiffusion\Tools\python\lib\site-packages\aiohttp\web_middlewares.py", line 114, in impl return await handler(request) File "C:\ProgramData\tyFlow\tyDiffusion\Engines\ComfyUI\ComfyUI\server.py", line 42, in cache_control response: web.Response = await handler(request) File "C:\ProgramData\tyFlow\tyDiffusion\Engines\ComfyUI\ComfyUI\server.py", line 454, in post_prompt json_data = await request.json() File "C:\ProgramData\tyFlow\tyDiffusion\Tools\python\lib\site-packages\aiohttp\web_request.py", line 686, in json return loads(body) File "json\__init__.py", line 346, in loads File "json\decoder.py", line 337, in decode File "json\decoder.py", line 353, in raw_decode json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 44 column 10 (char 993) this version looks amazing by the way , bravo ! my tyDiffusion settings file and ComfyUI workspace in zip here RE: [Error] tyFlow RENDER v1.111 - qjoom - 07-03-2024 Hello! I have the same issue. Pressing "Generate", I receive an error: got prompt Error handling request Traceback (most recent call last): File "C:\ProgramData\tyFlow\tyDiffusion\Tools\python\lib\site-packages\aiohttp\web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "C:\ProgramData\tyFlow\tyDiffusion\Tools\python\lib\site-packages\aiohttp\web_app.py", line 543, in _handle resp = await handler(request) File "C:\ProgramData\tyFlow\tyDiffusion\Tools\python\lib\site-packages\aiohttp\web_middlewares.py", line 114, in impl return await handler(request) File "C:\ProgramData\tyFlow\tyDiffusion\Engines\ComfyUI\ComfyUI\server.py", line 42, in cache_control response: web.Response = await handler(request) File "C:\ProgramData\tyFlow\tyDiffusion\Engines\ComfyUI\ComfyUI\server.py", line 454, in post_prompt json_data = await request.json() File "C:\ProgramData\tyFlow\tyDiffusion\Tools\python\lib\site-packages\aiohttp\web_request.py", line 686, in json return loads(body) File "json\__init__.py", line 346, in loads File "json\decoder.py", line 337, in decode File "json\decoder.py", line 353, in raw_decode json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 44 column 10 (char 829) RE: [Error] tyFlow RENDER v1.111 - tyFlow - 07-03-2024 Thank you, I believe I see the issue - numbers with decimals (ex: 5.0) are being saved with commas (ex: 5,0) to the json format, which is messing with the parser. I'll try to get a fix out asap. RE: [Error] tyFlow RENDER v1.111 - clement3d - 07-03-2024 (07-03-2024, 01:27 PM)tyFlow Wrote: Thank you, I believe I see the issue - numbers with decimals (ex: 5.0) are being saved with commas (ex: 5,0) to the json format, which is messing with the parser. I'll try to get a fix out asap. Thanks ! ![]() RE: [Error] tyFlow RENDER v1.111 - Fkiwi - 07-03-2024 I think I have the same issue, the error is the same and here in Italy we use commas for decimal numbers ![]() edit: solved from windows settings RE: [Error] tyFlow RENDER v1.111 - Theodoros - 07-03-2024 Confirming that by changing the Decimal Symbol to a dot (.) fixes the issue and tyDiffusion works with no errors. Control Panel > Clock and Region > Region > Additional Settings > Numbers Tab > Decimal Symbol = select the dot/fullstop Theodoros RE: [Error] tyFlow RENDER v1.111 - tyFlow - 07-03-2024 Redownload the latest build and this issue should be fixed. RE: [Error] tyFlow RENDER v1.111 - clement3d - 07-04-2024 hello it s working now ![]() thanks |