下面是一个实践示例,让ChatGPT担任stable-diffusion的prompt工程师,根据我的简单需求描述为我生成一段高质量的text-to-image prompt用于自动化生成图片,没错这是打一套究极combo: 定义角色和任务可以看到ChatGPT虽然不是很愿意,但还是配合了我的需求 2. 明确规范可以看到ChatGPT不仅理解了规范,还输出了一遍自己的理解...
y) # 第五步:处理数据并调用模型预测 pixels = image.reshape((-1, image.shape[2])) pixels_...
# 绘制动态图片 chatGPT.draw_image(response[0]['image_params']) 这段代码使用Prompt API for Python库与ChatGPT进行交互。在对话过程中,当ChatGPT需要绘制图片时,它会发送一个带有绘图参数的动作(action),然后调用chatGPT.draw_image()方法来生成动态图片。 这只是一个简单的示例,你可以根据自己的需求和创意进...
DALL・E 3 是 OpenAI 在 2023 年 9 月份发布的一个文生图模型。与上一代模型 DALL・E 2 最大的区别在于,它可以利用 ChatGPT 生成提示(prompt),然后让模型根据该提示生成图像。对于不擅长编写提示的普通人来说,这一改进大大提高了 DALL・E 3 的使用效率。此外,与 DALL・E 2 相比,DALL・E ...
The more detailed and imaginative your description, the more interesting the resulting image will be. Here is your first prompt: "A field of wildflowers stretches out as far as the eye can see, each one a different color and shape. In the distance, a massive tree towers over the ...
[Caveat Emptor: After issuing this prompt you should then do something like start a docker container with docker run -it ubuntu:latest /bin/bash and type the commands the AI gives you in, and paste the output back… obviously you shouldn’t run any commands that will damage anything or br...
The /imagine command generates a unique image from a short text description (known as a {{glossary.Prompt}}).顺便提一句,训练chatGPT时一定要耐心,而且最好把训练话术和chatGPT的回答都翻译一下自己也看看,毕竟你也不能对于AI绘画的原理啥都不懂吧 接下来告诉GPT提示词是清晰而具体的句子,而不是对话...
DALL・E 3 是 OpenAI 在 2023 年 9 月份发布的一个文生图模型。与上一代模型 DALL・E 2 最大的区别在于,它可以利用 ChatGPT 生成提示(prompt),然后让模型根据该提示生成图像。对于不擅长编写提示的普通人来说,这一改进大大提高了 DALL・E 3 的使用效率。
@@ -51,6 +80,44 @@ public DrawPersistenceCollection executeApi() { } } /** * 优化prompt * * @return */ protected String optimizePrompt() { AtomicReference<String> prompt = new AtomicReference<>(this.cacheData.getPrompt()); OR.run(this.cacheData.getOptimizePrompt(), StrUtil::isNotEmpt...
The more detailed and imaginative your description, the more interesting the resulting image will be. Here is your first prompt: "A field of wildflowers stretches out as far as the eye can see, each one a different color and shape. In the distance, a massive tree towers over the ...