File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1738,8 +1738,8 @@ sample_method_t sd_get_default_sample_method(sd_ctx_t* sd_ctx) {
1738
1738
case VERSION_SD3_MEDIUM:
1739
1739
case VERSION_SD3_5_MEDIUM:
1740
1740
case VERSION_SD3_5_LARGE:
1741
- case VERSION_FLUX_DEV:
1742
1741
case VERSION_FLUX_SCHNELL:
1742
+ case VERSION_FLUX_DEV:
1743
1743
return EULER;
1744
1744
default :
1745
1745
return EULER_A;
@@ -1760,8 +1760,8 @@ int sd_get_default_sample_steps(sd_ctx_t* sd_ctx) {
1760
1760
case VERSION_SD3_MEDIUM:
1761
1761
case VERSION_SD3_5_MEDIUM:
1762
1762
case VERSION_SD3_5_LARGE:
1763
- case VERSION_FLUX_DEV:
1764
1763
case VERSION_FLUX_SCHNELL:
1764
+ case VERSION_FLUX_DEV:
1765
1765
return 10 ;
1766
1766
default :
1767
1767
return 20 ;
@@ -1783,8 +1783,8 @@ float sd_get_default_cfg_scale(sd_ctx_t* sd_ctx) {
1783
1783
case VERSION_SD3_5_MEDIUM:
1784
1784
case VERSION_SD3_5_LARGE:
1785
1785
return 4 .5f ;
1786
- case VERSION_FLUX_DEV:
1787
1786
case VERSION_FLUX_SCHNELL:
1787
+ case VERSION_FLUX_DEV:
1788
1788
return 1 .0f ;
1789
1789
default :
1790
1790
return 9 .0f ;
You can’t perform that action at this time.
0 commit comments