Weird AI dreams

I made this for an AI art contest by Accelerate Art with a Salvador Dali theme. I can’t include the full workflow as the secret sauce is a custom trained SDXL model, which I can’t share. Generated around 50 images with variations of the following prompt: “ecld style, a beautiful film still from the movie …

Plotting Graphs in R

Last Updated on September 4, 2023 Visualizing data can sometimes help people understand it better. As a data analytics platform, R provided some advanced plotting functions. In this post, you will learn how to use the built-in plot functions to create some common visualization. Specifically, you will learn how to create: Line plot Scatter plot …