Instructions to use lstep1/reglisse-sheltie-sheepdog with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lstep1/reglisse-sheltie-sheepdog with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("lstep1/reglisse-sheltie-sheepdog") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,8 @@ tags:
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- template:sd-lora
|
|
|
|
|
|
|
| 8 |
widget:
|
| 9 |
- text: '-'
|
| 10 |
output:
|
|
@@ -38,6 +40,9 @@ Lora for Shetland Sheepdogs, also know as Shelties dogs. I couldn't find any
|
|
| 38 |
|
| 39 |
The result is really nice, and by specifying fur color, you can generate other than B&W sheltie with really good results.
|
| 40 |
|
|
|
|
|
|
|
|
|
|
| 41 |

|
| 42 |
|
| 43 |
|
|
@@ -54,4 +59,4 @@ You should use `R3gliss3D0g` to trigger the image generation.
|
|
| 54 |
|
| 55 |
Weights for this model are available in Safetensors format.
|
| 56 |
|
| 57 |
-
[Download](/lstep1/reglisse-sheltie-sheepdog/tree/main) them in the Files & versions tab.
|
|
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- template:sd-lora
|
| 8 |
+
- sheltie
|
| 9 |
+
- dog
|
| 10 |
widget:
|
| 11 |
- text: '-'
|
| 12 |
output:
|
|
|
|
| 40 |
|
| 41 |
The result is really nice, and by specifying fur color, you can generate other than B&W sheltie with really good results.
|
| 42 |
|
| 43 |
+
|
| 44 |
+
Here is the real one:
|
| 45 |
+
|
| 46 |

|
| 47 |
|
| 48 |
|
|
|
|
| 59 |
|
| 60 |
Weights for this model are available in Safetensors format.
|
| 61 |
|
| 62 |
+
[Download](/lstep1/reglisse-sheltie-sheepdog/tree/main) them in the Files & versions tab.
|