mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-11 16:10:05 +00:00
Add the ability to parse workflows from AVIF images (#4420)
This commit is contained in:
BIN
browser_tests/assets/workflow.avif
Normal file
BIN
browser_tests/assets/workflow.avif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
@@ -15,7 +15,8 @@ test.describe('Load Workflow in Media', () => {
|
||||
'workflow.mp4',
|
||||
'workflow.mov',
|
||||
'workflow.m4v',
|
||||
'workflow.svg'
|
||||
'workflow.svg',
|
||||
'workflow.avif'
|
||||
]
|
||||
fileNames.forEach(async (fileName) => {
|
||||
test(`Load workflow in ${fileName} (drop from filesystem)`, async ({
|
||||
|
||||
Reference in New Issue
Block a user