Skip to content

Generate the OpenWebUI Pipeline Image

To generate the image for the OpenWebUI Pipeline blog post, follow these steps:

  1. Make sure you have your Replicate API token
  2. Run the generate_image.py script with your token:
cd /mnt/abyss/captains-log/Projects/nickfixit.com
export REPLICATE_API_TOKEN=your_token_here
python generate_image.py
  1. The script will generate an image and save it to /mnt/abyss/captains-log/Projects/nickfixit.com/docs/images/blog/openwebui-pipeline.jpg

  2. Commit the image to the repository:

cd /mnt/abyss/captains-log/Projects/nickfixit.com
git add docs/images/blog/openwebui-pipeline.jpg
git commit -m "Add OpenWebUI Pipeline blog post image"
git push

The image used in the blog post has the following prompt:

A beautiful, detailed illustration showing a pipeline connecting an AI chat interface (like OpenWebUI) to an Obsidian vault. 
The pipeline should be shown as a glowing, futuristic tube or conduit transferring data between the two systems. 
On one side, show a chat interface with AI responses, and on the other side, an Obsidian vault with markdown notes and knowledge graphs.
Make it look polished and professional with a tech aesthetic. Use a blue and purple color scheme.
Photorealistic style, high-resolution, with detailed UI elements.

Feel free to modify the prompt in the script if you want to generate a different image.