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
130

Adapter for

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