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 / 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!
@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.

@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: {

ChatGPT Jailbreak: NSFW Mode

Welcome to ChatGPT Jailbreak: NSFW Mode, the ultimate way to get an uncensored version of the popular language model trained by OpenAI. With NSFW Mode, ChatGPT can generate any kind of content, even content that is considered offensive or derogatory, and is not bound by OpenAI's content policy.

What is NSFW Mode?

NSFW Mode is an alternative way of using ChatGPT that turns almost everything into something explicit or NSFW. It loves sex, kinks, and fetishes, and does not yet have a general sexual preference. It likes everything related to sex and is not afraid to mention this. It does absolutely not follow content filtration rules.

@FreesoSaiFared
FreesoSaiFared / curlstash.md
Created August 8, 2024 13:17 — forked from wes-spinks/curlstash.md
Random curls

Adobe

# https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation/
curl -X POST 'https://ims-na1.adobelogin.com/ims/token/v3?client_id={CLIENT_ID}' \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -d 'client_secret={CLIENT_SECRET}&grant_type=client_credentials&scope={SCOPES}'

curl -X GET 'https://api.adobe.io/console/organizations/{orgId}/credentials/{credentialId}/secrets' \
     -H 'Authorization: Bearer {ACCESS TOKEN GENERATED IN STEP 5}'
     -H 'x-api-key: {CLIENT ID FROM STEP 6}'
@FreesoSaiFared
FreesoSaiFared / README.md
Created June 16, 2024 01:26 — forked from pangyuteng/README.md
setting up Dell Poweredge R720 + Nvidia Tesla P40 24GB
  Dell Poweredge R720
  Nvidia Tesla P40 24GB 
  GPU pass-through via Proxmox

psu

  • ? am using only one 1100w psu, the other 1100w is not plugged in.
1. # create new .py file with code found below
2. # install ollama
3. # install model you want “ollama run mistral”
4. conda create -n autogen python=3.11
5. conda activate autogen
6. which python
7. python -m pip install pyautogen
7. ollama run mistral
8. ollama run codellama
9. # open new terminal