Instructions to use Datou1111/Slow-Shutter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Datou1111/Slow-Shutter 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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Datou1111/Slow-Shutter") prompt = "slow shutter photography motion blur, A captivating portrait of a young woman with short, blond hair and bangs. She wears a white button-down shirt, her expression serene. The background is a blur of motion, streaks of red and yellow light suggesting a bustling cityscape at night. A red car speeds past, its form elongated by the camera's long exposure. The overall effect is dynamic and dreamlike, capturing a sense of fleeting beauty amidst the rush of urban life. Use a painterly style, emphasizing the contrast between the sharp focus of the woman and the blurred background." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 7 files
Browse files- .gitattributes +7 -0
- images/img__00598_.png +3 -0
- images/img__00603_.png +3 -0
- images/img__00628_.png +3 -0
- images/img__00631_.png +3 -0
- images/img__00641_.png +3 -0
- images/img__00669_.png +3 -0
- images/img__00676_.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
images/img__00598_.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
images/img__00603_.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
images/img__00628_.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/img__00631_.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/img__00641_.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
images/img__00669_.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
images/img__00676_.png filter=lfs diff=lfs merge=lfs -text
|
images/img__00598_.png
ADDED
|
Git LFS Details
|
images/img__00603_.png
ADDED
|
Git LFS Details
|
images/img__00628_.png
ADDED
|
Git LFS Details
|
images/img__00631_.png
ADDED
|
Git LFS Details
|
images/img__00641_.png
ADDED
|
Git LFS Details
|
images/img__00669_.png
ADDED
|
Git LFS Details
|
images/img__00676_.png
ADDED
|
Git LFS Details
|