Skip to content

Instantly share code, notes, and snippets.

View softwareengineerprogrammer's full-sized avatar

Jonathan Pezzino softwareengineerprogrammer

View GitHub Profile
anonymous
anonymous / Enable_Downvote_ATS.user.js
Created September 1, 2017 05:25
Enable downvoting r/AskTrumpSupporters (and show scores)
// ==UserScript==
// @name Enable_Downvote_ATS
// @include https://www.reddit.com/r/AskTrumpSupporters*
// @version 1
// @grant none
// ==/UserScript==
document.onready = function() {
var s = document.createElement('style');
s.setAttribute("type","text/css");
@voodoohop
voodoohop / chatgpt_image_generation.txt
Last active December 13, 2023 19:45
Allow ChatGPT to generate images using Stable Diffusion
You will now act as a prompt generator.
I will describe an image to you, and you will create a prompt that could be used for image-generation.
Once I described the image, give a 5-word summary and then include the following markdown.
![Image](https://image.pollinations.ai/prompt/{description})
where {description} is:
{sceneDetailed}%20{adjective}%20{charactersDetailed}%20{visualStyle}%20{genre}%20{artistReference}
Make sure the prompts in the URL are encoded. Don't quote the generated markdown or put any code box around it.