stability-sdk
stability-sdk copied to clipboard
Fine-tuning stable-diffusion-xl-1024-v1-0 ModuleNotFoundError: No module named 'stability_sdk.finetune'
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?