mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +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 opts = parameters
|
||||
.substr(p)
|
||||
.split("\n")[1]
|
||||
.split(",")
|
||||
.reduce((p, n) => {
|
||||
const s = n.split(":");
|
||||
|
Loading…
Reference in New Issue
Block a user