How to Use Custom Stable Diffusion Models With SDImageGenerator – A step by step Guide

feature image

SDImageGenerator is a text-to-image generation artificial intelligence desktop app for Windows. The SDImageGenerator 2.0 of the app comes with the stable diffusion 1.5 model as the default model. This article will discuss how to use a custom stable diffusion model with SDImageGeneator. SDImageGenerator 2.0 will support the models derived from stable diffusion 1.4 by CompVis, … Read more

Top 10 New Features in Ubuntu 22.10 Kinetic Kudu

Top new features of Ubuntu 22.10

Canonical has released Ubuntu 22.10(Kinetic Kudu) with new features and fixes. This article will discuss the top 10 new features of Ubuntu 22.10. Support lifespan – Ubuntu 22.10 has a support life span of 9 months until July 2023. 1. GNOME 43 The desktop environment is updated to GNOME 43. Some key features of GNOME … Read more

Text to Image AI Desktop App For Windows

Stable diffusion SDImageGenerator feature image

Text-to-image generation artificial intelligence is a trending topic in the AI community. This tutorial will teach you how to use a text-to-image generation AI desktop app for Windows. We will use an easy-to-use SDImageGenerator (Stable Diffusion Image Generator /SDIG) software for Windows. Usually setting up text-to-image AI locally is a tedious task that requires some … Read more

How to Solve Gradio Interface not visible on Windows 10

Gradio is a fast way to build interfaces for machine learning apps. In Windows10 Gradio interfaces are not visible as shown below. To fix this problem,first find the python installation folder. Type the following command in the command prompt: In my case it is “D:\ananconda\envs\gradtest\“. Open the routes.py file in any text editor. Full path … Read more

How To Enable God Mode in Windows 11

Enable god mode Windows 11

This article will discuss the steps to enable “God mode” in Windows 11. The God mode is actually the Windows Master Control panel shortcut. Later back in 2010 some bloggers named it “God Mode”. As per the Microsoft developer comment, it is the “All Tasks” folder. God mode is a shortcut to access various control … Read more

How To Recover Disk Space From Docker

How To Recover Disk Space From Docker

This article will discuss methods to recover disk space from docker. Sometimes systems get piled up by docker images and we might get a low disk space warning. Run the following steps to recover disk space from docker : 1. Remove unused docker data Unused docker containers, networks, images, and volumes takes disk space. To … Read more

How to Set Up Carbon Programming Language on Ubuntu 22.04

Setup carbon programming language on Ubuntu 22.04

In this tutorial, we will learn how to set up Carbon programming language on Ubuntu 22.04. Carbon is a general-purpose programming language. First introduced by Google engineer Chandler Carruth at the CppNorth conference. Carbon fixes some shortcomings of C++ and Rust languages, the Carbon project is available on GitHub. Follow the steps to install the … Read more