Skip to content

Commit

Permalink
mad_scientist wf: use quantinized version of Ollama model
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Jul 3, 2024
1 parent 1286735 commit 4bb7b8b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions flows/mad_scientist.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"query": "Is this picture a painting, 3DCG, or photo? What is its artistic genre?",
"debug": "enable",
"url": "http://127.0.0.1:11434",
"model": "llava:7b-v1.6-vicuna-fp16",
"model": "llava:7b-v1.6-vicuna-q8_0",
"keep_alive": 0,
"images": [
"25",
Expand Down Expand Up @@ -364,10 +364,11 @@
"description": "Applying different custom styles to an image",
"author": "Datou",
"homepage": "https://openart.ai/workflows/datou/mad-scientist/wOEGydoDWbpwcVPL4GLc",
"documentation": "",
"documentation": "https://visionatrix.github.io/VixFlowsDocs/Flows/MadScientist.html",
"license": "",
"tags": "[\"general\", \"portrait\"]",
"version": "1.0.0"
"version": "1.0.0",
"requires": "[\"Ollama:llava:7b-v1.6-vicuna-q8_0\"]"
},
"class_type": "VixUiWorkflowMetadata",
"_meta": {
Expand Down

0 comments on commit 4bb7b8b

Please sign in to comment.