-
-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Description
I want to make my nb (windows11, NV 4090) be a work node, so I use the following command
cake-cli --model ./cake-data/SD-XL --mode worker --name nb4090 --model-type image-model --topology topology-sd.yml
but I get the error 'Error: Header etag is missing'
this is my topology-sd.yml
mac:
host: '100.119.102.31:10128'
description: 'Mac Host'
layers:
- clip
- vae
nb4090:
host: '100.114.71.72:10128'
description: '4090'
layers:
- unet
and all my sd model file show on the image
seems I have already downloaded the model I need, but I still get error... I am not sure where is the problem.. how can I do next..
thanks
Metadata
Metadata
Assignees
Labels
No labels