Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CR_SaveTextToFile. File delimiter incompatible with Linux #220

Open
llnancy opened this issue Nov 3, 2024 · 2 comments
Open

CR_SaveTextToFile. File delimiter incompatible with Linux #220

llnancy opened this issue Nov 3, 2024 · 2 comments

Comments

@llnancy
Copy link

llnancy commented Nov 3, 2024

image
@lvang77
Copy link

lvang77 commented Nov 30, 2024

comfyroll

Made the following changes highlighted in red boxes to support using this node in Linux OS's. Simple fix since module already imports the os module.

Don't forget to delete node's cached python import files for change to take effect. These files are in custom_nodes/ComfyUI_Comfyroll_CustomerNodes/pycache/ folder. Delete the cache files then restart Comfyui and node should work in Linux.

@ShadowChenCSD
Copy link

Also using "os.path.join()" is another way to fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants