Skip to content

Instantly share code, notes, and snippets.

View carmelyne's full-sized avatar
🏡
Working from home

Carmelyne Thompson carmelyne

🏡
Working from home
View GitHub Profile
@carmelyne
carmelyne / Step-by-step guide for installing ComfyUI - Sonoma 14.1.1 on M1.md
Created December 11, 2023 21:07
Step-by-step guide for installing ComfyUI - Sonoma 14.1.1 on M1

Step-by-step guide for installing ComfyUI - Sonoma 14.1.1 on M1

  1. Install Xcode Command Line Tools: xcode-select --install since I had a fresh install of Sonoma
  2. Accept Xcode license: sudo xcodebuild -license accept
  3. Update Homebrew: brew update --auto-update
  4. Install Miniconda: brew install --cask miniconda
  5. Check your .zshrc if the conda init was added properly
  6. Source your .zshrc file: source ~/.zshrc
  7. Check if Conda installed successully conda --version
  8. Install requirements to use ComfyUI: conda install pytorch torchvision torchaudio -c pytorch-nightly

User Story: Chrome Extension for Managing GPT-4 Default Prompt Settings, Additional Instruction Prompts, Bookmarking ChatGPT/GPT4 replies, and Prompt Manager

Title: GPT-4 Chat Settings, Prompts Manager with Bookmarking Functionality and Prompt Manager

As a Chrome Extension user, I want to manage my GPT-4 chat default prompts, instructions, bookmarks, and prompt management so that I can easily access and use them during chat sessions.

Acceptance Criteria:

Downloading and Installing the Extension
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts,
that detects and handles AJAXed content.
Usage example:
waitForKeyElements (
"div.comments"
, commentCallbackFunction
);
apt-get update
apt-get upgrade
sudo apt-get install git-core
@carmelyne
carmelyne / MongoDB_macOS_Sierra.md
Created June 15, 2017 10:32 — forked from nrollr/MongoDB_macOS_Sierra.md
Install MongoDB on Sierra using Homebrew

##Install MongoDB on macOS Sierra

This procedure explains how to install MongoDB using Homebrew on macOS Sierra 10.12.
Official MongoDB install documentation: here

Install Homebrew

  • Installing Homebrew is effortless, open Terminal and enter :
    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#############
# Colors #
#############
# Set prompt: " username@hostname/directory/tree $ " (with colors)
export PS1=" \[\e[32;1m\]\u\[\e[0m\]\[\e[32m\]@\h\[\e[36m\]\w \[\e[33m\]\$ \[\e[0m\]"
#########
# AlIAS #
#########
alias home='cd ~'
@carmelyne
carmelyne / README.md
Created December 30, 2013 05:52 — forked from groodt/README.md

Homebrew Meteor Formula

To install Meteor with the Homebrew formula [below][3], run:

brew install https://gist.github.com/raw/4317935/05084353d3cd50acad7e88e01c3f6463b42c0ed3/meteor.rb

This Homebrew Meteor Formula is based on https://install.meteor.com.

@carmelyne
carmelyne / Auto Load G+
Last active December 17, 2015 09:38
Requires TamperMonkey http://goo.gl/EAp4d - Auto loads new posts for New G+ Layout - Copy script below as a new script
// ==UserScript==
// @name Auto Load G+
// @include https://plus.google.com*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @grant GM_addStyle
// @copyright 2013+, Carmelyne Thompson
// ==/UserScript==
/*- The @grant directive is needed to work around a major design
change introduced in GM 1.0.
var TRACKER;
$(function() {
Eddy.UI.Vote = function() {
Eddy.UI.View.apply(this, arguments);
};
_.extend(Eddy.UI.Vote.prototype, Eddy.UI.View.prototype, {
mode: "recent",
updated: false,
@carmelyne
carmelyne / Colors.xml
Created January 5, 2012 18:41 — forked from katrinkerber/Colors.xml
Dark Dreamweaver theme based on 'minimal Theme' for TextMate (http://minimaldesign.net/downloads/tools/textmate-theme). Optimised for HTML, CSS, JS and PHP. For installation see http://is.gd/Add9mq. Set background color to #25221C.
<codeColors>
<colorGroup>
<syntaxColor id="CodeColor_HTMLEntity" text="#AECD9D" bold="true" />
<syntaxColor id="CodeColor_JavascriptNative" text="#FCFFE7" />
<syntaxColor id="CodeColor_JavascriptNumber" text="#FBAA21" />
<syntaxColor id="CodeColor_JavascriptClient" text="#FCF296" />
<syntaxColor id="CodeColor_JavascriptSpryKeywords" text="#FF6208" />
<syntaxColor id="CodeColor_JavascriptSpryClasses" text="#FF6208" />
<syntaxColor id="CodeColor_TemplateText" text="#999999" />
<syntaxColor id="CodeColor_TemplateCommentText" text="#82806F" />