Moore-AnimateAnyone icon indicating copy to clipboard operation
Moore-AnimateAnyone copied to clipboard

how can I inference low memory gpu

Open leejaewoo opened this issue 1 year ago • 1 comments

I am currently trying to make inferences using this model using a small vram memory of 8GB. When following the example in the readme file, a memory shortage occurs. If you perform inference by reducing the width and height, the animation will not work properly. To solve this problem, is there any other way than upgrading the current device's GPU?

leejaewoo avatar Feb 22 '24 17:02 leejaewoo

huggingface_hub.utils._validators.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': './pretrained_weights/sd-vae-ft-mse'. Use repo_type argument if needed. OSError: We couldn't connect to 'https://huggingface.co' to load this model, couldn't find it in the cached files and it looks like ./pretrained_weights/sd-vae-ft-mse is not the path to a directory containing a config.json file. could you have similar exception ?

ButoneDream avatar Feb 24 '24 06:02 ButoneDream