sd-webui-lobe-theme
๐ ฐ๏ธ Lobe theme - The modern theme for stable diffusion webui, exquisite interface design, highly customizable UI, and efficiency boosting features.
File Explorer
- 1_bug_report.yml
- 2_feature_request.yml
- 3_question.yml
- other.md
- issue-auto-comments.yml
- issue-close-require.yml
- issues-translate.yml
- release.yml
- test.yml
- PULL_REQUEST_TEMPLATE.md
- pre-commit
- prompt.json
- giscus-BNK3dBIH.js
- main.js
- de_DE.json
- en_US.json
- es_ES.json
- fr_FR.json
- ja_JP.json
- ko_KR.json
- options.json
- pt_BR.json
- ru_RU.json
- tr_TR.json
- zh_CN.json
- zh_HK.json
- api.py
- config.py
- lobe_log.py
- locale.py
- package.py
- prompt.py
- settings.py
- index.tsx
- layout.tsx
- manifest.ts
- page.tsx
- style.ts
- index.tsx
- index.tsx
- style.ts
- CustomLogo.tsx
- index.tsx
- KitchenLogo.tsx
- style.tsx
- index.tsx
- index.tsx
- style.ts
- index.tsx
- Prompt.tsx
- style.ts
- utils.ts
- index.tsx
- ld.ts
- index.tsx
- index.ts
- url.ts
- index.tsx
- removePromptScrollHide.ts
- SplitView.tsx
- style.ts
- index.tsx
- Inner.tsx
- refreshExtraNetwork.ts
- style.ts
- useCivitaiHelperFix.ts
- useInjectExtraNetwork.ts
- Brand.tsx
- data.tsx
- Follow.tsx
- index.tsx
- style.ts
- Actions.tsx
- genNavList.ts
- index.tsx
- Nav.tsx
- useNavBar.tsx
- createButton.ts
- index.tsx
- useInjectPromptFormator.ts
- index.tsx
- Inner.tsx
- style.ts
- Appearance.tsx
- data.ts
- Experimental.tsx
- Footer.tsx
- Layout.tsx
- Sidebar.tsx
- types.ts
- BrandWatermark.tsx
- index.tsx
- Menu.tsx
- Mobile.tsx
- SidebarLayout.tsx
- useTabItems.tsx
- data.ts
- index.tsx
- SettingForm.tsx
- style.ts
- createButton.ts
- index.tsx
- Preview.tsx
- PreviewInner.tsx
- ShareModal.tsx
- style.ts
- type.ts
- useScreenshot.ts
- useExternalTextareaObserver.ts
- useGalleryObserver.ts
- useHighlight.ts
- useInject.ts
- useIsDarkMode.tsx
- useObserver.ts
- useSelectorHide.ts
- useSelectorRef.ts
- index.tsx
- config.ts
- formatInfo.ts
- Highlighter.tsx
- InfoBox.tsx
- index.tsx
- layout.tsx
- page.tsx
- style.ts
- grammar.ts
- promptTheme.ts
- SyntaxHighlighter.tsx
- index.tsx
- layout.tsx
- page.tsx
- style.ts
- civitaiHelperFix.ts
- formatPrompt.ts
- replaceIcon.ts
- action.ts
- api.ts
- index.tsx
- initialState.ts
- selectors.ts
- store.ts
- button.ts
- collapse.ts
- container.ts
- extensions.ts
- gallery.ts
- input.ts
- label.ts
- lightboxModal.ts
- options.ts
- popup.ts
- progress.ts
- slider.ts
- table.ts
- tabs.ts
- antdOverride.ts
- index.ts
- kitchenColors.ts
- mobile.ts
- tokens.ts
- global.d.ts
- gradio.d.ts
- i18next.d.ts
- index.ts
- webui.d.ts
- _react_refresh.js
- main.tsx
- vite-env.d.ts
- setup.ts
- .bunfig.toml
- .changelogrc.js
- .commitlintrc.js
- .editorconfig
- .eslintignore
- .eslintrc.js
- .gitignore
- .i18nrc.js
- .npmrc
- .prettierignore
- .prettierrc.js
- .releaserc.js
- .remarkrc.js
- .stylelintrc.js
- CHANGELOG.md
- LICENSE
- package.json
- preload.py
- README.md
- README.zh-CN.md
- renovate.json
- tsconfig.json
- typings.d.ts
- vite.config.ts
- vitest.config.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
base64
View Details โผ
base64
Encode or decode file or `stdin` to/from Base64, to `stdout`.
base64 {{path/to/file}}
Encode a file:
base64 {{[-i|--input]}} {{path/to/file}}
Encode a file to `stdout`:
base64 {{[-i|--input]}} {{path/to/file}}
Encode a file to `stdout`:
bun install
View Details โผ
bun install
Install JavaScript dependencies for a project from `package.json`.
bun {{[i|install]}}
Install all dependencies listed in `package.json`:
bun {{[i|install]}} {{package_name}}@{{version}}
Install a single package (this is an alias for `bun add`):
bun {{[i|install]}} {{[-g|--global]}} {{package_name}}
Install a package globally:
bun
View Details โผ
bun
JavaScript runtime and toolkit.
Includes a bundler, a test runner, and a package manager.
bun init
Create a new Bun project in the current directory:
bun run {{path/to/file|script_name}}
Run a JavaScript file or a `package.json` script:
bun test
Run unit tests:
git clone
View Details โผ
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
