Saad381/Spiderman
Viewer • Updated • 5 • 4 • 1
How to use Saad381/Spiderman_lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Saad381/Spiderman_lora")
prompt = "A unique illustration of a character inspired by Spiderman, designed with a Canadian aesthetic. The character wears a suit with spider motifs, subtly customized with Canadian details, perhaps a maple leaf emblem, hints of red and white patterns, and textures inspired by traditional Canadian attire, like plaid or fur lining. The background features elements of a Canadian cityscape or natural setting, with iconic features like a forest of pine trees, mountains, or a glimpse of the CN Tower."
image = pipe(prompt).images[0]








The weights were trained using DreamBooth.
LoRA for the text encoder was enabled: False.
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
You should use a photo of TOK spiderman to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Base model
stabilityai/stable-diffusion-xl-base-1.0