mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-18 02:43:00 +08:00
update DB
This commit is contained in:
parent
a99297881e
commit
25c6df7334
@ -488,6 +488,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes: ExLlama Loader, ExLlama Generator. <BR>Used to load 4-bit GPTQ Llama/2 models. You can find a lot of them over at <a href='https://huggingface.co/TheBloke'>https://huggingface.co/TheBloke</a><p style='background-color: black; color: red;'>NOTE: You need to manually install a pip package that suits your system. For example. If your system is 'Python3.10 + Windows + CUDA 11.8' then you need to install 'exllama-0.0.17+cu118-cp310-cp310-win_amd64.whl'. Available package files are <a href='https://github.com/jllllll/exllama/releases'>here</a>."
|
"description": "Nodes: ExLlama Loader, ExLlama Generator. <BR>Used to load 4-bit GPTQ Llama/2 models. You can find a lot of them over at <a href='https://huggingface.co/TheBloke'>https://huggingface.co/TheBloke</a><p style='background-color: black; color: red;'>NOTE: You need to manually install a pip package that suits your system. For example. If your system is 'Python3.10 + Windows + CUDA 11.8' then you need to install 'exllama-0.0.17+cu118-cp310-cp310-win_amd64.whl'. Available package files are <a href='https://github.com/jllllll/exllama/releases'>here</a>."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "Zuellni",
|
||||||
|
"title": "ComfyUI PickScore Nodes",
|
||||||
|
"reference": "https://github.com/Zuellni/ComfyUI-PickScore-Nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Zuellni/ComfyUI-PickScore-Nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Image scoring nodes for ComfyUI using PickScore with a batch of images to predict which ones fit a given prompt the best."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "AlekPet",
|
"author": "AlekPet",
|
||||||
"title": "AlekPet/ComfyUI_Custom_Nodes_AlekPet",
|
"title": "AlekPet/ComfyUI_Custom_Nodes_AlekPet",
|
||||||
|
|||||||
@ -1509,6 +1509,17 @@
|
|||||||
"title_aux": "ComfyUI-ExLlama"
|
"title_aux": "ComfyUI-ExLlama"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Zuellni/ComfyUI-PickScore-Nodes": [
|
||||||
|
[
|
||||||
|
"ZuellniPickScoreImageProcessor",
|
||||||
|
"ZuellniPickScoreLoader",
|
||||||
|
"ZuellniPickScoreSelector",
|
||||||
|
"ZuellniPickScoreTextProcessor"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI PickScore Nodes"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/adieyal/comfyui-dynamicprompts": [
|
"https://github.com/adieyal/comfyui-dynamicprompts": [
|
||||||
[
|
[
|
||||||
"DPCombinatorialGenerator",
|
"DPCombinatorialGenerator",
|
||||||
@ -1919,6 +1930,14 @@
|
|||||||
"title_aux": "Variation seeds"
|
"title_aux": "Variation seeds"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/chrisgoringe/cg-use-everywhere": [
|
||||||
|
[
|
||||||
|
"Seed Everywhere"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Use Everwhere"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/city96/ComfyUI_ColorMod": [
|
"https://github.com/city96/ComfyUI_ColorMod": [
|
||||||
[
|
[
|
||||||
"ColorModEdges",
|
"ColorModEdges",
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "Zuellni",
|
||||||
|
"title": "ComfyUI PickScore Nodes",
|
||||||
|
"reference": "https://github.com/Zuellni/ComfyUI-PickScore-Nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Zuellni/ComfyUI-PickScore-Nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Image scoring nodes for ComfyUI using PickScore with a batch of images to predict which ones fit a given prompt the best."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "chrisgoringe",
|
"author": "chrisgoringe",
|
||||||
"title": "Use Everwhere",
|
"title": "Use Everwhere",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user