英文

ARTificialJourney-1.0 768X768

这是一个 AI 模型,训练了大约100张手动挑选的768X768的图像,旨在获得最佳的特写肖像照片和令人惊叹的风景照片。由于训练集中更多的是特写图像,该模型不太适用于处理全身肖像,但在下一个模型更新中将进行改进。请在提示之前或之后使用关键词“artificial-journey style”。同时,请在提示中添加更详细的文本以获得最佳结果。对于该模型,分辨率为1024x768px、768x1024px和768x768的图像效果最佳。

.safetensors 文件是使用新的 sd-webui-model-converter 生成的。

Examples (As is images, no upsclaing or face improvements were used)

祝你玩得开心!

CKPT & Safetensors Download

Download ARTificialJourneyV1-768px.ckpt) (2.9GB)

Download ARTificialJourneyV1-768px.safetensors) (2.9GB)

? Diffusers

这个模型可以像任何其他稳定扩散模型一样使用。欲了解更多信息,请查看 Stable Diffusion Pipeline

from diffusers import StableDiffusionPipeline, DPMSolverMultistepScheduler
import torch

prompt = (
"artificial-journey style portrait of male dark magician, d & d, dark eyeliner, intricate, elegant, highly detailed, digital painting, artstation, concept art, matte, sharp focus, illustration")

model_id = "Kaludi/ARTificialJourney-v1.0-768"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
pipe = pipe.to("cuda")

image = pipe(prompt, num_inference_steps=30).images[0]

image.save("./result.jpg")

License

此模型是开放访问的,适用于 CreativeML OpenRAIL-M 许可证,进一步明确了权利和使用规定。CreativeML OpenRAIL 许可证规定:

  • 您不能使用该模型有意制作或分享非法或有害的输出或内容。
  • 作者对您生成的输出不享有任何权利,您可以自由使用它们,并对其使用负责,使用不得违反许可证中的规定。
  • 您可以重新分发权重,并将模型用于商业和/或服务。如果您这样做,请注意您必须包括与许可证中相同的使用限制,并向所有用户共享 CreativeML OpenRAIL-M 的副本(请完整并仔细阅读许可证)。 Please read the full license here