Instructions to use robb-0/Billys-Cardboard-Cars with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use robb-0/Billys-Cardboard-Cars 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/sdxl-turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("robb-0/Billys-Cardboard-Cars") prompt = "a car made of cardboard, on the road, countryside, realistic 3d, highres, high-octane, high-definition, sun, clear" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -32,6 +32,18 @@ widget:
|
|
| 32 |
a sportscar made of cardboard and colored plastic, outdoors, zapping on a neon road, cardboard cityscape backdrop, sunset, lensflare, high-octane, high-definition, 3d, motion blur
|
| 33 |
output:
|
| 34 |
url: images/861683458689242732.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
base_model: stabilityai/sdxl-turbo
|
| 36 |
instance_prompt: cardboard cars, made of cardboard
|
| 37 |
license: cc-by-4.0
|
|
|
|
| 32 |
a sportscar made of cardboard and colored plastic, outdoors, zapping on a neon road, cardboard cityscape backdrop, sunset, lensflare, high-octane, high-definition, 3d, motion blur
|
| 33 |
output:
|
| 34 |
url: images/861683458689242732.png
|
| 35 |
+
- text: >-
|
| 36 |
+
a cardboard sailing ship on water of majestic sea, outdoors, sky, clouds, depth of field, sunset, lensflare, high-octane, high-definition, 3d, motion blur
|
| 37 |
+
output:
|
| 38 |
+
url: images/861689595123736622.png
|
| 39 |
+
- text: >-
|
| 40 |
+
a cardboard train on rails near the forest, outdoors, sky, clouds, depth of field, best day, lensflare, high-octane, high-definition, 3d, motion blur
|
| 41 |
+
output:
|
| 42 |
+
url: images/861689777659858494.png
|
| 43 |
+
- text: >-
|
| 44 |
+
a cardboard spaceship in the universe, outdoors, depth of field, nebula, stars, planets, colourful, high-octane, high-definition, 3d, motion blur
|
| 45 |
+
output:
|
| 46 |
+
url: images/861690351037986126.png
|
| 47 |
base_model: stabilityai/sdxl-turbo
|
| 48 |
instance_prompt: cardboard cars, made of cardboard
|
| 49 |
license: cc-by-4.0
|