stability-sdk icon indicating copy to clipboard operation
stability-sdk copied to clipboard

Fine-tuning stable-diffusion-xl-1024-v1-0 ModuleNotFoundError: No module named 'stability_sdk.finetune'

Open abdul7235 opened this issue 1 year ago • 2 comments

Hello, I am following the following document for finetuning stable-diffusion-xl-1024-v1-0

https://next.platform.stability.ai/docs/features/fine-tuning

in the imports

from stability_sdk.finetune import ( create_model, delete_model, get_model, list_models, resubmit_model, update_model, FineTuneMode, FineTuneParameters, FineTuneStatus ) I get the error:

ModuleNotFoundError: No module named 'stability_sdk.finetune'

Can anyone please help me with the fix?

abdul7235 avatar Sep 26 '24 10:09 abdul7235