bmaltais / kohya_ss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SD# Not seeing any samples

jpXerxes opened this issue · comments

Sample folder is created with a prompts.txt, but no samples. Makes it hard to know how mar to take training.

Hummm I have not addressed that… I will need to see how I can wire the version of SD3 image creation to create samples for SD3.

the OP is correct. No samples are being generated, tried a bunch of things.

There's no official support for SD3 sampling while training yet, but if you're okay with modifying a local sd-scripts code file, this will make most basic sampling features work:

kohya-ss/sd-scripts#1374 (comment)

There's no official support for SD3 sampling while training yet, but if you're okay with modifying a local sd-scripts code file, this will make most basic sampling features work:

kohya-ss/sd-scripts#1374 (comment)

Didn't work for me. Tried it with sample x steps, and sample x epochs, neither did anything.

Didn't work for me. Tried it with sample x steps, and sample x epochs, neither did anything.

Try putting a print statement before that section of code to check it's actually being picked up. And maybe one inside the if statement too, to see if it gets in there. It should work with --sample_every_n_steps=<n> in place on the command line.