Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
b64f5e6a
"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "4cea9aecdab6bbd7b5801c64c27368ee3203a9ad"
Commit
b64f5e6a
authored
Mar 11, 2023
by
comfyanonymous
Browse files
Indicate in readme that upscale models are now supported.
parent
c8f1acc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
README.md
README.md
+1
-0
notebooks/comfyui_colab.ipynb
notebooks/comfyui_colab.ipynb
+7
-2
No files found.
README.md
View file @
b64f5e6a
...
@@ -23,6 +23,7 @@ This ui will let you design and execute advanced stable diffusion pipelines usin
...
@@ -23,6 +23,7 @@ This ui will let you design and execute advanced stable diffusion pipelines usin
-
[
Area Composition
](
https://comfyanonymous.github.io/ComfyUI_examples/area_composition/
)
-
[
Area Composition
](
https://comfyanonymous.github.io/ComfyUI_examples/area_composition/
)
-
[
Inpainting
](
https://comfyanonymous.github.io/ComfyUI_examples/inpaint/
)
with both regular and inpainting models.
-
[
Inpainting
](
https://comfyanonymous.github.io/ComfyUI_examples/inpaint/
)
with both regular and inpainting models.
-
[
ControlNet and T2I-Adapter
](
https://comfyanonymous.github.io/ComfyUI_examples/controlnet/
)
-
[
ControlNet and T2I-Adapter
](
https://comfyanonymous.github.io/ComfyUI_examples/controlnet/
)
-
[
Upscale Models (ESRGAN, ESRGAN variants, SwinIR, Swin2SR, etc...)
](
https://comfyanonymous.github.io/ComfyUI_examples/upscale_models/
)
-
Starts up very fast.
-
Starts up very fast.
-
Works fully offline: will never download anything.
-
Works fully offline: will never download anything.
...
...
notebooks/comfyui_colab.ipynb
View file @
b64f5e6a
...
@@ -61,8 +61,8 @@
...
@@ -61,8 +61,8 @@
"\n",
"\n",
"# Some SD1.5 anime style\n",
"# Some SD1.5 anime style\n",
"#!wget -c https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix2/AbyssOrangeMix2_hard.safetensors -P ./models/checkpoints/\n",
"#!wget -c https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix2/AbyssOrangeMix2_hard.safetensors -P ./models/checkpoints/\n",
"#!wget -c https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix3/AOM3A1
\\(
orangemixs
\\)
.safetensors -P ./models/checkpoints/\n",
"#!wget -c https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix3/AOM3A1
_
orangemixs.safetensors -P ./models/checkpoints/\n",
"#!wget -c https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix3/AOM3A3
\\(
orangemixs
\\)
.safetensors -P ./models/checkpoints/\n",
"#!wget -c https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix3/AOM3A3
_
orangemixs.safetensors -P ./models/checkpoints/\n",
"#!wget -c https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/anything-v3-fp16-pruned.safetensors -P ./models/checkpoints/\n",
"#!wget -c https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/anything-v3-fp16-pruned.safetensors -P ./models/checkpoints/\n",
"\n",
"\n",
"# Waifu Diffusion 1.5 (anime style SD2.x 768-v)\n",
"# Waifu Diffusion 1.5 (anime style SD2.x 768-v)\n",
...
@@ -103,6 +103,11 @@
...
@@ -103,6 +103,11 @@
"\n",
"\n",
"# Controlnet Preprocessor nodes by Fannovel16\n",
"# Controlnet Preprocessor nodes by Fannovel16\n",
"#!cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors; cd comfy_controlnet_preprocessors && python install.py\n",
"#!cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors; cd comfy_controlnet_preprocessors && python install.py\n",
"\n",
"# ESRGAN upscale model\n",
"#!wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x2.pth -P ./models/upscale_models/\n",
"#!wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x4.pth -P ./models/upscale_models/\n",
"\n",
"\n"
"\n"
],
],
"metadata": {
"metadata": {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment