Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
StableDiffusionXLPipeline
Inference Endpoints
sdxl
Instructions to use prithivMLmods/Canes-Cars-Model-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Canes-Cars-Model-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("prithivMLmods/Canes-Cars-Model-LoRA") prompt = "A black Ford Mustang was photographed on the side of an abandoned road in British Columbia, Canada surrounded by trees and grass. The car is driving fast down the dirt road at sunset. Light beams shine from its headlights. Shot in the style of Peter Lindbergh for Aman Resorts --ar 85:128 --v 6.0 --style raw" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,14 +5,32 @@ tags:
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- template:sd-lora
|
|
|
|
|
|
|
|
|
|
| 8 |
widget:
|
| 9 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
output:
|
| 11 |
url: images/c1.png
|
| 12 |
-
- text:
|
|
|
|
|
|
|
|
|
|
| 13 |
output:
|
| 14 |
url: images/c2.png
|
| 15 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
output:
|
| 17 |
url: images/c3.png
|
| 18 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
|
@@ -86,4 +104,4 @@ You should use `Concept Cars` to trigger the image generation.
|
|
| 86 |
|
| 87 |
Weights for this model are available in Safetensors format.
|
| 88 |
|
| 89 |
-
[Download](/prithivMLmods/Canes-Cars-Model-LoRA/tree/main) them in the Files & versions tab.
|
|
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- template:sd-lora
|
| 8 |
+
- StableDiffusionXLPipeline
|
| 9 |
+
- Inference Endpoints
|
| 10 |
+
- sdxl
|
| 11 |
widget:
|
| 12 |
+
- text: >-
|
| 13 |
+
A black Ford Mustang was photographed on the side of an abandoned road in
|
| 14 |
+
British Columbia, Canada surrounded by trees and grass. The car is driving
|
| 15 |
+
fast down the dirt road at sunset. Light beams shine from its headlights.
|
| 16 |
+
Shot in the style of Peter Lindbergh for Aman Resorts --ar 85:128 --v 6.0
|
| 17 |
+
--style raw
|
| 18 |
output:
|
| 19 |
url: images/c1.png
|
| 20 |
+
- text: >-
|
| 21 |
+
A cars headlights illuminate part of its body. This scene creates a tranquil
|
| 22 |
+
atmosphere with soft lighting and warm tones, in the style of minimalism.
|
| 23 |
+
--ar 85:128 --v 6.0 --style raw
|
| 24 |
output:
|
| 25 |
url: images/c2.png
|
| 26 |
+
- text: >-
|
| 27 |
+
An vector illustration of an old car on the road, in a retro poster style
|
| 28 |
+
with orange and yellow colors, featuring vintage cars from past years, set
|
| 29 |
+
against a backdrop of mountains, trees, clouds, and sunset. The scene
|
| 30 |
+
captures a sense of adventure as if moving through time in a classic
|
| 31 |
+
automotive journey. Its an appealing design that would be perfect for
|
| 32 |
+
travel-themed projects or packaging materials related to vintage vehicles,
|
| 33 |
+
in the style of retro posters. --ar 128:89 --v 6.0 --style raw
|
| 34 |
output:
|
| 35 |
url: images/c3.png
|
| 36 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
|
|
|
| 104 |
|
| 105 |
Weights for this model are available in Safetensors format.
|
| 106 |
|
| 107 |
+
[Download](/prithivMLmods/Canes-Cars-Model-LoRA/tree/main) them in the Files & versions tab.
|