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
Browse filesGenerated example for model alastandy/capybara2_sd3_dev_lora.
Prompt: a drawing of a capybaracartoon in the style of pop art.
- README.md +3 -0
- images/example_m9aua9tvj.png +0 -0
README.md
CHANGED
|
@@ -24,6 +24,9 @@ widget:
|
|
| 24 |
- text: capybaracartoon, a capybara
|
| 25 |
output:
|
| 26 |
url: images/example_h0kxew2vb.png
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
---
|
| 29 |
|
|
|
|
| 24 |
- text: capybaracartoon, a capybara
|
| 25 |
output:
|
| 26 |
url: images/example_h0kxew2vb.png
|
| 27 |
+
- text: a drawing of a capybaracartoon in the style of pop art.
|
| 28 |
+
output:
|
| 29 |
+
url: images/example_m9aua9tvj.png
|
| 30 |
|
| 31 |
---
|
| 32 |
|
images/example_m9aua9tvj.png
ADDED
|