Instructions to use Akbartus/Wasteland-Style-Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Akbartus/Wasteland-Style-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("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Akbartus/Wasteland-Style-Lora") prompt = "8k, realistic, vray, HDR, 6000K, in a post-apocalyptic crumbling castle, stuck drawbridge, weedy courtyard, dusty throne, faded tower flag" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,7 @@ widget:
|
|
| 10 |
- text: 8k, realistic, vray, HDR, 6000K, in a post-apocalyptic crumbling castle, stuck drawbridge, weedy courtyard, dusty throne, faded tower flag
|
| 11 |
inference:
|
| 12 |
parameters:
|
| 13 |
-
width:
|
|
|
|
| 14 |
---
|
| 15 |
Keywords for prompts: apocalyptic wasteland, ruins, rust, concept art
|
|
|
|
| 10 |
- text: 8k, realistic, vray, HDR, 6000K, in a post-apocalyptic crumbling castle, stuck drawbridge, weedy courtyard, dusty throne, faded tower flag
|
| 11 |
inference:
|
| 12 |
parameters:
|
| 13 |
+
width: 1024
|
| 14 |
+
height: 512
|
| 15 |
---
|
| 16 |
Keywords for prompts: apocalyptic wasteland, ruins, rust, concept art
|