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
Add generated example
#10
by Saad381 - opened
- README.md +3 -0
- images/example_8mzist74y.png +0 -0
README.md
CHANGED
|
@@ -43,6 +43,9 @@ widget:
|
|
| 43 |
- text: Tom Holland dressed as spiderman
|
| 44 |
output:
|
| 45 |
url: images/example_jsmyqcucx.png
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
---
|
| 48 |
|
|
|
|
| 43 |
- text: Tom Holland dressed as spiderman
|
| 44 |
output:
|
| 45 |
url: images/example_jsmyqcucx.png
|
| 46 |
+
- text: A spiderman studying in a room
|
| 47 |
+
output:
|
| 48 |
+
url: images/example_8mzist74y.png
|
| 49 |
|
| 50 |
---
|
| 51 |
|
images/example_8mzist74y.png
ADDED
|