Instructions to use Prgckwb/trpfrog-sd3.5-large-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Prgckwb/trpfrog-sd3.5-large-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.5-large", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Prgckwb/trpfrog-sd3.5-large-lora") prompt = "an icon of trpfrog eating ramen" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model Prgckwb/trpfrog-sd3.5-large-lora.
Prompt: an icon of trpfrog saying “TrpFrog”
- README.md +4 -0
- images/example_316yoknj1.png +0 -0
README.md
CHANGED
|
@@ -22,6 +22,9 @@ widget:
|
|
| 22 |
- text: an icon of trpfrog in fire
|
| 23 |
output:
|
| 24 |
url: images/example_fire.png
|
|
|
|
|
|
|
|
|
|
| 25 |
tags:
|
| 26 |
- text-to-image
|
| 27 |
- diffusers-training
|
|
@@ -34,6 +37,7 @@ tags:
|
|
| 34 |
datasets:
|
| 35 |
- trpfrog/trpfrog-icons
|
| 36 |
- Prgckwb/trpfrog-icons-dreambooth
|
|
|
|
| 37 |
---
|
| 38 |
|
| 39 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
|
|
|
| 22 |
- text: an icon of trpfrog in fire
|
| 23 |
output:
|
| 24 |
url: images/example_fire.png
|
| 25 |
+
- text: an icon of trpfrog saying “TrpFrog”
|
| 26 |
+
output:
|
| 27 |
+
url: images/example_316yoknj1.png
|
| 28 |
tags:
|
| 29 |
- text-to-image
|
| 30 |
- diffusers-training
|
|
|
|
| 37 |
datasets:
|
| 38 |
- trpfrog/trpfrog-icons
|
| 39 |
- Prgckwb/trpfrog-icons-dreambooth
|
| 40 |
+
|
| 41 |
---
|
| 42 |
|
| 43 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
images/example_316yoknj1.png
ADDED
|