Buy me a coffee if you like this project ;)
I present you fine tuned model of stable-diffusion-v1-5, which heavily based of
work of great artworks from Legend of Zelda: Breath of The Wild.
Use the tokens botw style in your prompts for the effect.
Model was trained using the diffusers library, which based on Dreambooth implementation.
Training steps included:
This model can be used just like any other Stable Diffusion model. For more information,
please have a look at the
Stable Diffusion.
You can also export the model to
ONNX,
MPS and/or
FLAX/JAX.
1#!pip install diffusers transformers scipy torch
2from diffusers import StableDiffusionPipeline
3import torch
4model_id = "s3nh/s3nh/zelda-botw-stable-diffusion"
5pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
6pipe = pipe.to("cuda")
7prompt = "Rain forest, botw style"
8image = pipe(prompt).images[0]
9image.save("./example_output.png")
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
The CreativeML OpenRAIL License specifies: