This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Checkpoint Loader with control_after_generate? #191
Unanswered
caniyabanci76
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I can look into it. Yeah would probably have to draw upon the model paths manually each prompt run. I think the frontend just gets the lost once unless you click the refresh button. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, was wondering if it is possible to add control_after_generate control for the Checkpoint Loader. I will often have checkpoints at various step stages of training (i.e. checkpoint_step0100, checkpoint_step0200, checkpoint_step0300 and so on), and wish to create images from them all without having to click around so much. i.e. to have it increment.
I've been able to kinda do this by making checkpoint name an input and feeding it from a primitive, but if the checkpoints are new, changed, renamed or different, then it doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions