[Error] tyFlow RENDER v1.111
#1
Video 
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?


Attached Files Thumbnail(s)
       
  Reply
#2
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
  Reply
#3
Video 
(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 Sad

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?


Attached Files
.rar   tyDiffusionSettings.rar (Size: 5.78 KB / Downloads: 43)
  Reply
#4
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


Attached Files
.zip   clement3d_TyDiffusion.zip (Size: 6.8 KB / Downloads: 27)
  Reply
#5
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)
  Reply
#6
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.
  Reply
#7
(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 ! Smile
  Reply
#8
I think I have the same issue, the error is the same and here in Italy we use commas for decimal numbers Shy

edit: solved from windows settings
  Reply
#9
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
  Reply
#10
Redownload the latest build and this issue should be fixed.
  Reply
#11
hello

it s working now Smile

thanks
  Reply


Forum Jump: