模型:
nitrosocke/spider-verse-diffusion
Spider-Verse扩散
这是通过索尼的《蜘蛛侠:平行宇宙》的电影剧照进行微调的Stable Diffusion模型。在提示中使用"spiderverse style"这些标记以获得该效果。
使用这个模型与任何其他Stable Diffusion模型一样。要获取更多信息,请参考 Stable Diffusion 。
您还可以将模型导出到 ONNX , MPS 和/或 FLAX/JAX 。
#!pip install diffusers transformers scipy torch from diffusers import StableDiffusionPipeline import torch model_id = "nitrosocke/spider-verse-diffusion" pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16) pipe = pipe.to("cuda") prompt = "a magical princess with golden hair, spiderverse style" image = pipe(prompt).images[0] image.save("./magical_princess.png")
此模型使用基于dreambooth训练和先验保护损失的扩散进行了3000步的训练。
此模型对所有人开放,使用CreativeML OpenRAIL-M许可证进一步指定权利和使用方式。CreativeML OpenRAIL许可证规定: