Instructions to use MLbackup/Lora_scrape_2023 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MLbackup/Lora_scrape_2023 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stable-diffusion-v1-5/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("MLbackup/Lora_scrape_2023") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
Commit ·
c0b8f00
1
Parent(s): fac6a80
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ tags:
|
|
| 9 |
|
| 10 |
Queries on what the activation tags are can be made via DM's, this is largely a backup for anything uploaded to civit.
|
| 11 |
|
|
|
|
|
|
|
| 12 |
Test these out here: start your ONLINE GENERATION now! https://tensor.art/images/618050252349634200?post_id=618057377695934307&source_id=nz-3plnjkUG1ofAvanb09hMv
|
| 13 |
|
| 14 |
Join our Reddit: https://www.reddit.com/r/earthndusk/
|
|
|
|
| 9 |
|
| 10 |
Queries on what the activation tags are can be made via DM's, this is largely a backup for anything uploaded to civit.
|
| 11 |
|
| 12 |
+
This is not just DUSKFALLCREW's loras but now Earthnicity - all under the Earth & Dusk umbrella
|
| 13 |
+
|
| 14 |
Test these out here: start your ONLINE GENERATION now! https://tensor.art/images/618050252349634200?post_id=618057377695934307&source_id=nz-3plnjkUG1ofAvanb09hMv
|
| 15 |
|
| 16 |
Join our Reddit: https://www.reddit.com/r/earthndusk/
|