Instructions to use artificialguybr/stickers-redmond-2-1-version-stickers-lora-for-freedom-redmond-sd-2-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/stickers-redmond-2-1-version-stickers-lora-for-freedom-redmond-sd-2-1 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-2-1-base", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("artificialguybr/stickers-redmond-2-1-version-stickers-lora-for-freedom-redmond-sd-2-1") prompt = "1girl, portrait, anime, anime style, ,sticker,,stickers , ," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
docs: add missing creator links
Browse files
README.md
CHANGED
|
@@ -122,3 +122,11 @@ image = pipeline('A cute astronaut wearing sunglasses,
|
|
| 122 |
```
|
| 123 |
|
| 124 |
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
```
|
| 123 |
|
| 124 |
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
| 125 |
+
|
| 126 |
+
<!-- artificialguybr-links:start -->
|
| 127 |
+
### Explore More
|
| 128 |
+
|
| 129 |
+
Discover more of my models, projects, and practical AI resources:
|
| 130 |
+
- **AI tools directory:** [JustGoodAI](https://justgoodai.com/) — a curated directory of useful AI tools.
|
| 131 |
+
|
| 132 |
+
<!-- artificialguybr-links:end -->
|