mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-22 12:20:16 +08:00
Fix issue importing other ui prompts.
This commit is contained in:
parent
e94d69817b
commit
f7bc2dffd4
@ -69,6 +69,7 @@ export async function importA1111(graph, parameters) {
|
|||||||
const embeddings = await api.getEmbeddings();
|
const embeddings = await api.getEmbeddings();
|
||||||
const opts = parameters
|
const opts = parameters
|
||||||
.substr(p)
|
.substr(p)
|
||||||
|
.split("\n")[1]
|
||||||
.split(",")
|
.split(",")
|
||||||
.reduce((p, n) => {
|
.reduce((p, n) => {
|
||||||
const s = n.split(":");
|
const s = n.split(":");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user