Skip to content

Commit

Permalink
add Flux Pro Ultra 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke-hf committed Nov 25, 2024
1 parent 58413f8 commit 204451a
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,32 @@ export const defaultWorkflows: ClapWorkflow[] = [
cond_aug: 0.02,
},
},
{
id: 'falai://fal-ai/flux-pro/v1.1-ultra',
label: 'Flux Pro Ultra (v1.1)',
description: '',
tags: ['Flux'],
author: '',
thumbnailUrl: '',
nonCommercial: false,
engine: ClapWorkflowEngine.REST_API,
provider: ClapWorkflowProvider.FALAI,
category: ClapWorkflowCategory.IMAGE_GENERATION,
data: 'fal-ai/flux-pro/v1.1-ultra',
schema: '',
inputFields: [
genericPrompt,
genericWidth2048,
genericHeight2048,
//genericInferenceSteps,
],
inputValues: {
[genericPrompt.id]: genericPrompt.defaultValue,
[genericWidth2048.id]: genericWidth2048.defaultValue,
[genericHeight2048.id]: genericHeight2048.defaultValue,
//[genericInferenceSteps.id]: genericInferenceSteps.defaultValue,
},
},
{
id: 'falai://fal-ai/flux-general',
label: 'Flux.1-[DEV] LoRA',
Expand Down

0 comments on commit 204451a

Please sign in to comment.