Skip to content

Commit

Permalink
feature: Component extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
linround committed Mar 14, 2024
1 parent de0e0eb commit 7b59451
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
- https://huggingface.co/BotsOne/utilitypole
- https://huggingface.co/models?pipeline_tag=text-to-image&sort=trending
- https://huggingface.co/ByteDance/SDXL-Lightning

## 图像生成

| 链接 | 描述 | 费用 |
|------------------------------------|------------------------------------------------------------|----------------------|
| https://www.midjourney.com/imagine | 在使用 midjourney 机器 生成超过 1000 张图片后 可以使用. | 700 人名币/每年 |
| https://discord.com/channels/@me/1217321328139305020| 在 discord 调用 midjourney 机器人来生成图片 | |


## commit
- `feat`:新功能(feature)
- `fix`:修补bug
Expand Down
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import css from "./AIModels/SDXLLightning.module.less";
function App() {
const demoPrompt = [
'this is a photo,Next to a big river in the real world,The mouse and the lion are talking',
'a moon and a little girl'
'a moon and a little girl',
'The moonlight shines in the forest, and the little girl is running leisurely in the forest'
]
const [inputs, setInputs] = useState<string>('')
const onClickDemo = (e:React.MouseEvent) => {
Expand Down

0 comments on commit 7b59451

Please sign in to comment.