Instructions to use alastandy/capybara2_sd3_dev_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alastandy/capybara2_sd3_dev_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("stabilityai/stable-diffusion-3-medium-diffusers", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("alastandy/capybara2_sd3_dev_lora") prompt = "a drawing of a capybaracartoon" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example (#3)
Browse files- Add generated example (c5e4935366dd75f4d00669dce1731438a668e996)
- README.md +3 -0
- images/example_echgth9uz.png +0 -0
README.md
CHANGED
|
@@ -18,6 +18,9 @@ widget:
|
|
| 18 |
- text: a drawing of a capybaracartoon
|
| 19 |
output:
|
| 20 |
url: images/example_46zk71h02.png
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
---
|
| 23 |
|
|
|
|
| 18 |
- text: a drawing of a capybaracartoon
|
| 19 |
output:
|
| 20 |
url: images/example_46zk71h02.png
|
| 21 |
+
- text: a drawing of a capybaracartoon
|
| 22 |
+
output:
|
| 23 |
+
url: images/example_echgth9uz.png
|
| 24 |
|
| 25 |
---
|
| 26 |
|
images/example_echgth9uz.png
ADDED
|