This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from stable_diffusion_videos.stable_diffusion_walk import walk | |
| prompt_n_seed = { | |
| "1965 Porsche 911": 743, | |
| "1975 Porsche 911": 140, | |
| "1985 Porsche 911": 40, | |
| "1995 Porsche 911": 560, | |
| "2005 Porsche 911 directly facing camera": 996, | |
| "2015 Porsche 911": 283, | |
| "2020 Porsche 911": 116, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import boto3, json, os, shutil, subprocess | |
| from argparse import ArgumentParser | |
| """ | |
| Big Chalice Deployer deployes Chalice Apps using the "chalice package ..." command and | |
| modifies the resulting sam.json template to make use of the Docker deployment process | |
| instead of the default, s3 based, process. Additionally, the ability to delete the | |
| resulting SAM App is available via the CLI. | |
| Usage: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Next Typescript React Functional Component": { | |
| "prefix": "fc", | |
| "body": [ | |
| "import { FC } from 'react';", | |
| "", | |
| "interface ${TM_FILENAME_BASE}Props {", | |
| " $1", | |
| "}", | |
| "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // HOW TO INSTRUCTIONS | |
| // 1. Open Claude Desktop | |
| // 2. Go to Help -> Enable Developer Mode | |
| // 3. Navigate Developer Tools window named "Developer Tools - https://claude.ai" | |
| // 4. Go to "Console" tab | |
| // 5. Type "allow pasting" and hit Enter | |
| // 6. Paste this snippet and hit Enter | |
| // From now on, all MCP calls will be auto-approved |
OlderNewer