MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / onContinueDrawingClick

Function onContinueDrawingClick

ui/media/js/main.js:1035–1039  ·  view source on GitHub ↗
(req, img)

Source from the content-addressed store, hash-verified

1033}
1034
1035function onContinueDrawingClick(req, img) {
1036 enqueueImageVariationTask(req, img, {
1037 num_inference_steps: parseInt(req.num_inference_steps) + 25,
1038 })
1039}
1040
1041function makeImage() {
1042 if (typeof performance == "object" && performance.mark) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected