mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-03-11 21:49:49 +00:00
Added checkpoint downloader
This commit is contained in:
@@ -118,6 +118,7 @@ export default function SampleImageModal() {
|
||||
const maxIdx = stepMinIdx + imageModal.numSamples - 1;
|
||||
const nextIdx = currentIdx + 1;
|
||||
if (nextIdx > maxIdx) return;
|
||||
if (nextIdx >= imageModal.sampleImages.length) return;
|
||||
openSampleImage({
|
||||
imgPath: imageModal.sampleImages[nextIdx],
|
||||
numSamples: imageModal.numSamples,
|
||||
|
||||
Reference in New Issue
Block a user