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?
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
07-03-2024, 06:31 AM (This post was last modified: 07-03-2024, 06:38 AM by Motsar.)
(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.
Workspace can be exported from the tyDiffusion presets menu.
tyDiffusion settings file is here: c:\ProgramData\tyFlow\tyDiffusion\tyDiffusionSettings.xml
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
07-03-2024, 08:38 AM (This post was last modified: 07-03-2024, 08:39 AM by clement3d.)
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
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)
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.
(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.