File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -765,14 +765,14 @@ void parseJsonPrompt(std::string json_str, SDParams& params) {
765765 float control_strength = payload[" control_strength" ];
766766 // params.control_strength = control_strength;
767767 // LOG_WARN("control_strength is not supported yet\n");
768- sd_log (sd_log_level_t ::SD_LOG_WARN, " control_strength is not supported yet\n " , params );
768+ sd_log (sd_log_level_t ::SD_LOG_WARN, " control_strength is not supported yet\n " );
769769 } catch (...) {
770770 }
771771 try {
772772 float style_strength = payload[" style_strength" ];
773773 // params.style_strength = style_strength;
774774 // LOG_WARN("style_strength is not supported yet\n");
775- sd_log (sd_log_level_t ::SD_LOG_WARN, " style_strength is not supported yet\n " , params );
775+ sd_log (sd_log_level_t ::SD_LOG_WARN, " style_strength is not supported yet\n " );
776776 } catch (...) {
777777 }
778778 try {
You can’t perform that action at this time.
0 commit comments