Text-to-Image
Diffusers
English
StableDiffusionPipeline
stable-diffusion
Inference Endpoints

I

#4
by AdamOswald1 - opened

{
"tabnine.experimentalAutoImports": true,
"redhat.telemetry.enabled": true,
"workbench.startupEditor": "none",
"git.autofetch": true,
"workbench.colorTheme": "Default Dark+",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.largeFileOptimizations": false,
"python.diagnostics.sourceMapsEnabled": true,
"python.globalModuleInstallation": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.linkedEditing": true,
"files.autoGuessEncoding": true,
"workbench.trustedDomains.promptInTrustedWorkspace": true,
"workbench.editor.enablePreviewFromCodeNavigation": true,
"workbench.editor.enablePreviewFromQuickOpen": true,
"window.commandCenter": true,
"debug.autoExpandLazyVariables": true,
"testing.alwaysRevealTestOnStateChange": true,
"testing.automaticallyOpenPeekViewDuringAutoRun": true,
"scm.alwaysShowActions": true,
"scm.alwaysShowRepositories": true,
"github.codespaces.showPerformanceExplorer": true,
"better-comments.highlightPlainText": true,
"better-comments.tags": [

        {
            "tag": "!",
            "color": "#FF2D00",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        },
        {
            "tag": "?",
            "color": "#3498DB",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        },
        {
            "tag": "//",
            "color": "#474747",
            "strikethrough": true,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        },
        {
            "tag": "todo",
            "color": "#FF8C00",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        },
        {
            "tag": "*",
            "color": "#98C379",
            "strikethrough": false,
            "underline": false,
            "backgroundColor": "transparent",
            "bold": false,
            "italic": false
        }
    ],
    "editor.unicodeHighlight.invisibleCharacters": false,
    "security.workspace.trust.untrustedFiles": "open",
    "editor.unicodeHighlight.ambiguousCharacters": false,
    "diffEditor.codeLens": true,
    "workbench.editor.autoLockGroups": {
        "default": true,
        "hexEditor.hexedit": true,
        "vscode-interactive-input": true,
        "interactive": true,
        "gitlens.rebase": true,
        "jupyter-notebook": true
    },
    "workbench.editor.preferHistoryBasedLanguageDetection": true,
    "extensions.experimental.useUtilityProcess": true,
    "terminal.integrated.allowMnemonics": true,
    "terminal.integrated.enableBell": true,
    "terminal.integrated.macOptionIsMeta": true,
    "remote.downloadExtensionsLocally": true,
    "notebook.consolidatedRunButton": true,
    "notebook.outline.showCodeCells": true,
    "codeQL.runningQueries.debug": true,
    "codeQL.telemetry.enableTelemetry": true,
    "codeQL.telemetry.logTelemetry": true,
    "emmet.showSuggestionsAsSnippets": true,
    "emmet.triggerExpansionOnTab": true,
    "emmet.useInlineCompletions": true,
    "gitlab.debug": true,
    "jupyter.allowUnauthorizedRemoteConnection": true,
    "editor.accessibilitySupport": "on",
    "editor.formatOnType": true,
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true,
    "editor.suggest.preview": true,
    "editor.suggest.shareSuggestSelections": true,
    "editor.tabCompletion": "on",
    "[python]": {

        "gitlens.codeLens.symbolScopes": [
            "!Module"
        ],
        "editor.wordBasedSuggestions": true,
        "diffEditor.codeLens": true,
        "editor.experimental.pasteActions.enabled": true,
        "editor.formatOnPaste": true,
        "editor.formatOnType": true,
        "editor.formatOnSave": true,
        "editor.linkedEditing": true,
        "editor.suggest.preview": true,
        "editor.suggest.shareSuggestSelections": true,
        "files.autoGuessEncoding": true
    },
    "python.autoComplete.extraPaths": [
    
    ],
        

    "python.linting.banditEnabled": true,
    "python.linting.flake8Enabled": true,
    "python.linting.ignorePatterns": [],
    "python.linting.mypyEnabled": true,
    "python.linting.prospectorEnabled": true,
    "python.linting.pycodestyleEnabled": true,
    "python.linting.pydocstyleEnabled": true,
    "python.linting.pylamaEnabled": true,
    "python.linting.pylintEnabled": true,
    "python.analysis.autoImportCompletions": true,
    "python.analysis.completeFunctionParens": true,
    "python.analysis.inlayHints.variableTypes": true,
    "python.analysis.inlayHints.functionReturnTypes": true,
    "django.snippets.exclude": [

        "cms",
        "wagtail"
    ],
    "inlineSQL.enableDBIntegration": true,
    "inlineSQL.lintSQLFiles": true,
    "search.useParentIgnoreFiles": true,
    "search.useGlobalIgnoreFiles": true,
    "markdownlint.ignore": [
    
    ],
    "editor.codeActionsOnSave": {
    
    }

,"github-actions.org-features": true,
"gitlab.aiassist.enabled": true,
"json.format.keepLines": true,
"merge-conflict.autoNavigateNextConflict.enabled": true,
"path-autocomplete.extensionOnImport": true,
"path-autocomplete.triggerOutsideStrings": true,
"path-intellisense.extensionOnImport": true,
"path-intellisense.showHiddenFiles": true,
"pip-updater.AutoUpdate": true,
"prettier.enableDebugLogs": true,
"prettier.withNodeModules": true,
"prettier-more.enableDebugLogs": true,
"prettier-more.withNodeModules": true,
"python.linting.pep8Enabled": true,
"python.unitTest.pyTestEnabled": true,
"pythonTestExplorer.testplanEnabled": true,
"pythonTaskProvider.runSetupToolsToDiscoverOptions": true,
"remoteHub.experimental.syncRecentList": true,
"remoteHub.experimental.useDiffMatchPatch": true,
"code-runner.runInTerminal": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.saveFileBeforeRun": true,
"terminals.showCommands": true,
"WavPreview.autoAnalyze": true,
"json.schemas": [
    {
        "fileMatch": [
            "/**/.angular-cli.json"
        ],
        "url": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json"
    },
    {
        "fileMatch": [
            "/**/apple-app-site-association"
        ],
        "url": "http://json.schemastore.org/apple-app-site-association"
    },
    {
        "fileMatch": [
            "/**/babelrc.json",
            "/**/.babelrc"
        ],
        "url": "http://json.schemastore.org/babelrc"
    },
    {
        "fileMatch": [
            "/**/.bootstraprc"
        ],
        "url": "http://json.schemastore.org/bootstraprc"
    },
    {
        "fileMatch": [
            "/**/bower.json"
        ],
        "url": "http://json.schemastore.org/bower"
    },
    {
        "fileMatch": [
            "/**/.bowerrc"
        ],
        "url": "http://json.schemastore.org/bowerrc"
    },
    {
        "fileMatch": [
            "/**/bundleconfig.json"
        ],
        "url": "http://json.schemastore.org/bundleconfig"
    },
    {
        "fileMatch": [
            "/**/compilerconfig.json"
        ],
        "url": "http://json.schemastore.org/compilerconfig"
    },
    {
        "fileMatch": [
            "/**/commands.json"
        ],
        "url": "http://json.schemastore.org/commands"
    },
    {
        "fileMatch": [
            "/**/chutzpah.json"
        ],
        "url": "http://json.schemastore.org/chutzpah"
    },
    {
        "fileMatch": [
            "/**/coffeelint.json"
        ],
        "url": "http://json.schemastore.org/coffeelint"
    },
    {
        "fileMatch": [
            "/**/composer.json"
        ],
        "url": "http://json.schemastore.org/composer"
    },
    {
        "fileMatch": [
            "/**/component.json"
        ],
        "url": "http://json.schemastore.org/component"
    },
    {
        "fileMatch": [
            "/**/config.json"
        ],
        "url": "http://json.schemastore.org/config"
    },
    {
        "fileMatch": [
            "/**/contribute.json"
        ],
        "url": "http://json.schemastore.org/contribute"
    },
    {
        "fileMatch": [
            "/**/.csscomb.json"
        ],
        "url": "http://json.schemastore.org/csscomb"
    },
    {
        "fileMatch": [
            "/**/.csslintrc"
        ],
        "url": "http://json.schemastore.org/csslintrc"
    },
    {
        "fileMatch": [
            "/**/debugsettings.json"
        ],
        "url": "http://json.schemastore.org/launchsettings"
    },
    {
        "fileMatch": [
            "/**/docfx.json"
        ],
        "url": "http://json.schemastore.org/docfx"
    },
    {
        "fileMatch": [
            "/**/dotnetcli.host.json"
        ],
        "url": "http://json.schemastore.org/dotnetcli.host"
    },
    {
        "fileMatch": [
            "/**/epr-manifest.json"
        ],
        "url": "http://json.schemastore.org/epr-manifest"
    },
    {
        "fileMatch": [
            "/**/.eslintrc"
        ],
        "url": "http://json.schemastore.org/eslintrc"
    },
    {
        "fileMatch": [
            "/**/function.json"
        ],
        "url": "http://json.schemastore.org/function"
    },
    {
        "fileMatch": [
            "/**/geojson.json"
        ],
        "url": "http://json.schemastore.org/geojson"
    },
    {
        "fileMatch": [
            "/**/global.json"
        ],
        "url": "http://json.schemastore.org/global"
    },
    {
        "fileMatch": [
            "/**/haxelib.json"
        ],
        "url": "http://json.schemastore.org/haxelib"
    },
    {
        "fileMatch": [
            "/**/host.json"
        ],
        "url": "http://json.schemastore.org/host"
    },
    {
        "fileMatch": [
            "/**/host-meta.json"
        ],
        "url": "http://json.schemastore.org/host-meta"
    },
    {
        "fileMatch": [
            "/**/.htmlhintrc"
        ],
        "url": "http://json.schemastore.org/htmlhint"
    },
    {
        "fileMatch": [
            "/**/.jsbeautifyrc"
        ],
        "url": "http://json.schemastore.org/jsbeautifyrc"
    },
    {
        "fileMatch": [
            "/**/.jsbeautifyrc-nested"
        ],
        "url": "http://json.schemastore.org/jsbeautifyrc-nested"
    },
    {
        "fileMatch": [
            "/**/.jscsrc"
        ],
        "url": "http://json.schemastore.org/jscsrc"
    },
    {
        "fileMatch": [
            "/**/.jshintrc"
        ],
        "url": "http://json.schemastore.org/jshintrc"
    },
    {
        "fileMatch": [
            "/**/.jsinspectrc"
        ],
        "url": "http://json.schemastore.org/jsinspectrc"
    },
    {
        "fileMatch": [
            "/**/*.jsonld"
        ],
        "url": "http://json.schemastore.org/jsonld"
    },
    {
        "fileMatch": [
            "/**/jsconfig.json"
        ],
        "url": "http://json.schemastore.org/jsconfig"
    },
    {
        "fileMatch": [
            "/**/launchsettings.json"
        ],
        "url": "http://json.schemastore.org/launchsettings"
    },
    {
        "fileMatch": [
            "/**/library.json"
        ],
        "url": "http://json.schemastore.org/library"
    },
    {
        "fileMatch": [
            "/**/mimetypes.json"
        ],
        "url": "http://json.schemastore.org/mimetypes"
    },
    {
        "fileMatch": [
            "/**/.modernizrrc"
        ],
        "url": "http://json.schemastore.org/modernizrrc"
    },
    {
        "fileMatch": [
            "/**/mycode.json"
        ],
        "url": "http://json.schemastore.org/mycode"
    },
    {
        "fileMatch": [
            "/**/nuget-project.json"
        ],
        "url": "http://json.schemastore.org/nuget-project"
    },
    {
        "fileMatch": [
            "/**/openfin.json"
        ],
        "url": "http://json.schemastore.org/openfin"
    },
    {
        "fileMatch": [
            "/**/package.json"
        ],
        "url": "http://json.schemastore.org/package"
    },
    {
        "fileMatch": [
            "/**/package.manifest"
        ],
        "url": "http://json.schemastore.org/package.manifest"
    },
    {
        "fileMatch": [
            "/**/pattern.json"
        ],
        "url": "http://json.schemastore.org/pattern"
    },
    {
        "fileMatch": [
            "/**/prettierrc.json"
        ],
        "url": "http://json.schemastore.org/prettierrc"
    },
    {
        "fileMatch": [
            "/**/project.json"
        ],
        "url": "http://json.schemastore.org/project"
    },
    {
        "fileMatch": [
            "/**/project-1.0.0-beta3.json"
        ],
        "url": "http://json.schemastore.org/project-1.0.0-beta3"
    },
    {
        "fileMatch": [
            "/**/project-1.0.0-beta4.json"
        ],
        "url": "http://json.schemastore.org/project-1.0.0-beta4"
    },
    {
        "fileMatch": [
            "/**/project-1.0.0-beta5.json"
        ],
        "url": "http://json.schemastore.org/project-1.0.0-beta5"
    },
    {
        "fileMatch": [
            "/**/project-1.0.0-beta6.json"
        ],
        "url": "http://json.schemastore.org/project-1.0.0-beta6"
    },
    {
        "fileMatch": [
            "/**/project-1.0.0-beta8.json"
        ],
        "url": "http://json.schemastore.org/project-1.0.0-beta8"
    },
    {
        "fileMatch": [
            "/**/project-1.0.0-rc1.json"
        ],
        "url": "http://json.schemastore.org/project-1.0.0-rc1"
    },
    {
        "fileMatch": [
            "/**/project-1.0.0-rc2.json"
        ],
        "url": "http://json.schemastore.org/project-1.0.0-rc2"
    },
    {
        "fileMatch": [
            "/**/proxies.json"
        ],
        "url": "http://json.schemastore.org/proxies"
    },
    {
        "fileMatch": [
            "/**/*.resjson"
        ],
        "url": "http://json.schemastore.org/resjson"
    },
    {
        "fileMatch": [
            "/**/sarif-1.0.0.json"
        ],
        "url": "http://json.schemastore.org/sarif"
    },
    {
        "fileMatch": [
            "/**/sarif-1.0.0.json"
        ],
        "url": "http://json.schemastore.org/sarif-1.0.0.json"
    },
    {
        "fileMatch": [
            "/**/sarif-1.0.0-beta.5.json"
        ],
        "url": "http://json.schemastore.org/sarif-1.0.0-beta.5.json"
    },
    {
        "fileMatch": [
            "/**/sarif-1.0.0-beta.4.json"
        ],
        "url": "http://json.schemastore.org/sarif-1.0.0-beta.4.json"
    },
    {
        "fileMatch": [
            "/**/settings.job"
        ],
        "url": "http://json.schemastore.org/settings.job"
    },
    {
        "fileMatch": [
            "/**/.stylelintrc"
        ],
        "url": "http://json.schemastore.org/stylelintrc"
    },
    {
        "fileMatch": [
            "/**/template.json"
        ],
        "url": "http://json.schemastore.org/template"
    },
    {
        "fileMatch": [
            "/**/templatsources.json"
        ],
        "url": "http://json.schemastore.org/templatesources"
    },
    {
        "fileMatch": [
            "/**/tsconfig.json"
        ],
        "url": "http://json.schemastore.org/tsconfig"
    },
    {
        "fileMatch": [
            "/**/tsd.json"
        ],
        "url": "http://json.schemastore.org/tsd"
    },
    {
        "fileMatch": [
            "/**/tsdrc.json"
        ],
        "url": "http://json.schemastore.org/tsdrc"
    },
    {
        "fileMatch": [
            "/**/tslint.json"
        ],
        "url": "http://json.schemastore.org/tslint"
    },
    {
        "fileMatch": [
            "/**/typings.json"
        ],
        "url": "http://json.schemastore.org/typings"
    },
    {
        "fileMatch": [
            "/**/typingsrc.json"
        ],
        "url": "http://json.schemastore.org/typingsrc"
    },
    {
        "fileMatch": [
            "/**/vega.json"
        ],
        "url": "http://json.schemastore.org/vega"
    },
    {
        "fileMatch": [
            "/**/vega-lite.json"
        ],
        "url": "http://json.schemastore.org/vega-lite"
    },
    {
        "fileMatch": [
            "/**/version.json"
        ],
        "url": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json"
    },
    {
        "fileMatch": [
            "/**/webjobs-list.json"
        ],
        "url": "http://json.schemastore.org/webjobs-list"
    },
    {
        "fileMatch": [
            "/**/webjobpublishsettings.json"
        ],
        "url": "http://json.schemastore.org/webjob-publish-settings"
    },
    {
        "fileMatch": [
            "/**/vs-2017.3.host.json"
        ],
        "url": "http://json.schemastore.org/vs-2017.3.host"
    },
    {
        "fileMatch": [
            "/**/xunit.runner.json"
        ],
        "url": "http://json.schemastore.org/xunit.runner.schema"
    }
],
"workbench.editor.enablePreview": false,
"editor.language.brackets": [

],
"pythonTaskProvider.runDjangoToDiscoverOptions": true,
"python.dataScience.exportWithOutputEnabled": true,
"python.unitTest.nosetestsEnabled": true,
"python.unitTest.unittestEnabled": true,
"settingsSync.ignoredSettings": [
    "-python.experiments.enabled",
    "-python.experiments.optInto",
    "-python.experiments.optOutFrom",
    "-python.interpreter.infoVisibility",
    "-python.defaultInterpreterPath",
    "-python.linting.pycodestylePath",
    "-python.logging.level",
    "-python.testing.pytestPath",
    "-jupyter.experiments.enabled",
    "-jupyter.pylanceHandlesNotebooks",
    "-jupyter.pythonCompletionTriggerCharacters",
    "-dev.containers.copyGitConfig",
    "-workbench.experimental.settingsProfiles.enabled",
    "-workbench.welcomePage.experimental.videoTutorials",
    "-workbench.welcomePage.walkthroughs.openOnInstall",
    "-window.experimental.useSandbox",
    "-http.proxy",
    "-http.proxyAuthorization",
    "-http.proxyStrictSSL",
    "-http.proxySupport",
    "-http.systemCertificates",
    "-C_Cpp.clang_format_path",
    "-C_Cpp.codeAnalysis.maxConcurrentThreads",
    "-C_Cpp.codeAnalysis.maxMemory",
    "-C_Cpp.default.browse.databaseFilename",
    "-C_Cpp.default.browse.path",
    "-C_Cpp.default.compileCommands",
    "-C_Cpp.default.compilerArgs",
    "-C_Cpp.default.compilerPath",
    "-C_Cpp.default.customConfigurationVariables",
    "-C_Cpp.default.defines",
    "-C_Cpp.default.forcedInclude",
    "-C_Cpp.default.includePath",
    "-C_Cpp.default.intelliSenseMode",
    "-C_Cpp.default.macFrameworkPath",
    "-C_Cpp.default.systemIncludePath",
    "-C_Cpp.default.windowsSdkVersion",
    "-C_Cpp.intelliSense.maxCachedProcesses",
    "-C_Cpp.intelliSense.maxMemory",
    "-C_Cpp.intelliSenseCachePath",
    "-C_Cpp.intelliSenseCacheSize",
    "-C_Cpp.intelliSenseMemoryLimit",
    "-C_Cpp.maxCachedProcesses",
    "-C_Cpp.maxConcurrentThreads",
    "-C_Cpp.maxMemory",
    "-C_Cpp.preferredPathSeparator",
    "-C_Cpp.references.maxCachedProcesses",
    "-C_Cpp.references.maxConcurrentThreads",
    "-C_Cpp.references.maxMemory",
    "-omnisharp.enableDecompilationSupport",
    "-omnisharp.monoPath",
    "-omnisharp.path",
    "-razor.languageServer.directory",
    "-razor.plugin.path",
    "-cmake.ctestDefaultArgs",
    "-codeQL.cli.executablePath",
    "-codeQL.queryHistory.ttl",
    "-dotfiles.installCommand",
    "-dotfiles.repository",
    "-dotfiles.targetPath",
    "-docker.composeCommand",
    "-docker.dockerPath",
    "-docker.environment",
    "-docker.imageBuildContextPath",
    "-emmet.extensionsPath",
    "-eslint.execArgv",
    "-eslint.runtime",
    "-git.defaultCloneDirectory",
    "-git.path",
    "-isort.showNotifications",
    "-java.configuration.runtimes",
    "-java.import.gradle.arguments",
    "-java.import.gradle.jvmArguments",
    "-java.jdt.ls.java.home",
    "-java.jdt.ls.vmargs",
    "-julia.executablePath",
    "-julia.numTestProcesses",
    "-julia.NumThreads",
    "-julia.packageServer",
    "-julia.persistentSession.enabled",
    "-julia.persistentSession.shell",
    "-julia.persistentSession.shellExecutionArgument",
    "-julia.persistentSession.tmuxSessionName",
    "-jupyter.enableExtendedKernelCompletions",
    "-jupyter.excludeUserSitePackages",
    "-jupyter.kernels.filter",
    "-jupyter.kernels.trusted",
    "-jupyter.logging.level",
    "-jupyter.logKernelOutputSeparately",
    "-php.validate.executablePath",
    "-python.poetryPath",
    "-xml.server.binary.args",
    "-xml.server.binary.path"
],
"jupyter.exportWithOutputEnabled": true,
"workspace.autoInferEnabled": true,
"workspace.shareAcceptedPredictions": true,
"workbench.experimental.editSessions.partialMatches.enabled": true,
"AREPL.shell_plus": true,
"C_Cpp.addNodeAddonIncludePaths": true,
"C_Cpp.experimentalFeatures": "Enabled",
"csharp.inlayHints.parameters.enabled": true,
"csharp.inlayHints.parameters.forLiteralParameters": true,
"csharp.inlayHints.parameters.forIndexerParameters": true,
"csharp.inlayHints.parameters.forObjectCreationParameters": true,
"csharp.inlayHints.parameters.forOtherParameters": true,
"csharp.inlayHints.types.enabled": true,
"csharp.inlayHints.types.forImplicitObjectCreation": true,
"csharp.inlayHints.types.forImplicitVariableTypes": true,
"csharp.inlayHints.types.forLambdaParameterTypes": true,
"compile-hero.generate-minified-javascript": true,
"compile-hero.generate-minified-css": true,
"compile-hero.generate-minified-html": true,
"reactSnippets.settings.prettierEnabled": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"generateJSONSchema.additionalProperties": true,
"java.eclipse.downloadSources": true,
"java.implementationsCodeLens.enabled": true,
"java.import.gradle.offline.enabled": true,
"java.import.maven.offline.enabled": true,
"java.maven.downloadSources": true,
"java.referencesCodeLens.enabled": true,
"standard.enableGlobally": true,
"jshint.lintHTML": true,
"Lua.hint.enable": true,
"npm.enableRunFromFolder": true,
"prettier.eslintIntegration": true,
"prettier.tslintIntegration": true,
"prettier.stylelintIntegration": true,
"javascript.referencesCodeLens.enabled": true,
"javascript.referencesCodeLens.showOnAllFunctions": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.referencesCodeLens.showOnAllFunctions": true,
"vim.easymotion": true,
"vim.targets.enable": true,
"xml.codeLens.enabled": true,
"xml.format.experimental": true

}

Sign up or log in to comment