Skip to content

Commit

Permalink
Add models information to default workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Aug 6, 2024
1 parent e162d00 commit 0583831
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/scripts/defaultGraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,12 @@ export const defaultGraph: ComfyWorkflowJSON = {
groups: [],
config: {},
extra: {},
version: 0.4
}
version: 0.4,
models: [{
"name": "v1-5-pruned-emaonly.ckpt",
"url": "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt",
"hash": "cc6cb27103417325ff94f52b7a5d2dde45a7515b25c255d8e396c90014281516",
"hash_type": "SHA256",
"directory": "checkpoints"
}]
};

0 comments on commit 0583831

Please sign in to comment.