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

Error: header etag is missing (windows NVIDA use stable diffusion ) #37

Open
doraemoncandy opened this issue Dec 5, 2024 · 0 comments

Comments

@doraemoncandy
Copy link

image

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

@doraemoncandy doraemoncandy changed the title windows NVIDA use stable diffusion but header etag is missing Error: header etag is missing (windows NVIDA use stable diffusion ) Dec 5, 2024
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

1 participant