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
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
-
[
Area Composition
](
https://comfyanonymous.github.io/ComfyUI_examples/area_composition/
)
-
[
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/
)
-
[
Upscale Models (ESRGAN, ESRGAN variants, SwinIR, Swin2SR, etc...)
](
https://comfyanonymous.github.io/ComfyUI_examples/upscale_models/
)
-
Starts up very fast.
-
Works fully offline: will never download anything.
...
...
notebooks/comfyui_colab.ipynb
View file @
b64f5e6a
...
...
@@ -61,8 +61,8 @@
"\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/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/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/Linaqruf/anything-v3.0/resolve/main/anything-v3-fp16-pruned.safetensors -P ./models/checkpoints/\n",
"\n",
"# Waifu Diffusion 1.5 (anime style SD2.x 768-v)\n",
...
...
@@ -103,6 +103,11 @@
"\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",
"\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"
],
"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