Other than you have a different GPU/CPU/Memory spec, NOTHING should change (all of your user data should persist across machine sessions).
Here is a detailed explanation of machine switching process,
Time | Action | Remarks |
10AM | Launched a Medium machine and started working on it | |
10:30AM | You downloaded model A, installed node B and uploaded LoRa C in order to fix the red errors when loaded workflow D | |
10:45AM | You finished a rendering job with workflow D and see the result video (/ComfyUI/outputs/1045_run/xxx.mp4)in the output folder | |
10:46AM | You downloaded those result video to your local machine | |
11:00AM | You terminated the Medium machine by ‘Stop’ it | |
1:00PM | You started a Large machine and now it is ready | |
1:01PM | You should be able to find model A, node B, LoRa C and /ComfyUI/outputs/1045_run/xxx.mp4 are all where they should be in the new Large machine. | This is what we mean persisted user data across machine sessions. |
1:02PM | Now you should be able run workflow D without any errors. | Voila! |