Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SD# Not seeing any samples #2633

Open
jpXerxes opened this issue Jul 9, 2024 · 5 comments
Open

SD# Not seeing any samples #2633

jpXerxes opened this issue Jul 9, 2024 · 5 comments

Comments

@jpXerxes
Copy link

jpXerxes commented Jul 9, 2024

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

@bmaltais
Copy link
Owner

bmaltais commented Jul 9, 2024

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.

@WarAnakin
Copy link

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

@araleza
Copy link

araleza commented Jul 21, 2024

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)

@jpXerxes
Copy link
Author

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.

@araleza
Copy link

araleza commented Jul 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants