Edit model card

MinecraftStyleStableDiffusion

Prompt
-

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
Inference Examples
Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for TristanJLegg/MinecraftStyleStableDiffusion

Adapter
(2318)
this model