mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
a99297881e
commit
25c6df7334
@ -488,6 +488,16 @@
|
||||
"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>."
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"title": "AlekPet/ComfyUI_Custom_Nodes_AlekPet",
|
||||
|
||||
@ -1509,6 +1509,17 @@
|
||||
"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": [
|
||||
[
|
||||
"DPCombinatorialGenerator",
|
||||
@ -1919,6 +1930,14 @@
|
||||
"title_aux": "Variation seeds"
|
||||
}
|
||||
],
|
||||
"https://github.com/chrisgoringe/cg-use-everywhere": [
|
||||
[
|
||||
"Seed Everywhere"
|
||||
],
|
||||
{
|
||||
"title_aux": "Use Everwhere"
|
||||
}
|
||||
],
|
||||
"https://github.com/city96/ComfyUI_ColorMod": [
|
||||
[
|
||||
"ColorModEdges",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"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",
|
||||
"title": "Use Everwhere",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user