diff --git a/README.md b/README.md index 94368f5..25e632b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/App.tsx b/src/App.tsx index 76b6384..36141e9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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('') const onClickDemo = (e:React.MouseEvent) => {