How to Create Consistent Characters Using Fooocus AI Advanced

For a guide on installing Fooocus, check out How to Install and Run Fooocus AI with an AMD GPU on Windows. Advanced Character Creation Using Fooocus AI For a more advanced and accurate character/person, we will need more than just one image. We will need multiple angles, emotions, lightings, and more. This will allow us to create a much more lifelike character. Grid Creation We need to create a grid of basic faces from all different directions....

July 15, 2024 · 3 min · Zach Andrews

How to Create Consistent Characters Using Fooocus AI Basic

For a guide on installing Fooocus, check out How to Install and Run Fooocus AI with an AMD GPU on Windows. How to Create Consistent Characters Using Fooocus AI Creating consistent characters using Fooocus AI involves a few key steps to ensure your characters remain uniform across different images. Follow these steps to achieve consistent results. Step 1: Generate an Initial Character Start by inputting a highly specific prompt to create a person or character that you would like....

July 15, 2024 · 2 min · Zach Andrews

How to Install and Run Fooocus AI with an AMD GPU on Windows

How to install and run Fooocus AI with an AMD GPU on Windows. How to Install and Run Fooocus AI with an AMD GPU on Windows Installing and running Fooocus AI with an AMD GPU on Windows can be a bit tricky since it doesn’t run out of the box on AMD GPUs. Here’s a step-by-step guide to help you get started. Step 1: Clone the GitHub Repository First, you’ll need to clone the Fooocus GitHub repository....

July 15, 2024 · 2 min · Zach Andrews

Searching Metrics with Prometheus

Learn how to search through your metrics with Prometheus Using Prometheus Now that you have metrics being pushed to Prometheus via the Grafana Agent you can now look through the data that is being collected. From the Grafana Cloud account home page select Grafana On the left hand side navagate to the explore tab At the top make sure the data source is “Grafanacloud-{name}-prom” You can now enter a PromQL query to search through your metrics If you are not a wizard with PromQL (which I am not) click the “metrics browser” drop down From there you can see all of the metrics that are being collected by Grafana Agent Select one metric and click “Use Query” Prometheus will show you that query and the visualtion of that data These are the queries that you will run in your Grafana dashboards Using this explore tool you can see all of the metrics being collected and start to build PromQL queries to see metics that are important to you....

October 25, 2021 · 1 min · Zach Andrews

Monitoring External Devices with Grafana Cloud

The start of device monitoring Infrastrcture Overview When using Grafana Cloud you have access to: Grafana Prometheus Alert Manager Loki Grafana Agent This post will go over what each of these tools do and how they work together. Grafana Grafana is a dashboard platform that lets you visualize data. It works as a frontend for all of the data that you collect. There is multiple prebuilt dashboards that can be found here...

October 24, 2021 · 1 min · Zach Andrews

Searching Metrics with Prometheus

Learn how to search through your metrics with Prometheus Using Prometheus Now that you have metrics being pushed to Prometheus via the Grafana Agent you can now look through the data that is being collected. From the Grafana Cloud account home page select Grafana On the left hand side navagate to the explore tab At the top make sure the data source is “Grafanacloud-{name}-prom” You can now enter a PromQL query to search through your metrics If you are not a wizard with PromQL (which I am not) click the “metrics browser” drop down From there you can see all of the metrics that are being collected by Grafana Agent Select one metric and click “Use Query” Prometheus will show you that query and the visualtion of that data These are the queries that you will run in your Grafana dashboards Using this explore tool you can see all of the metrics being collected and start to build PromQL queries to see metics that are important to you....

October 22, 2021 · 1 min · Zach Andrews

Setting up Grafana Cloud

A guide on how to setup Grafana Cloud Setting up Grafana Cloud This guide will help you set up a free Grafana Cloud account. First go to Grafana and click “Create free account” Configure your account and log in details Once you create your account log in and click the “My Account” tab This will show you an overview of your resources Getting basic monitoring on your first device Now that you have a Grafana Cloud account set up we can now start gathering metrics....

October 22, 2021 · 2 min · Zach Andrews

Setting up a new development machine or laptop

This guide will help you set up your new machine with all the tools you will need. Installing Git Download the latest Git for Mac installer. Follow the prompts to install Git. Verify that git is installed by running git --version Clone the toolbox repo and run the script Clone the toolbox repo by running git clone https://github.com/zach-andrews/ToolBox.git Move in to the setup repo under tool box cd ToolBox/Setup Make sure the setup script is executable chmod +x mac....

October 13, 2021 · 1 min · Zach Andrews

Setting up Home Assistant on your Raspberry Pi

This guide will help you set up Home Assistant to run as a docker container on your Raspberry Pi Prerequisites Raspberry Pi with a running Raspbian OS SSH connection enabled To do this you can check Raspberry Pi Setup Installing Docker First of all make sure that the system runs the latest version of the software. sudo apt-get update && sudo apt-get upgrade Install Docker curl -sSL https://get.docker.com | sh Add a Non-Root User to the Docker Group...

August 23, 2021 · 3 min · Zach Andrews

Hardware Raspberry Pi Setup

This is a guide on how to initially set up your Raspberry Pi. Specifically the CanaKit Starter Kit. Unboxing In the box you should have: Computer Case Power cable Fan 3 heatsinks Micro SD card On/off switch USB Micro SD card reader Installing the heatsinks There are 3 heatsinks that need to be installed. 1 for the CPU, 1 for the SDRAM and 1 for the USB controller. Follow the diagram below to know which heatsink goes where....

June 22, 2021 · 2 min · Zach Andrews