Skip to content

How to use Sync in the Saves tab

Samwise Wang edited this page Dec 19, 2023 · 1 revision

Summary

You could use Git remote address to sync your 'Saves'.

Just fill in the 'Saves' with your repository URL and click 'Sync'.

image

If I don't config SSH private key on the machine, for example, my ComfyUI is running on the cloud

1. Open GitHub - Developer Settings to generate a new token

  • You could select only the repository you want to sync to grant permission
image
  • Remember to grant content read and write permission
image

2. Get your sync URL

  • The format is https://oauth2:{your_token}@github.com/{username}/{repository}.git

  • Example: https://oauth2:[email protected]/tzwm/comfyui-workflows.git

3. Fill in this URL into the 'Saves'

  • Save this URL and click Sync
image