forked from extern/easydiffusion
Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta
This commit is contained in:
commit
927fd304b0
@ -408,7 +408,7 @@ async function parseContent(text) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function readFile(file, i) {
|
async function readFile(file, i) {
|
||||||
console.log(`Event %o reading file[${i}]:${file.name}...`, e)
|
console.log(`Event %o reading file[${i}]:${file.name}...`)
|
||||||
const fileContent = (await file.text()).trim()
|
const fileContent = (await file.text()).trim()
|
||||||
return await parseContent(fileContent)
|
return await parseContent(fileContent)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user