项目简介
disney-pixar-cartoon项目是一个使用人工智能技术生成类似迪士尼和皮克斯卡通风格图像的应用。该项目依托于Stable Diffusion API,能够将文本内容转换为逼真细致的卡通图像。用户通过输入特定的描述性文本即可以生成预期的卡通形象,适合希望创作超现实主义画作的用户。
如何获取和使用API密钥
用户可以通过访问Stable Diffusion API获取API密钥,过程完全免费。获取密钥后,用户需要在代码中替换默认的API密钥,并将model_id更改为"disney-pixar-cartoon"以便使用该项目的功能。
编程语言支持及使用文档
项目支持多种编程语言,例如PHP、Node.js和Java,开发者可根据需要选择合适的编程语言进行集成。在Stable Diffusion API文档中提供了详细的代码示例以及更进一步的使用指南,帮助用户更好的上手使用。
免费试用及模型链接
用户可以免费试用该项目的生成图像功能,尝试效果:生成图片。如果用户对项目感兴趣,可以通过查看模型获取更多信息和资源。
调用API示例
以下为调用Stable Diffusion API使用disney-pixar-cartoon模型生成图像的Python示例代码:
import requests
import json
url = "https://stablediffusionapi.com/api/v3/dreambooth"
payload = json.dumps({
"key": "your_api_key",
"model_id": "disney-pixar-cartoon",
"prompt": "ultra realistic close up portrait ((beautiful pale cyberpunk female with heavy black eyeliner)), blue eyes, shaved side haircut, hyper detail, cinematic lighting, magic neon, dark red city, Canon EOS R3, nikon, f/1.4, ISO 200, 1/160s, 8K, RAW, unedited, symmetrical balance, in-frame, 8K",
"negative_prompt": "painting, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, deformed, ugly, blurry, bad anatomy, bad proportions, extra limbs, cloned face, skinny, glitchy, double torso, extra arms, extra hands, mangled fingers, missing lips, ugly face, distorted face, extra legs, anime",
"width": "512",
"height": "512",
"samples": "1",
"num_inference_steps": "30",
"safety_checker": "no",
"enhance_prompt": "yes",
"seed": None,
"guidance_scale": 7.5,
"multi_lingual": "no",
"panorama": "no",
"self_attention": "no",
"upscale": "no",
"embeddings": "embeddings_model_id",
"lora": "lora_model_id",
"webhook": None,
"track_id": None
})
headers = {
'Content-Type': 'application/json'
}
response = requests.request("POST", url, headers=headers, data=payload)
print(response.text)
促销活动
用户还可以使用促销码 DMGG0RBN 享受25%的优惠。