Is there a way to define a checkpoint with API? #7839
Replies: 3 comments 6 replies
-
You can pull checkpoints from API endpoint To change checkpoint, one way to do it is construct payload containing |
Beta Was this translation helpful? Give feedback.
-
for anyone that wants know how to do it by sending api request with javascript this is the body json example } |
Beta Was this translation helpful? Give feedback.
-
I'm not sure of the behaviour when you got 2 simultaneous requests .. as in two different users performing on a different model |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use txt2img API endpoint with a specific checkpoint.
Is this currently possible and if not how should I implement this feature?
I've been thinking about loading all checkpoints at start.
Beta Was this translation helpful? Give feedback.
All reactions