Skip to content

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

@abdul7235

Description

@abdul7235

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions