File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -225,10 +225,10 @@ def load_lora(pipe_):
225225}
226226
227227GENRE_PARAMS = {
228- "adventure" : {"controlnet_conditioning_scale" : 0.85 , "guidance_scale" : 12.5 },
229- "friendship" : {"controlnet_conditioning_scale" : 0.75 , "guidance_scale" : 11 .5 },
230- "moral" : {"controlnet_conditioning_scale" : 0.80 , "guidance_scale" : 12.0 },
231- "family" : {"controlnet_conditioning_scale" : 0.78 , "guidance_scale" : 12.0 },
228+ "adventure" : {"controlnet_conditioning_scale" : 0.8 , "guidance_scale" : 12.5 },
229+ "friendship" : {"controlnet_conditioning_scale" : 0.8 , "guidance_scale" : 12 .5 },
230+ "moral" : {"controlnet_conditioning_scale" : 0.8 , "guidance_scale" : 12.5 },
231+ "family" : {"controlnet_conditioning_scale" : 0.8 , "guidance_scale" : 12.5 },
232232}
233233
234234_SCN_SYSTEM = (
@@ -287,7 +287,7 @@ def _cleanup_prompt(s: str, max_len: int = 320) -> str:
287287def build_scene_prompt (prompt_main : str ) -> str :
288288 try :
289289 resp = client .chat .completions .create (
290- model = "gpt-4o-mini " ,
290+ model = "gpt-4o" ,
291291 temperature = 0.6 ,
292292 messages = [
293293 {"role" : "system" , "content" : _SCN_SYSTEM },
You can’t perform that action at this time.
0 commit comments