Description: Briefly describe the changes in this pull request.
Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
Documentation: Have you updated relevant documentation?
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Description
Allows setting number of steps for image generation; defaults to a1111 default value.
Changelog Entry
Added
Setting UI for steps
Setting API endpoints
Fixed
N/A
Changed
Configured steps value sent to a1111/txt2img if set
Removed
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/888
**Author:** [@jmfirth](https://github.com/jmfirth)
**Created:** 2/24/2024
**Status:** ✅ Merged
**Merged:** 2/25/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `feature/img-gen-steps-setting`
---
### 📝 Commits (6)
- [`3fa79e5`](https://github.com/open-webui/open-webui/commit/3fa79e59bf4849549ab305e41afa7c8135e33041) Allow configuration of steps, default to a1111 default
- [`af16758`](https://github.com/open-webui/open-webui/commit/af1675813f099e94f8dfb3d3c95f5d1fa8eb243b) Restore image steps setting when Settings modal is presented
- [`393531c`](https://github.com/open-webui/open-webui/commit/393531c9b036a24221c15805756df4c06636d1a2) fix
- [`271e5bf`](https://github.com/open-webui/open-webui/commit/271e5bf44dc7cf571fbef6ab2f8b34f634fcab5b) Merge branch 'dev' into feature/img-gen-steps-setting
- [`0f8a74d`](https://github.com/open-webui/open-webui/commit/0f8a74d52dc662e25c122cc0581e20e87adad32f) Update CHANGELOG.md
- [`41a6bf1`](https://github.com/open-webui/open-webui/commit/41a6bf113a0407c3192612003e9898203a98adce) fix: default image generation value
### 📊 Changes
**4 files changed** (+119 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `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)
</details>
### 📄 Description
## Pull Request Checklist
- [x] **Description:** Briefly describe the changes in this pull request.
- [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [x] **Documentation:** Have you updated relevant documentation?
- [x] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
---
## Description
Allows setting number of steps for image generation; defaults to a1111 default value.
---
### Changelog Entry
### Added
- Setting UI for steps
- Setting API endpoints
### Fixed
N/A
### Changed
- Configured steps value sent to a1111/txt2img if set
### Removed
N/A
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.