Skip to content

Commit

Permalink
Change flux logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Aug 9, 2024
1 parent aa0717c commit 7b8a1f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BlazorDiffusion.ServiceInterface/CreativeService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public async Task<object> Post(CreateCreative request)
}

if(creative == null)
throw new HttpError(HttpStatusCode.BadRequest,"Request timed out waiting for Creative");
throw new HttpError(HttpStatusCode.BadRequest,"Request timed out waiting for Creative. Your Creative might be delayed, please check back later.");

PublishMessage(new BackgroundTasks { NewCreative = creative });

Expand Down
Binary file added BlazorDiffusion/wwwroot/img/flux-model.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion BlazorDiffusion/wwwroot/pages/Create.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export default {
{ name: "Realistic", imgUrl: "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d074c63-1ab6-4e58-9141-7681ec5be94c/width=450/17898822.jpeg" },
{ name: "Anime", imgUrl: "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/150fc6fc-88cb-47ec-872f-f04c7ded01ac/width=450/4456416.jpeg" },
{ name: "SciFi", imgUrl: "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80120322-6242-424e-bef7-37821c0b4ff9/width=450/7826960.jpeg" },
{ name: "Flux", imgUrl: "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f905bc28-9db6-4f83-85ae-93c94718881d/width=450/22496037.jpeg" }
{ name: "Flux", imgUrl: "/img/flux-model.jpg" }
]);

const selectedModel = ref(models.value[0]);
Expand Down

0 comments on commit 7b8a1f8

Please sign in to comment.