feat: update i2i model (#7041)

This commit is contained in:
darkskygit
2024-05-23 14:27:12 +00:00
parent 535254fdf6
commit 0c42849bc3
5 changed files with 99 additions and 8 deletions

View File

@@ -470,7 +470,7 @@ test('should be able to get provider', async t => {
);
t.is(
p?.type.toString(),
'openai',
'fal',
'should get provider support image-to-text'
);
}

View File

@@ -31,7 +31,7 @@ export class MockCopilotTestProvider
{
override readonly availableModels = [
'test',
'fast-turbo-diffusion',
'fast-sdxl/image-to-image',
'lcm-sd15-i2i',
'clarity-upscaler',
'imageutils/rembg',