<center><img src="https://huggingface.co/riccardogiorato/beeple-diffusion/resolve/main/assets/robots.png" width="512" height="512"/></center>
Beeple Diffusion
An AI model that generates artwork with beeple style!
Based of a finetuned Stable Diffusion V1.5, trained in Dreambooth with more than 600 images of Beeple's artwork.
🧨 Diffusers
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.
from diffusers import StableDiffusionPipeline
import torch
model_id = "riccardogiorato/beeple-diffusion"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")
prompt = "a magical witch with golden hair with beeple style"
image = pipe(prompt).images[0]
image.save("./magical_witch.png")
👇Model👇
AI Model Weights available at huggingface: https://huggingface.co/riccardogiorato/beeple-diffusion
Usage
After model loaded, use keyword beeple in your prompt.