StableDiffusionScriptsRepositoryImpl
internal class StableDiffusionScriptsRepositoryImpl(val remoteDataSource: StableDiffusionScriptsDataSource, val preferenceManager: PreferenceManager, val authorizationStore: AuthorizationStore) : StableDiffusionScriptsRepository(source)
Implements StableDiffusionScriptsRepository behavior in the SDAI data layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(remoteDataSource: StableDiffusionScriptsDataSource, preferenceManager: PreferenceManager, authorizationStore: AuthorizationStore)