暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

【源码分析】ComfyUI:对,我也有“每日一句”

Nephilim 2024-02-10
209

Tips:一些记录,一些笔记



2024/2/10

SATURDAY

Accept the past and present, just can have energy to pursue his future.

接受过去和现在的模样,才会有能量去追寻自己的未来。





01

ComfyUI:每日一句


先看看效果:

注意到上面的这段话没有:

     "Art is the mirror that reflects the beauty within us." - Unknown


    我发现其实每次ComfyUI启动的时候,这一段话都是不一样的,有点像一些大家比较知道的服务,诸如:

    • 爱词霸的每日一句英文:https://open.iciba.com/dsapi/

    • Hitokoto一言:https://hitokoto.cn/


    爱词霸的每日一句:

    Hitokoto:


    拿Hitokoto一言举例,之所以可以每次刷新都可以出现不同的句子,是因为有用户在录入数据;

    登录【】后,可以填入句子添加到句库中:

    添加的句子需要经过审核后,方可入库;

    防止有人录入了低俗或者不符合社会公共价值观的句子。


    那么回来看,ComfyUI是如何保证每次重启的句子都不一样的?它是如何做的呢?


    02

    我们是如何启动ComfyUI的?


    一、秋叶整合包

    如果你和我一样使用的是【秋叶aaaki】大佬的整合包,那么你的启动方式可能也是这样的:

    通过上图的【A绘世启动器.exe】打开启动器


    然后,通过启动器中的【一键启动】去拉起ComfyUI的进程:

    二、纯净版(https://github.com/comfyanonymous/ComfyUI)

    那么,如果是从GITHUB上下载的纯净版的ComfyUI的启动过程是怎么样的

    这里是运行【run_cpu.bat run_nvidia_gpt.bat】去运行的。


    来看看它的运行效果:

    可以看到,并没有前面我们看到的【每日一句】的输出。


    三、阶段一:结论

    从这里,我们可以做出判断,这个【每日一句】的输出,不是ComfyUI的实现的;

    在ComfyUI启动的过程中,它会加载【custom nodes】,因此,这个输出有可能是这里面的某个插件给出的。

    那么,当前系统里,到底有多少【custom nodes】呢?

    直接查看存放【custom nodes】的目录即可知道:

    因此,接下来,分析【秋叶】启动器中的输出,对比【custom nodes】目录,一定可以找到输出【每日一句】信息的那个插件。



    03

    ComfyUI:启动日志分析


    开始分析:

    设置额外路径的文件:【extra_model_paths.yaml】


    继续分析启动日志:

    可以看到,每次加载一个全新的【custom nodes】,输出信息会以【### Loading: xxxxx】来标识



    所以,再来看看我们关注的那部分输出信息:

    其实,它是属于组件【WAS Node Suite】的输出的,并且这个组件的位置是:F:\ComfyUI-aki-v1.1\custom_nodes\was-node-suite-comfyui


    04

    定位脚本:WAS_Node_Suite.py


    其实,涉及到【WAS Node Suite】启动的代码就是【WAS_Node_Suite.py】这个文件。


    打开这个文件,并搜索我们之前在输出中看到的那段话中的几个字符【Art is the】就可以找到我们要找到的那个存放【句库】的地方了:

    可以看到,最后,给了一个随机函数的调用,保证你每次都可以随机出不一样的Quotes:


    这段代码的原文:

      show_quotes = True
      if was_conf.__contains__('show_inspiration_quote'):
      if was_conf['show_inspiration_quote'] == False:
      show_quotes = False
      if show_quotes:
      art_quotes = [
      # ARTISTIC INSPIRATION QUOTES
      '\033[93m"Every artist was first an amateur."\033[0m\033[3m - Ralph Waldo Emerson',
      '\033[93m"Art is not freedom from discipline, but disciplined freedom."\033[0m\033[3m - John F. Kennedy',
      '\033[93m"Art enables us to find ourselves and lose ourselves at the same time."\033[0m\033[3m - Thomas Merton',
      '\033[93m"Art is the most intense mode of individualism that the world has known."\033[0m\033[3m - Oscar Wilde',
      '\033[93m"The purpose of art is washing the dust of daily life off our souls."\033[0m\033[3m - Pablo Picasso',
      '\033[93m"Art is the lie that enables us to realize the truth."\033[0m\033[3m - Pablo Picasso',
      '\033[93m"Art is not what you see, but what you make others see."\033[0m\033[3m - Edgar Degas',
      '\033[93m"Every artist dips his brush in his own soul, and paints his own nature into his pictures."\033[0m\033[3m - Henry Ward Beecher',
      '\033[93m"Art is the stored honey of the human soul."\033[0m\033[3m - Theodore Dreiser',
      '\033[93m"Creativity takes courage."\033[0m\033[3m - Henri Matisse',
      '\033[93m"Art should disturb the comfortable and comfort the disturbed." - Cesar Cruz',
      '\033[93m"Art is the most beautiful of all lies."\033[0m\033[3m - Claude Debussy',
      '\033[93m"Art is the journey of a free soul."\033[0m\033[3m - Alev Oguz',
      '\033[93m"The artist\'s world is limitless. It can be found anywhere, far from where he lives or a few feet away. It is always on his doorstep."\033[0m\033[3m - Paul Strand',
      '\033[93m"Art is not a thing; it is a way."\033[0m\033[3m - Elbert Hubbard',
      '\033[93m"Art is the lie that enables us to recognize the truth."\033[0m\033[3m - Friedrich Nietzsche',
      '\033[93m"Art is the triumph over chaos."\033[0m\033[3m - John Cheever',
      '\033[93m"Art is the lie that enables us to realize the truth."\033[0m\033[3m - Pablo Picasso',
      '\033[93m"Art is the only way to run away without leaving home."\033[0m\033[3m - Twyla Tharp',
      '\033[93m"Art is the most powerful tool we have to connect with the world and express our individuality."\033[0m\033[3m - Unknown',
      '\033[93m"Art is not about making something perfect, it\'s about making something meaningful."\033[0m\033[3m - Unknown',
      '\033[93m"Art is the voice of the soul, expressing what words cannot."\033[0m\033[3m - Unknown',
      '\033[93m"Art is the bridge that connects imagination to reality."\033[0m\033[3m - Unknown',
      '\033[93m"Art is the language of the heart and the window to the soul."\033[0m\033[3m - Unknown',
      '\033[93m"Art is the magic that brings beauty into the world."\033[0m\033[3m - Unknown',
      '\033[93m"Art is the freedom to create, explore, and inspire."\033[0m\033[3m - Unknown',
      '\033[93m"Art is the mirror that reflects the beauty within us."\033[0m\033[3m - Unknown',
      '\033[93m"Art is the universal language that transcends boundaries and speaks to all."\033[0m\033[3m - Unknown',
      '\033[93m"Art is the light that shines even in the darkest corners."\033[0m\033[3m - Unknown',
      '\033[93m"Art is the soul made visible."\033[0m\033[3m - George Crook',
      '\033[93m"Art is the breath of life."\033[0m\033[3m - Liza Donnelly',
      '\033[93m"Art is a harmony parallel with nature."\033[0m\033[3m - Paul Cézanne',
      '\033[93m"Art is the daughter of freedom."\033[0m\033[3m - Friedrich Schiller',
      # GENERAL INSPIRATION QUOTES
      '\033[93m"Believe you can and you\'re halfway there."\033[0m\033[3m - Theodore Roosevelt',
      '\033[93m"The only way to do great work is to love what you do."\033[0m\033[3m - Steve Jobs',
      '\033[93m"Success is not final, failure is not fatal: It is the courage to continue that counts."\033[0m\033[3m - Winston Churchill',
      '\033[93m"Your time is limited, don\'t waste it living someone else\'s life."\033[0m\033[3m - Steve Jobs',
      '\033[93m"The future belongs to those who believe in the beauty of their dreams."\033[0m\033[3m - Eleanor Roosevelt',
      '\033[93m"Success is not the key to happiness. Happiness is the key to success."\033[0m\033[3m - Albert Schweitzer',
      '\033[93m"The best way to predict the future is to create it."\033[0m\033[3m - Peter Drucker',
      '\033[93m"Don\'t watch the clock; do what it does. Keep going."\033[0m\033[3m - Sam Levenson',
      '\033[93m"Believe in yourself, take on your challenges, and dig deep within yourself to conquer fears."\033[0m\033[3m - Chantal Sutherland',
      '\033[93m"Challenges are what make life interesting and overcoming them is what makes life meaningful."\033[0m\033[3m - Joshua J. Marine',
      '\033[93m"Opportunities don\'t happen. You create them."\033[0m\033[3m - Chris Grosser',
      '\033[93m"Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work."\033[0m\033[3m - Steve Jobs',
      '\033[93m"The harder I work, the luckier I get."\033[0m\033[3m - Samuel Goldwyn',
      '\033[93m"Don\'t be pushed around by the fears in your mind. Be led by the dreams in your heart."\033[0m\033[3m - Roy T. Bennett',
      '\033[93m"Believe in yourself, and the rest will fall into place."\033[0m\033[3m - Unknown',
      '\033[93m"Life is 10% what happens to us and 90% how we react to it."\033[0m\033[3m - Charles R. Swindoll',
      '\033[93m"Success is not just about making money. It\'s about making a difference."\033[0m\033[3m - Unknown',
      '\033[93m"The only limit to our realization of tomorrow will be our doubts of today."\033[0m\033[3m - Franklin D. Roosevelt',
      '\033[93m"Great minds discuss ideas; average minds discuss events; small minds discuss people."\033[0m\033[3m - Eleanor Roosevelt',
      '\033[93m"The future depends on what you do today."\033[0m\033[3m - Mahatma Gandhi',
      '\033[93m"Don\'t be afraid to give up the good to go for the great."\033[0m\033[3m - John D. Rockefeller',
      '\033[93m"Success usually comes to those who are too busy to be looking for it."\033[0m\033[3m - Henry David Thoreau',
      '\033[93m"The secret to getting ahead is getting started."\033[0m\033[3m - Mark Twain',
      '\033[93m"Every great dream begins with a dreamer."\033[0m\033[3m - Harriet Tubman',
      '\033[93m"Do not wait for the opportunity. Create it."\033[0m\033[3m - George Bernard Shaw',
      '\033[93m"Your time is now. Start where you are and never stop."\033[0m\033[3m - Roy T. Bennett',
      '\033[93m"The only person you should try to be better than is the person you were yesterday."\033[0m\033[3m - Unknown',
      '\033[93m"Success is not in what you have, but who you are."\033[0m\033[3m - Bo Bennett',
      '\033[93m"Do one thing every day that scares you."\033[0m\033[3m - Eleanor Roosevelt',
      '\033[93m"Failure is the opportunity to begin again more intelligently."\033[0m\033[3m - Henry Ford',
      '\033[93m"Dream big and dare to fail."\033[0m\033[3m - Norman Vaughan',
      '\033[93m"Everything you\'ve ever wanted is on the other side of fear."\033[0m\033[3m - George Addair',
      '\033[93m"Believe you deserve it and the universe will serve it."\033[0m\033[3m - Unknown',
      '\033[93m"Don\'t wait. The time will never be just right."\033[0m\033[3m - Napoleon Hill',
      '\033[93m"The distance between insanity and genius is measured only by success."\033[0m\033[3m - Bruce Feirstein',
      '\033[93m"Be the change that you wish to see in the world."\033[0m\033[3m - Mahatma Gandhi',
      '\033[93m"Success is not about being better than someone else. It\'s about being better than you used to be."\033[0m\033[3m - Unknown',
      '\033[93m"The best revenge is massive success."\033[0m\033[3m - Frank Sinatra',
      '\033[93m"You have within you right now, everything you need to deal with whatever the world can throw at you."\033[0m\033[3m - Brian Tracy',
      '\033[93m"Don\'t let yesterday take up too much of today."\033[0m\033[3m - Will Rogers',
      '\033[93m"The biggest risk is not taking any risk. In a world that is changing quickly, the only strategy that is guaranteed to fail is not taking risks."\033[0m\033[3m - Mark Zuckerberg',
      '\033[93m"The journey of a thousand miles begins with one step."\033[0m\033[3m - Lao Tzu',
      '\033[93m"Every strike brings me closer to the next home run."\033[0m\033[3m - Babe Ruth',
      ]
      print(f'\n\t\033[3m{random.choice(art_quotes)}\033[0m\n')


      05

      验证我们的分析


      前面的过程都是我们逻辑上的分析,让我们来验证下到底是不是这样的。


      注意,以下操作涉及风险,如果不了解的朋友,不要轻易直接修改源码,可能导致你的ComfyUI出现各种奇怪的问题。


      首先,备份原文件,这样方便后面【回滚操作】:

      把代码中,多余的Quotes都删掉,只留一个作为样例:

      看看它的结构:

        '\033[93m"Every artist was first an amateur."\033[0m\033[3m - Ralph Waldo Emerson',

        可以看到,它的结构是这样的:

          '\033[93m"<格言>"\033[0m\033[3m - <出处>',


          好了,让我们按照这个格式写几个格言;

          你们都喜欢谁的格言?王者荣耀?或者最近热播的《繁花》?


            show_quotes = True
            if was_conf.__contains__('show_inspiration_quote'):
            if was_conf['show_inspiration_quote'] == False:
            show_quotes = False
            if show_quotes:
            art_quotes = [
            # 《繁花》
            '\033[93m"Every artist was first an amateur."\033[0m\033[3m - Ralph Waldo Emerson',
            '\033[93m"人人心里有杆秤,什么时候可以同富贵,什么时候可以共患难,心里多少都有数的"\033[0m\033[3m - 宝总',
            '\033[93m"男女之事,源自天时地利,差一分一厘,就是空门"\033[0m\033[3m - 宝总',
            '\033[93m"钥匙,就是人,是一种关系。单把钥匙,并入其他钥匙圈里,状况就不一样"\033[0m\033[3m - 宝总',
            '\033[93m"钥匙越多,声音响很多,事情就越复杂,烦"\033[0m\033[3m - 宝总',
            '\033[93m"所谓出人头地,就是被人教训的过程"\033[0m\033[3m - 宝总',
            '\033[93m"好好庆功,就能成功"\033[0m\033[3m - 汪小姐',
            '\033[93m"树大招风,你生意做得越好,当然要找你麻烦"\033[0m\033[3m - 爷叔',
            '\033[93m"人生知无二三,不如意事常八九,就是最好的朋友,最后也事各归各"\033[0m\033[3m - 宝总',

            # 王者荣耀
            '\033[93m"觉醒吧,猎杀时刻"\033[0m\033[3m - 觉醒吧,猎杀时刻',
            '\033[93m"剑指的方向,就是天才的故乡"\033[0m\033[3m - 曜',
            '\033[93m"放下带着自然之灵祝福的弓箭"\033[0m\033[3m - 虞姬',
            '\033[93m"饮血的剑,越发空虚"\033[0m\033[3m - 铠',
            '\033[93m"城头画角起,飞鹰踏云出"\033[0m\033[3m - 曜',

            ]
            print(f'\n\t\033[3m{random.choice(art_quotes)}\033[0m\n')


            看效果,再次运行ComfyUI:


            至此,我们已经成功让宝总把自己的话留在了ComfyUI中。






            END




            温馨提示



            如果你喜欢本文,请分享到朋友圈,想要获得更多信息,请关注我。


            文章转载自Nephilim,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

            评论