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
#6
by Saad381 - opened
- README.md +8 -0
- images/example_urlw6nc5o.png +0 -0
README.md
CHANGED
|
@@ -25,6 +25,14 @@ widget:
|
|
| 25 |
- text: A photo of TOK spiderman on the phone
|
| 26 |
output:
|
| 27 |
url: images/example_vnft62f30.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
---
|
| 30 |
|
|
|
|
| 25 |
- text: A photo of TOK spiderman on the phone
|
| 26 |
output:
|
| 27 |
url: images/example_vnft62f30.png
|
| 28 |
+
- text: >-
|
| 29 |
+
View of Spiderman, Marvel character, In his ICONIC suit is making a
|
| 30 |
+
handicraft of a big Harley made from beach sand carvings, on a beautiful
|
| 31 |
+
beach in Indonesia, he looks enthusiastic with full skill carving sand with
|
| 32 |
+
a shovel in his hand, with several finished works of art around him,
|
| 33 |
+
landscape, wide angle, cinematic natural, realistic Hdslr
|
| 34 |
+
output:
|
| 35 |
+
url: images/example_urlw6nc5o.png
|
| 36 |
|
| 37 |
---
|
| 38 |
|
images/example_urlw6nc5o.png
ADDED
|