Spaces:
Runtime error
Runtime error
File size: 3,808 Bytes
5fbd25d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 |
# ChangeLog for Fooocus-API
## [v0.5.0.1]
### Changed
- ๅๅนถๅฐ Fooocus 2.5.3
- ๅขๅ ๅพๅๅขๅผบๆฅๅฃ
- ๅขๅ ้ฎ็ฝฉ็ๆๆฅๅฃ
- ๅ Fooocus ๅฝฑๅ๏ผ้ๆไบ worker.py
- ๆดๆฐๆๆกฃ
- ่ฟๅๆฐๆฎไธญ็ base64 ๅญ็ฌฆไธฒ็ฐๅจๅ
ๅซๅพๅๆ ่ฏ็ฌฆ๏ผๆฏๅฆ `data:image/jpeg;base64,`
### Fixed
- Issue #375
- Issue #378
- ไฟๅญๆฉๅฑๅๅๆฐ็ฐๅจๅฏไปฅๅฏน่ฟๅ็ base64 ็ๆไบ
## [v0.4.1.1] - 2024-05-2
### Added
- LoraManager ๆฏๆ tar ๆ ผๅผๅ็ผฉๆไปถ
### Changed
- Update Fooocus to v2.4.3
### Fixed
- Issue #363
## [v0.4.1.0] - 2024-05-28
### Added
- ้ปๅพๆฃๆต
### Changed
- Fooocus to v2.4.1
- ๅขๅผบๅฏน config.txt ๆไปถ็ๆฏๆ
### Fixed
- Issue #319
- Issue #327
- Issue #332
- Fix JPEG support
## [v0.4.0.6] - 2024-04-24
### Added
- UA in image request
### Changed
- Fooocus to v2.3.1
- Code formatting.
### Fixed
- Issue #302
- Issue #294
## [v0.4.0.5] - 2024-04-16
### Changed
- Sync v1 endpoints.
### Fixed
- meta_scheme error
## [v0.4.0.4] - 2024-04-15
### Added
- Image meta save to image
### Changed
- Code formatting.
## [v0.4.0.3] - 2024-04-12
### Fixed
- Fix opencv-python-headless failed in Docker
- Issue #270
## [v0.4.0.2] - 2024-04-09
### Fixed
- Issue #280
- Issue #222
## [v0.4.0.1] - 2024-04-08
### Added
- Url support for lora in replicate
## [v0.4.0.0] - 2024-04-08
### Changed
- Update docs
- Rewrite Dockerfile
- Rewirte examples
- Full code of Fooocus include
- Remove related code
- Optimize project structure.
## [v0.3.33] - 2024-04-07
### Added
- Support for Lightning model.
- Update default checkpoint for Replicate.
### Fixed
- Issue #244
- Issue #259
- Issue #232
## [v0.3.32] - 2024-03-21
### Added
- Support for Fooocus 2.3.0.
### Changed
- Project structure optimization.
### Fixed
- Removed unnecessary dependencies and optimized code.
## [v0.3.31] - 2024-03-20
### Added
- Save extension
- Secure API future with the use of API keys.
- Add seeds for predict output
### Changed
- Update Docs
### Fixed
- OOM when running a long time
- Some spell error
- Issue with the Fooocus-API version in startup output.
## [v0.3.30] - 2024-01-26
### Added
- Support url for input_image in v2 API.
- Image Prompt Mixing requirements implemented
- Add SQLite database support for history.
### Changed
- Update Docs
- Large queue size support
- Optimized async task response when the queue is full
- Update cog branch
- Optimized cli flages parser.
- Optimized some code formatting.
- Optimized the underlying logic of task execution.
- Default queue history size to 0 for no limit.
### Fixed
- Fix condition. default params broke here and this fixes auto mixing feature.
- Fix error when use `Extreme Speed' with cog.
- Fix typo of 'presistent'
- Image Prompt Mixing requirements implemented
- Some spell error, some translations.
- Fix image prompt must require 'input_image'.
- Implemented support for storing history to the database.
## [v0.3.29] - 2024-01-04
### Added
- Add example using ipynb
- Add error logging
- Add check for aspect_ratios_selection
- Image Prompt Mixing requirements implemented.
### Changed
- Update Docs
- Merge Fooocus to v2.1.860
### Fixed
- Various bugs and issues reported by the community.
## [v0.3.28] - 2024-01-03
### Added
- Add ping endpoint
- Describe interface to get prompts from images.
- Add image_prompt to text2img endpoint
- Add mirror for fooocus
### Changed
- Update Docs
- Added query job history API and webhook_url support for each generation request.
- Change to exit when Fooocus check failed
### Fixed
- Fix #122 query job not found error.
Please note that this ChangeLog is a summary and may not include all changes. For a complete list of changes, please refer to the commit history on the [Fooocus-API GitHub repository](https://github.com/mrhan1993/Fooocus-API).
|