This is a meticulously fine-tuned version of the Stable Diffusion model, specifically built upon the foundations of its v2.1 iteration. Its unique training regimen revolves around the captivating realm of cubist arts, primarily drawing inspiration from the mesmerizing oeuvre of the renowned artist Pablo Picasso, with a predominant focus on his distinctive and groundbreaking paintings. To infuse your creative endeavors with the mesmerizing essence of this cubist aesthetic, you may seamlessly incorporate the specialized token cbst within your prompts at any desired juncture. By doing so, you can harness the transformative power of this model to craft artworks that encapsulate the essence and style reminiscent of cubism, as epitomized by Picasso himself. For instance, you can evoke this unique artistic genre in your requests, such as conjuring a "portrait of a human in the captivating cbst style."
1from diffusers import StableDiffusionPipeline
2import torch
3
4model_id = "bariscal/cbst_style"
5pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
6pipe = pipe.to("cuda")
7
8prompt = "portrait of human in cbst style"
9image = pipe(prompt).images[0]
10
11image.save("./human.png")
This model is freely accessible to everyone under the terms of the CreativeML OpenRAIL-M license, which defines specific rights and usage guidelines.
The CreativeML OpenRAIL License entails the following: