mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #5256] [MERGED] feat: More options for AUTOMATIC1111 #8448
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/5256
Author: @Bazsalanszky
Created: 9/7/2024
Status: ✅ Merged
Merged: 9/13/2024
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (2)
7f6dae4More options for AUTOMATIC1111d05ba04Make the optional AUTOMATIC1111 values nullable📊 Changes
4 files changed (+131 additions, -0 deletions)
View changed files
📝
backend/open_webui/apps/images/main.py(+29 -0)📝
backend/open_webui/config.py(+32 -0)📝
src/lib/components/admin/Settings/Images.svelte(+64 -0)📝
src/lib/i18n/locales/en-US/translation.json(+6 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added 3 new options to the AUTOMATIC1111 settings: CFG Scale, Sampler, and Scheduler. These options allow users to configure these parameters directly through the admin settings, without needing to modify the source code, which was previously required to change the default values in AUTOMATIC1111.
Added
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.