Text-to-Image
Diffusers
TensorBoard
stable-diffusion-xl
stable-diffusion-xl-diffusers
lora
template:sd-lora
Instructions to use Saad381/Spiderman_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
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] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K