WAS Node Suite IMPORT FAILED #245
-
Beta Was this translation helpful? Give feedback.
Answered by
anuplohade
Oct 23, 2023
Replies: 2 comments 1 reply
-
And csv is in expected format, for example, containing "name" for the style?
The was extras error can be resolved by updating it and cstr
…On Mon, Oct 23, 2023, 10:24 AM Agape Media ***@***.***> wrote:
WAS suite is failing to import into comfy ui suddenly and it seems CSV
file has something to do with it.
CSV file format is correct and path is also added into
'was_suite_config.json'
Python Version: 3.10.6
Could anyone please help in resolving this issue?
(Please check screenshots for reference.)
[image: Screenshot 2023-10-23 225212]
<https://user-images.githubusercontent.com/72828505/277420692-5f41533a-afbe-4527-b2f2-02fe6294f2f2.png>
[image: Screenshot 2023-10-23 225302]
<https://user-images.githubusercontent.com/72828505/277420810-c70acf5e-7d9e-49a4-a82e-7984750a886e.png>
[image: Screenshot 2023-10-23 225352]
<https://user-images.githubusercontent.com/72828505/277421090-98d86930-88ad-462f-b6fd-c90cde0ebc7a.png>
[image: Screenshot 2023-10-23 225425]
<https://user-images.githubusercontent.com/72828505/277421301-dbb3cc7e-1f91-4786-9767-aeeae33a5ef1.png>
—
Reply to this email directly, view it on GitHub
<#245>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIZEZPE3FYZ6I2FMK6UQATYA2R6NAVCNFSM6AAAAAA6MNRCFCVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVG43DSMBZGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I was able to resolve it. I had to change the line 309 in WAS_Node_Suite.py and rename it to the column heading of style from CSV file i.e. 'style_name' Secondly I changed CSV file to UTF-8 encoding format. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
anuplohade
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to resolve it.
I had to change the line 309 in WAS_Node_Suite.py and rename it to the column heading of style from CSV file i.e. 'style_name'
Secondly I changed CSV file to UTF-8 encoding format.