Skip to main content
Version: Next

Function: styleTransferUrls()

styleTransferUrls<Display, Slug>(display, slug): object

Defined in: constants/modelUrls.ts:701

Builds the four (backend, precision) URLs for a single style-transfer style.

Type Parameters

Display

Display extends string

Slug

Slug extends string

Parameters

display

Display

HF repo suffix (e.g. rain-princess).

slug

Slug

.pte filename token (e.g. rain_princess). Differs from display for styles whose names contain spaces.

Returns

object

Per-(backend, precision) URLs for the requested style.

coremlBase

coremlBase: string

coremlQuant

coremlQuant: string

xnnpackBase

xnnpackBase: string

xnnpackQuant

xnnpackQuant: string