Skip to content

StableSwarm Compatability#97

Closed
SampleTexting wants to merge 1 commit into
rgthree:mainfrom
SampleTexting:main
Closed

StableSwarm Compatability#97
SampleTexting wants to merge 1 commit into
rgthree:mainfrom
SampleTexting:main

Conversation

@SampleTexting
Copy link
Copy Markdown

@SampleTexting SampleTexting commented Jan 3, 2024

Edited image_comparer.js to conform to StableSwarm filepaths. Retains functionality on ComfyUI.

-note-
I don't know why the github editor decided to change the whitespace of the entire thing. I just needed to change two lines:
import { app } from "/scripts/app.js";
import { api } from "/scripts/api.js";
to:
import { app } from "../../scripts/app.js";
import { api } from "../../scripts/api.js";

stableswarm compat
@mcmonkey4eva
Copy link
Copy Markdown
Contributor

Explanation of why here: Comfy-Org/ComfyUI#867

@rgthree
Copy link
Copy Markdown
Owner

rgthree commented Jan 4, 2024

Fixed with 70158f4 since it needs to change the TypeScript file too.

@rgthree rgthree closed this Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants