We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297f74b commit c8eddccCopy full SHA for c8eddcc
2 files changed
README.md
@@ -1,10 +1,11 @@
1
# imactool/hyperf-stable-diffusion
2
3
> 基于 `rulilg/laravel-stable-diffusion` 包直接平移并适配了 hyperf 框架。
4
-> 完全保持和`rulilg/laravel-stable-diffusion`包一致的调用方式。
5
+> 我对它进行了一些改造,大部分功能保持了相同。在这里感谢一下 RuliLG ,实现了如此强大好用的 stable-diffusion 组件。
6
7
-原作:[RuliLG](https://github.com/RuliLG),特此鸣谢!
+
8
+鸣谢:原作:[RuliLG](https://github.com/RuliLG),特此鸣谢!
9
10
## 安装
11
composer.json
@@ -4,7 +4,9 @@
"license": "MIT",
"keywords": [
"php",
- "hyperf"
+ "hyperf",
+ "stable-diffusion",
+ "replicate"
],
"description": "hyperf-stable-diffusion",
12
"autoload": {
0 commit comments