Instructions to use Prgckwb/trpfrog-sd3.5-medium-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Prgckwb/trpfrog-sd3.5-medium-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-medium", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Prgckwb/trpfrog-sd3.5-medium-lora") prompt = "an icon of trpfrog eating ramen" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,9 +4,6 @@ library_name: diffusers
|
|
| 4 |
license: other
|
| 5 |
instance_prompt: an icon of trpfrog
|
| 6 |
widget:
|
| 7 |
-
# - text: an icon of trpfrog eating ramen
|
| 8 |
-
# output:
|
| 9 |
-
# url: image_0.png
|
| 10 |
- text: an icon of trpfrog eating ramen
|
| 11 |
output:
|
| 12 |
url: image_1.png
|
|
@@ -22,9 +19,6 @@ widget:
|
|
| 22 |
- text: an icon of trpfrog eating ramen
|
| 23 |
output:
|
| 24 |
url: image_5.png
|
| 25 |
-
# - text: an icon of trpfrog eating ramen
|
| 26 |
-
# output:
|
| 27 |
-
# url: image_6.png
|
| 28 |
- text: an icon of trpfrog eating ramen
|
| 29 |
output:
|
| 30 |
url: image_7.png
|
|
@@ -36,6 +30,9 @@ tags:
|
|
| 36 |
- template:sd-lora
|
| 37 |
- sd3
|
| 38 |
- sd3-diffusers
|
|
|
|
|
|
|
|
|
|
| 39 |
---
|
| 40 |
|
| 41 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
|
@@ -91,4 +88,4 @@ For more details, including weighting, merging and fusing LoRAs, check the [docu
|
|
| 91 |
|
| 92 |
## License
|
| 93 |
|
| 94 |
-
Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE.md).
|
|
|
|
| 4 |
license: other
|
| 5 |
instance_prompt: an icon of trpfrog
|
| 6 |
widget:
|
|
|
|
|
|
|
|
|
|
| 7 |
- text: an icon of trpfrog eating ramen
|
| 8 |
output:
|
| 9 |
url: image_1.png
|
|
|
|
| 19 |
- text: an icon of trpfrog eating ramen
|
| 20 |
output:
|
| 21 |
url: image_5.png
|
|
|
|
|
|
|
|
|
|
| 22 |
- text: an icon of trpfrog eating ramen
|
| 23 |
output:
|
| 24 |
url: image_7.png
|
|
|
|
| 30 |
- template:sd-lora
|
| 31 |
- sd3
|
| 32 |
- sd3-diffusers
|
| 33 |
+
datasets:
|
| 34 |
+
- trpfrog/trpfrog-icons
|
| 35 |
+
- Prgckwb/trpfrog-icons-dreambooth
|
| 36 |
---
|
| 37 |
|
| 38 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
|
|
|
| 88 |
|
| 89 |
## License
|
| 90 |
|
| 91 |
+
Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE.md).
|