Jose Jimenez
Software Architect & Developer
> >

Stable Diffusion how many ways to train a model

February 28th, 2023 — Stable Diffusion is a rapidly evolving field, and finding the best method to train a model to represent a person's face or likeness can be a daunting task. However, after working on several projects, I have found that the two most effective methods are Dreambooth and Textual Inversion Embeds. While Dreambooth works best for training a few models with similar steps, Textual Inversion Embeds allows for reuse across multiple models, with fine-tuning for each one.

PHP Coding Standards Fixer with Github Actions

January 31st, 2023 — Learn how to configure a PHP project to follow PHP Coding Standards and format it automatically in the background using GitHub Actions.

Create pre and post deploy notifications in Laravel Forge using Slack

December 31st, 2022 — Create pre and post deploy notifications in Laravel Forge using Slack Webhooks.

Spatie Media Library improved directory listings

November 29th, 2022 — Break out the directory structure of your application media files to avoid slow directory listings, or slow file look ups depending on your system.

Data Migrations In Laravel

October 5th, 2022 — Use data migrations to create a patch that will correct production data during deployment.

Protecting your Laravel website from iframe embeds

October 1st, 2022 — Protect your websites from iframe embeds by using Laravel's out of the box middleware.

Remove index.php from Laravel Urls

September 8th, 2022 — Remove index.php from your Laravel application, allowing for clean URLS and prevents double indexing from SEO hurting your rankings.

Spatie Media Library url cannot be reached

August 26th, 2022 — Using the Spatie Media Library, learn how to add your own custom downloader to bypass sites preventing you from downloading from them.

Leveraging Laravel configuration and environment variables in your application

July 29th, 2022 — Learn how to leverage configuration and environment variables for improved readability and performance in your applications.

Installing local composer packages

June 17th, 2022 — Learn how to install composer packages locally, great for easy development during local package development.

← Previous Next →