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
!pip install pygit2==1.12.2 | |
!apt-get update && apt-get install -y ffmpeg libsm6 libxext6 | |
!git clone https://github.com/lllyasviel/Fooocus.git | |
%cd /workspace/Fooocus | |
!python entry_with_update.py --share |
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
LAlt & Space::Send "{Shift}{Alt}" | |
$!c::Send "{Ctrl Down}{c}{Ctrl Up}" | |
$^c::Send "{Alt Down}{c}{Alt Up}" | |
$!v::Send "{Ctrl Down}{v}{Ctrl Up}" | |
$^v::Send "{Alt Down}{v}{Alt Up}" | |
$!x::Send "{Ctrl Down}{x}{Ctrl Up}" | |
$^x::Send "{Alt Down}{x}{Alt Up}" | |
$!a::Send "{Ctrl Down}{a}{Ctrl Up}" | |
$^a::Send "{Alt Down}{a}{Alt Up}" |
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
/** @type {import('dependency-cruiser').IConfiguration} */ | |
module.exports = { | |
options: { | |
doNotFollow: { | |
dependencyTypes: [ | |
"npm", | |
"npm-dev", | |
"npm-optional", | |
"npm-peer", | |
"npm-bundled", |
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
/** @type {import('dependency-cruiser').IConfiguration} */ | |
module.exports = { | |
options: { | |
doNotFollow: { | |
dependencyTypes: [ | |
"npm", | |
"npm-dev", | |
"npm-optional", | |
"npm-peer", | |
"npm-bundled", |