Open cjjp opened 1 month ago
Same issue
app.py注释掉406-409修改为以下代码 ` ############# Sample args ######################## sample = f"""--sample_prompts={sample_prompts_path} --sample_every_n_steps="{sample_every_n_steps}" {line_break}"""
# sample = f"""--sample_prompts={sample_prompts_path} --sample_every_n_steps="{sample_every_n_steps}" {line_break}"""`
原因应该是你没有设置sample_every_n_steps(Sample Image Every N Steps选项)导致sample_prompts文件没有导入,可以参考生成的.sh文件
Train.bat:
RTX4090, 64GB Ram, Windows. I trained another model last night with similar settings and it worked fine.
Any thoughts/pointers/fixes?