mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-03-12 22:02:14 +00:00
Fix issue importing other ui prompts.
This commit is contained in:
parent
7310290f17
commit
9b1396e93a
@ -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