MinecraftStyleStableDiffusion
Model description
from diffusers import DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5")
pipe.load_lora_weights("TristanJLegg/MinecraftStyleStableDiffusion")
prompt = "a cabin in the woods"
img = pipe(prompt).images[0]
img.save(f"minecraft_style_stable_diffusion.png")
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 5
Model tree for TristanJLegg/MinecraftStyleStableDiffusion
Base model
runwayml/stable-diffusion-v1-5