Edit model card

sljm-bag-stable-diffusion-xl-base-1.0

Prompt
a photo of a sljm

How to use

prj_path = "MaziyarPanahi/sljm-bag-stable-diffusion-xl-base-1.0"

model = "stabilityai/stable-diffusion-xl-base-1.0"
pipe = DiffusionPipeline.from_pretrained(
    model,
    torch_dtype=torch.float16,
)
pipe.to("cuda")
pipe.load_lora_weights(prj_path, weight_name="pytorch_lora_weights.safetensors")

refiner = StableDiffusionXLImg2ImgPipeline.from_pretrained(
    "stabilityai/stable-diffusion-xl-refiner-1.0",
    torch_dtype=torch.float16,
)
refiner.to("cuda")

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Downloads last month
9
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.

Adapter for

Space using MaziyarPanahi/sljm-bag-stable-diffusion-xl-base-1.0 1