Satellile / yara

A terminal-based companion program for ComfyUI.
32 stars 3 forks source link

yara examine doesn't work #8

Open Ponyoonthecliff opened 2 months ago

Ponyoonthecliff commented 2 months ago

Excuse me my little brain, but 'yara examine' doesn't want to work. What I do wrong?

C:\pinokio\api\comfy.git\app\output>yara Usage: yara print saved queues yara save [NAME] save a queue as [specified] name yara save -wr [NAME] save [specified] queue with running prompt included yara load [NAME] load [specified] queue yara delete [NAME] delete [specified] queue yara examine list active queue, showing positive prompt and models yara caffeine disable computer's sleep mode yara melatonin enable computer's sleep mode yara wait wait until all prompts have finished yara preview create a window previewing new files in the output directory yara image check embedded generation data of images yara clear [PROMPT_IDS] delete queued generations by numerical ID e.g. 'yara clear 250 251 252' yara config open directory of config file yara cai [URLs] download CivitAI models/loras/etc, copying relevant info to clipboard yara regen [FILEPATHS] regenerate images, modifying marked nodes (more info: run 'yara help regen') yara fix [PATHS] search specified folders or files, try to embed missing workflows into images

C:\pinokio\api\comfy.git\app\output>yara examine thread 'main' panicked at src\main.rs:446:52: called Option::unwrap() on a None value note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

Satellile commented 2 months ago

You're not doing anything wrong, yara examine has been broken for awhile now.

It's been awhile since I worked on this program and I'm occupied with another project, but I'll try and take a look to see if I can fix this

Ponyoonthecliff commented 2 months ago

You're not doing anything wrong, yara examine has been broken for awhile now.

It's been awhile since I worked on this program and I'm occupied with another project, but I'll try and take a look to see if I can fix this

Alright, thanks, you kinda resolved half of problem already - now I don't how to struggle with terminal :)