File tree Expand file tree Collapse file tree
BlazorDiffusion.ServiceInterface Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ public class AppUserQuotas
2121
2222 public Dictionary < string , int > DailyRoleQuotas { get ; } = new ( )
2323 {
24- [ AppRoles . Creator ] = 80 ,
24+ [ AppRoles . Creator ] = 160 ,
2525 } ;
2626
27- public const int DefaultDailyQuota = 40 ; //40
27+ public const int DefaultDailyQuota = 80 ; //80
2828
2929 /// <summary>
3030 /// Future:
31- /// Square = 1 credit (512 x 512)
32- /// Portrait = 3 credits (512 x 896)
33- /// Landscale = 3 credits (896 x 512)
34- /// Large = 7 credits (896 x 896)
35- /// 2x Large = 10 credits (1024 x 1024)
31+ /// Square = 1 credit (512 x 512) 0.4
32+ /// Portrait = 3 credits (512 x 896) 1.1
33+ /// Landscale = 3 credits (896 x 512) 1.1
34+ /// Large = 7 credits (896 x 896) 2.3
35+ /// 2x Large = 10 credits (1024 x 1024) 3.2
3636 ///
3737 /// Steps:
3838 /// 50 = * 1
Original file line number Diff line number Diff line change 5959
6060
6161<script src =" _framework/blazor.server.js" ></script >
62- <script type = " text/javascript " src =" /js/servicestack-blazor.js" ></script >
62+ <script src =" /js/servicestack-blazor.js" ></script >
6363<script >JS .init ({ colorScheme: location .search === ' ?light' ? ' light' : ' dark' }) </script >
6464
6565<script >
Original file line number Diff line number Diff line change 108108 <a class =" text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-100" href =" https://servicestack.net/blazor" target =" _blank" title =" powered by" >servicestack.net/blazor</a >
109109 </div >
110110
111- <script type = " text/javascript " src =" /js/servicestack-blazor.js" ></script >
111+ <script src =" /js/servicestack-blazor.js" ></script >
112112 <script >JS .init ({ colorScheme: location .search === ' ?light' ? ' light' : ' dark' }) </script >
113113
114114</body >
You can’t perform that action at this time.
0 commit comments