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

How to set samplers and schedulers? #5

Closed
gachapengames opened this issue Feb 20, 2024 · 4 comments
Closed

How to set samplers and schedulers? #5

gachapengames opened this issue Feb 20, 2024 · 4 comments

Comments

@gachapengames
Copy link

Hello. This workflow is really complex and I cannot figure out how to implement this. I am trying to setup:

X: 4 Different sampler/schedulers such as Euler Normal, DPM++ Karras, etc.
Y: 4 random seeds.

If you could provide a basic workflow, it would be much appreciated.

@kenjiqq
Copy link
Owner

kenjiqq commented Feb 20, 2024

The seeds should be pretty easy a seed is just an int, so you can just put 4 of those in a list, you can use the seed node from WAS nodes for instance
image

The samplers are more difficult though. The multiple choices boxes are implemented very strangely and don't really work properly trying to input them so not sure how to do that

@kenjiqq
Copy link
Owner

kenjiqq commented Feb 21, 2024

ok i think i found a solution, added a any to any node, workflow here
workflow (3)

warning that this node is very hacky and disables all type checking that ensures your don't do anything incorrectly. So if you for instance type the sampler name wrong the KSampler node defaults to euler without any warning

@kenjiqq kenjiqq closed this as completed Feb 23, 2024
@kenjiqq
Copy link
Owner

kenjiqq commented Feb 23, 2024

@gachapengames
Copy link
Author

slightly updated workflow https://github.com/kenjiqq/qq-nodes-comfyui/blob/main/workflows/sampler-grid.png

Thanks for the effort!

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

2 participants