mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 09:57:49 +02:00
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…
x
Reference in New Issue
Block a user