mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 23:20:07 +00:00
Use fp16 safetensors model in default/fallback workflow (#2433)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -116,7 +116,7 @@ export const defaultGraph: ComfyWorkflowJSON = {
|
||||
{ name: 'VAE', type: 'VAE', links: [8], slot_index: 2 }
|
||||
],
|
||||
properties: {},
|
||||
widgets_values: ['v1-5-pruned-emaonly.ckpt']
|
||||
widgets_values: ['v1-5-pruned-emaonly-fp16.safetensors']
|
||||
}
|
||||
],
|
||||
links: [
|
||||
|
||||
Reference in New Issue
Block a user