You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: