File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ struct Option {
86
86
SampleMethod sample_method = EULAR_A;
87
87
int sample_steps = 20 ;
88
88
float strength = 0 .75f ;
89
- RNGType rng_type = STD_DEFAULT_RNG ;
89
+ RNGType rng_type = CUDA_RNG ;
90
90
int64_t seed = 42 ;
91
91
bool verbose = false ;
92
92
@@ -130,7 +130,7 @@ void print_usage(int argc, const char* argv[]) {
130
130
printf (" -W, --width W image width, in pixel space (default: 512)\n " );
131
131
printf (" --sample-method SAMPLE_METHOD sample method (default: \" eular a\" )\n " );
132
132
printf (" --steps STEPS number of sample steps (default: 20)\n " );
133
- printf (" --rng {std_default, cuda} RNG (default: std_default )\n " );
133
+ printf (" --rng {std_default, cuda} RNG (default: cuda )\n " );
134
134
printf (" -s SEED, --seed SEED RNG seed (default: 42, use random seed for < 0)\n " );
135
135
printf (" -v, --verbose print extra info\n " );
136
136
}
You can’t perform that action at this time.
0 commit comments