Skip to content

Instantly share code, notes, and snippets.

View FreesoSaiFared's full-sized avatar

Friso FreesoSaiFared

View GitHub Profile
@FreesoSaiFared
FreesoSaiFared / !README.md
Created October 1, 2025 14:24 — forked from AndrewAltimit/!README.md
ComfyUI MCP Server (local image/video generation)

ComfyUI MCP Server (local image/video generation)

Warning: Requires a powerful GPU!

A containerized ComfyUI setup with MCP (Model Context Protocol) integration for AI-driven image generation workflows. Includes both standard MCP (stdio) access and HTTP API access.

Usage

See the template repository for a complete example. Also includes the model training mcp used for creating checkpoints / loras.

mcp-demo

@FreesoSaiFared
FreesoSaiFared / chatgpt_jwt_interceptor.js
Last active August 27, 2025 14:27
chatgpt_jwt_interceptor.js
// ==UserScript==
// @name OpenAI Authorization Header Interceptor
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Intercept OpenAI chat requests, store Authorization header once, and exit
// @author FreesoSaiFared + Xeophon + ChatGPT
// @match https://chat.openai.com/*
// @grant none
// ==/UserScript==
@FreesoSaiFared
FreesoSaiFared / civitai_scraper.py
Created July 24, 2025 09:27 — forked from loopyd/civitai_scraper.py
[python] CivitAI Scraper - Data archival utility for CivitAI
""" =======================================================================================
civitai-scraper.py v1.0.3 deitydurg
=======================================================================================
This script is used to scrape CivitAI (https://civitai.com) for models and creators.
It will save the results to a json file, which can be used to bulk-download the models.
This script is not affiliated with CivitAI in any way, and is provided as-is with some
updates when I have time. Therefore you should use it at your own risk.
---------------------------------------------------------------------------------------
Questions? Comments? Need to scream at me for writing this? OK!
@FreesoSaiFared
FreesoSaiFared / civitai_scraper.py
Created July 24, 2025 09:27 — forked from loopyd/civitai_scraper.py
[python] CivitAI Scraper - Data archival utility for CivitAI
""" =======================================================================================
civitai-scraper.py v1.0.3 deitydurg
=======================================================================================
This script is used to scrape CivitAI (https://civitai.com) for models and creators.
It will save the results to a json file, which can be used to bulk-download the models.
This script is not affiliated with CivitAI in any way, and is provided as-is with some
updates when I have time. Therefore you should use it at your own risk.
---------------------------------------------------------------------------------------
Questions? Comments? Need to scream at me for writing this? OK!

Project reference

If you want to cite this work, please simply refer to the github project:

GROBID (2008-2025) <https://github.com/kermitt2/grobid>

Please do not include a particular person name to emphasize the project and the tool !

@FreesoSaiFared
FreesoSaiFared / roo_workflow.md
Created June 12, 2025 07:43 — forked from livecodelife/roo_workflow.md
Roo Code Setup and Workflow for the best $0 development

Roo Code Workflow: An Advanced LLM-Powered Development Setup

This gist outlines a highly effective and cost-optimized workflow for software development using Roo Code, leveraging a multi-model approach and a custom "Think" mode for enhanced reasoning and token efficiency. This setup has been successfully used to build complex applications, such as Baccarat game simulations with betting strategy analysis.


Core Components & Model Allocation

The power of this setup lies in strategically assigning different Large Language Models (LLMs) to specialized "modes" within Roo Code, optimizing for performance, cost, and specific task requirements.

{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"mcp-puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"],
"env": {
@FreesoSaiFared
FreesoSaiFared / locked_cookie_test.py
Created April 5, 2025 19:59 — forked from csm10495/locked_cookie_test.py
POC that fetches cookies from a locked cookies file on Windows with Chromium based browsers
@FreesoSaiFared
FreesoSaiFared / index.js
Created January 6, 2025 12:43 — forked from Manasse228/index.js
InfiniteCreativeSearchengine created by Manasse228 - https://repl.it/@Manasse228/InfiniteCreativeSearchengine
const rp = require('request-promise');
const requestOptions = {
method: 'GET',
uri: 'https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest',
qs: {
start: 1,
limit: 5000,
convert: 'USD'
},
headers: {
## Bell's Theorem and Beyond: Nobody Understands Quantum Mechanics
**An Interview with Tim Maudlin by Tim W**
**Introduction**
Bell's Theorem stands as a remarkable achievement in physics: profound in its implications yet often overlooked in standard physics education. Its mathematical proof is relatively simple, but the true challenge lies in grasping its conceptual nuances. This interview aims to unpack those nuances, clarify misconceptions, and explore the impact of Bell's Theorem on our understanding of quantum mechanics.
**The Essence of Bell's Theorem**