Skip to content

Instantly share code, notes, and snippets.

View MSFTserver's full-sized avatar

MSFTserver MSFTserver

View GitHub Profile
@MSFTserver
MSFTserver / disco_v5_plus_Win_Install.md
Last active June 25, 2023 02:13
guide to installing disco v5+ locally on windows

Install Disco Diffusion v5 for Windows

NOTE: Pytorch3d no longer has to be compiled i have stripped out the function we use to make this a lot easier and also so we do not have to use WSL2 with linux and can now run directly on your windows system.

Comments section is not checked often for issues please join the disco diffusion discord for assistance

https://discord.gg/mK4AneuycS

You may now use the official disco diffusion notebook with this tutorial as it has been uodated to reflect the changes here for better cross platform support

@MSFTserver
MSFTserver / bot.js
Created March 14, 2022 07:19
simple discord bot to react to every message in a list/array of channel IDs
const Discord = require('discord.js');
const bot = new Discord.Client({ intents: [Discord.Intents.FLAGS.GUILDS] });
// config
let botToken = 'Insert-Bot-Token-Here';
let messageLimit = 2000; //number of messages to look back by not limited by discord.js default of 100
let emoji = '✅'; //emoji to react with
let channelsList = ['952594922194739220','952587451728285746']; //list of channels to react in
@MSFTserver
MSFTserver / WSL-disco-v5-tutorial.md
Last active September 4, 2023 07:29
How to run disco diffusion V5 on windows 10 with WSL

Install Disco Diffusion v5 for Windows w/ subsystem for linux!

NOTE: Pytorch3d no longer has to be compiled i have stripped out the function we use to make this a lot easier and also so we do not have to use WSL2 with linux and can now run directly on your windows system, i will leave this guide here for those that still want to explore working with linux wich i do still recommend.

Comments section is not checked often for issues please join the disco diffusion discord for assistance

https://discord.gg/mK4AneuycS

@MSFTserver
MSFTserver / readme.md
Last active February 27, 2022 08:03
Local environment setup to run most GANs for image generators

##***WORK-IN-PROGRESS***##

































@MSFTserver
MSFTserver / VQGAN-Datasets.md
Created January 26, 2022 03:56
VQGAN image dataset downloads