Instructions to use NO8D/PhotoStyle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NO8D/PhotoStyle with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("wikeeyang/Flux2-Klein-9B-True-V2", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("NO8D/PhotoStyle") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,8 +22,14 @@ license_link: LICENSE
|
|
| 22 |
This is a collection of Slider - LORAs that control the photography style, focusing on helping you easily create a controllable visual style.
|
| 23 |
The weight usually ranges from 0 to 6. The higher the weight, the more obvious the visual stylization.
|
| 24 |
|
| 25 |
-
###
|
| 26 |

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
# Continuously updating
|
| 29 |
|
|
|
|
| 22 |
This is a collection of Slider - LORAs that control the photography style, focusing on helping you easily create a controllable visual style.
|
| 23 |
The weight usually ranges from 0 to 6. The higher the weight, the more obvious the visual stylization.
|
| 24 |
|
| 25 |
+
### polaroid: Control the polaroid-style by adjusting weights.
|
| 26 |

|
| 27 |
+
### disposable-camera
|
| 28 |
+

|
| 29 |
+
### cctv
|
| 30 |
+

|
| 31 |
+
### lomo
|
| 32 |
+

|
| 33 |
|
| 34 |
# Continuously updating
|
| 35 |
|