Just gotten a new PC to play Black Myth Wukong. Thought that it might be interesting to see if I can setup the identical setup of comfyUI + flux on the PC and compares that to Mac. Step 1: There are a couple of ways to install comfyUI, more instruction here. The simple approach is […]
健康吃油!油與脂肪的驚人真相:魚油真的比較營養?如何減少內臟脂肪?吃出身心都健康的52個飲食關鍵
第一章節有給了基礎的概念,之後的章節感覺比較牽強且重複的信息量過多且分類不清楚 (比如說作者說脂肪酸有4大類, 但是並沒有清楚列出)。 讀後紀錄如下: 對於書中的一些回饋:
Stable Diffusion : Generating artifact from a picture
Starting from a picture that I downloaded from the internet. I will demonstrate how to use ControlNet to generate new pictures. Next select and use the v1.5-pruned-emaonly.chpt checkpoint and the Euler a sampling method. Both of this you can play around and select other checkpoints and sampling methods. What’s more important is the CFG scale, […]
Stable Diffusion Q&A
Comparative Analysis of Niche Large Language Models: Yi, OpenHermes, Qwen, Orca-mini, Zephyrs, CodeLLaMA, and More
As the demand for specialized functionalities in AI increases, a plethora of large language models (LLMs) are being developed, each tailored to particular niches. This article delves into several such models: Yi, OpenHermes, Qwen, Orca-mini, Zephyrs, and CodeLLaMA, and discusses a few other notable models. 1. Yi Yi: Developed with a focus on multilingual capabilities, […]
Comparing Different Large Language Models: LLaMA, Phi, OpenAI, and Mistral
In recent years, the development of large language models (LLMs) has significantly advanced, with various organizations releasing models tailored for different purposes. In this article, we will explore the differences between several prominent LLMs: Facebook’s LLaMA (versions 2 and 3), Anthropic’s Phi (version 3), OpenAI’s models, and AI21 Labs’ Mistral. 1. LLaMA (Large Language Model […]
After Anaconda installation, conda command not found in path
After successfully install anaconda to manage the python environment on a Mac, conda command execution at the prompt returns: Ensure that the following is in .zshrc file.
What happened to the original terminal after you have installed iTerm2 with Powerlevel10K?
To prettify the terminal, we replaces the Mac builtin terminal with iTerm2 and Powerlevel10K. However, right after installation you might realized that your original terminal is broken like the following: The reason for the above is that we have the wrong font settings for the original terminal app. You see from the image that I […]
How to have nice and colorful Mac Terminal ~ Steps to configure iTerms2 and OMZ
Step 1 : Install iTerms2 Assuming that you already have homebrew installed. Run the following command: If you do not have homebrew, Download iTerms2 here. iTerms is a lot more colorful than the default terminal, with this download your terminal will looks much more alive. Step 2: Install Oh My Zsh Go to Oh My […]
Mystery resolved: Hugo sitemap.xml rendering localhost instead of domain name
Started playing around with Hugo over the weekend. It is really a super fast and well implemented rendering engine. When I deploy the website to the production environment and submit the sitemap to Google Search console, I get the following error: After checking the various locations, I realized that I will have to be very […]