-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
460 additions
and
744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
# pre-comfyui-stablsr | ||
This is a development respository for debugging migration of StableSR to Comfyui | ||
# comfyui-stablsr | ||
|
||
There is a key bug the unet hook into Comfyui. It manifests itself as a error: mat1 and mat2 must have the same dtype. Currently I do not know how to solve configuring the diffusion model to resolve this issue. I have posted this code in hopes of finding some help from a diffusion expert to resolve it. | ||
Put the StableSR webui_786v_139.ckpt model into Comyfui/models/stablesr/ | ||
Put the StableSR stablesr_768v_000139.ckpt model into Comyfui/models/checkpoints/ | ||
|
||
Put the StableSR webui_786v_139.ckpt model into Comyfui/models/stablesr/ | ||
|
||
Download the ckpt from HuggingFace https://huggingface.co/Iceclear/StableSR/blob/main/webui_768v_139.ckpt | ||
Download the ckpt from HuggingFace https://huggingface.co/Iceclear/StableSR/ | ||
|
||
There is a setup json in /examples/ to load the workflow into Comfyui |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.