mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #888] [MERGED] Add steps setting for image generation #7307
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/888
Author: @jmfirth
Created: 2/24/2024
Status: ✅ Merged
Merged: 2/25/2024
Merged by: @tjbck
Base:
dev← Head:feature/img-gen-steps-setting📝 Commits (6)
3fa79e5Allow configuration of steps, default to a1111 defaultaf16758Restore image steps setting when Settings modal is presented393531cfix271e5bfMerge branch 'dev' into feature/img-gen-steps-setting0f8a74dUpdate CHANGELOG.md41a6bf1fix: default image generation value📊 Changes
4 files changed (+119 additions, -2 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
backend/apps/images/main.py(+30 -0)📝
src/lib/apis/images/index.ts(+65 -0)📝
src/lib/components/chat/Settings/Images.svelte(+23 -2)📄 Description
Pull Request Checklist
Description
Allows setting number of steps for image generation; defaults to a1111 default value.
Changelog Entry
Added
Fixed
N/A
Changed
Removed
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.