Skip to content

Commit 84f3241

Browse files
authored
Merge pull request #12 from replicate/use-more-specific-flux-dev-lora-tag
use more specific flux dev lora tag
2 parents 31761e7 + 1ea8ef6 commit 84f3241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const inferenceTags: InferenceTag[] = [
1111
{
1212
type: 'tag-filter',
1313
task: 'text-to-image',
14-
tags: ['flux', 'lora'],
14+
tags: ['lora', 'base_model:adapter:black-forest-labs/FLUX.1-dev'],
1515
providerModel: 'black-forest-labs/flux-dev-lora',
1616
adapterType: 'lora',
1717
status: 'live',

0 commit comments

Comments
 (0)