Skip to content

Commit

Permalink
fix(flux): increase memory again because of CUDA errors
Browse files Browse the repository at this point in the history
  • Loading branch information
philwinder committed Dec 4, 2024
1 parent ec8a6d4 commit 27fc663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pkg/model/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func GetDefaultDiffusersModels() ([]*DiffusersGenericImage, error) {
{
Id: Model_Diffusers_FluxDev,
Name: "Flux 1 Dev",
Memory: GB * 32,
Memory: GB * 48,
Description: "Dev model, from Black Forest Labs",
Hide: false,
},
Expand Down

0 comments on commit 27fc663

Please sign in to comment.