Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
gameltb committed Oct 25, 2023
1 parent 5d11cd8 commit 294161a
Show file tree
Hide file tree
Showing 6 changed files with 460 additions and 744 deletions.
10 changes: 4 additions & 6 deletions README.md
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
7 changes: 0 additions & 7 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
@nickname: StableSR
@description: This module enables StableSR in Comgfyui. Ported work of sd-webui-stablesr. Original work for Auotmaatic1111 version of this module and StableSR credit to LIightChaser and Jianyi Wang.
"""
import folder_paths
import os
import sys

modules_path = os.path.join(os.path.dirname(__file__), "modules")

sys.path.append(modules_path)

from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS

Expand Down
Loading

0 comments on commit 294161a

Please sign in to comment.