|
29 | 29 | <ProjectReference Include="..\AiServer.ServiceInterface\AiServer.ServiceInterface.csproj" />
|
30 | 30 | <ProjectReference Include="..\AiServer.ServiceModel\AiServer.ServiceModel.csproj" />
|
31 | 31 | </ItemGroup>
|
32 |
| - |
33 |
| - <ItemGroup> |
34 |
| - <Folder Include="wwwroot\img\langs\" /> |
35 |
| - </ItemGroup> |
36 |
| - |
37 |
| - <ItemGroup> |
38 |
| - <None Include="App_Data\overrides\workflows\audio-to-text\faster-whisper\suttitle-audio.json"> |
39 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
40 |
| - <CopyToPublishDirectory>Never</CopyToPublishDirectory> |
41 |
| - </None> |
42 |
| - <None Include="wwwroot\lib\data\workflows\audio-to-text\whisper\transcribe-audio.json" /> |
43 |
| - <None Include="wwwroot\lib\data\workflows\image-to-image\sd-1.5\simple.json" /> |
44 |
| - <None Include="wwwroot\lib\data\workflows\image-to-text\florence2\describe-image.json" /> |
45 |
| - <None Include="wwwroot\lib\data\workflows\image-to-video\wan\generate-video.json" /> |
46 |
| - <None Include="wwwroot\lib\data\workflows\text-to-audio\stable-audio\generate-audio.json" /> |
47 |
| - <None Include="wwwroot\lib\data\workflows\text-to-image\flux\flux1-schnell.json" /> |
48 |
| - <None Include="wwwroot\lib\data\workflows\text-to-image\hidream\hidream_i1_dev_fp8.json" /> |
49 |
| - <None Include="wwwroot\lib\data\workflows\text-to-image\hidream\hidream_i1_fast_fp8.json" /> |
50 |
| - <None Include="wwwroot\lib\data\workflows\text-to-image\sd-1.5\basic.json" /> |
51 |
| - <None Include="wwwroot\lib\data\workflows\text-to-image\sd-3.5-large\sd3.5_large.json" /> |
52 |
| - <None Include="wwwroot\lib\data\workflows\text-to-image\sd-3.5-large\sd3.5_large_fp8_scaled.json" /> |
53 |
| - <None Include="wwwroot\lib\data\workflows\text-to-image\sd-3.5-large\sd3.5_large_turbo.json" /> |
54 |
| - <None Include="wwwroot\lib\data\workflows\text-to-image\sdxl-lightning\4step.json" /> |
55 |
| - <None Include="wwwroot\lib\data\workflows\text-to-image\sdxl\dreamshaperXL.json" /> |
56 |
| - <None Include="wwwroot\lib\data\workflows\text-to-image\sdxl\epiCRealismXL.json" /> |
57 |
| - <None Include="wwwroot\lib\data\workflows\text-to-image\sdxl\jibMixRealisticXL.json" /> |
58 |
| - <None Include="wwwroot\lib\data\workflows\text-to-image\sdxl\juggernautXL.json" /> |
59 |
| - <None Include="wwwroot\lib\data\workflows\text-to-image\sdxl\realvisxl.json" /> |
60 |
| - <None Include="wwwroot\lib\data\workflows\video-to-text\whisper\transcribe-video.json" /> |
61 |
| - </ItemGroup> |
62 |
| - |
63 |
| - <ItemGroup> |
64 |
| - <Content Update="wwwroot\lib\data\object_info.json"> |
65 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
66 |
| - </Content> |
67 |
| - </ItemGroup> |
68 | 32 |
|
69 | 33 | </Project>
|
0 commit comments