mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-14 00:24:23 +08:00
update README
update DB
This commit is contained in:
parent
e558a493ec
commit
aeeca1adcd
@ -35,6 +35,7 @@ To install ComfyUI-Manager in addition to an existing installation of ComfyUI, y
|
||||
### Installation[method3] (Installation for linux+venv: ComfyUI + ComfyUI-Manager)
|
||||
|
||||
To install ComfyUI with ComfyUI-Manager on Linux using a venv environment, you can follow these steps:
|
||||
prerequisite: python-is-python3, python3-venv
|
||||
|
||||
1. Download [scripts/install-comfyui-venv-linux.sh](https://github.com/ltdrdata/ComfyUI-Manager/raw/main/scripts/install-comfyui-venv-linux.sh) into empty install directory
|
||||
- ComfyUI will be installed in the subdirectory of the specified directory, and the directory will contain the generated executable script.
|
||||
@ -209,7 +210,6 @@ NODE_CLASS_MAPPINGS.update({
|
||||
* https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension
|
||||
* https://github.com/senshilabs/NINJA-plugin
|
||||
* https://github.com/MockbaTheBorg/Nodes
|
||||
* https://github.com/filliptm/ComfyUI_Fill-Nodes
|
||||
|
||||
|
||||
## Roadmap
|
||||
@ -227,3 +227,9 @@ NODE_CLASS_MAPPINGS.update({
|
||||
# Disclaimer
|
||||
|
||||
* This extension simply provides the convenience of installing custom nodes and does not guarantee their proper functioning.
|
||||
|
||||
|
||||
## Credit
|
||||
ComfyUI/[ComfyUI](https://github.com/comfyanonymous/ComfyUI) - A powerful and modular stable diffusion GUI.
|
||||
|
||||
**And, for all ComfyUI custom node developers**
|
||||
|
||||
@ -3159,6 +3159,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:BatchImageResizeProcessor, SingleImagePathLoader, SingleImageUrlLoader"
|
||||
},
|
||||
{
|
||||
"author": "filliptm",
|
||||
"title": "ComfyUI_Fill-Nodes",
|
||||
"reference": "https://github.com/filliptm/ComfyUI_Fill-Nodes",
|
||||
"files": [
|
||||
"https://github.com/filliptm/ComfyUI_Fill-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:FL Image Randomizer. The start of a pack that I will continue to build out to fill the gaps of nodes and functionality that I feel is missing in comfyUI"
|
||||
},
|
||||
{
|
||||
"author": "Ser-Hilary",
|
||||
"title": "SDXL_sizing",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "filliptm",
|
||||
"title": "ComfyUI_Fill-Nodes",
|
||||
"reference": "https://github.com/filliptm/ComfyUI_Fill-Nodes",
|
||||
"files": [
|
||||
"https://github.com/filliptm/ComfyUI_Fill-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:FL Image Randomizer. The start of a pack that I will continue to build out to fill the gaps of nodes and functionality that I feel is missing in comfyUI"
|
||||
},
|
||||
{
|
||||
"author": "thecooltechguy",
|
||||
"title": "ComfyUI-MagicAnimate",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user