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 ·
e904098
1
Parent(s): c8650cf
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,4 +17,6 @@ Listen to the music that we've made that goes with our art: https://open.spotify
|
|
| 17 |
|
| 18 |
We stream a lot of our testing on twitch: https://www.twitch.tv/duskfallcrew
|
| 19 |
|
| 20 |
-
any chance you can spare a coffee or three? https://ko-fi.com/DUSKFALLcrew
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
We stream a lot of our testing on twitch: https://www.twitch.tv/duskfallcrew
|
| 19 |
|
| 20 |
+
any chance you can spare a coffee or three? https://ko-fi.com/DUSKFALLcrew
|
| 21 |
+
|
| 22 |
+
[](https://ko-fi.com/Z8Z8L4EO)
|