Instructions to use tera0711/lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tera0711/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("tera0711/lora") prompt = "<lora:guiltyficial_reality-01:0.7>, perfect body, ultra realistic, best quality, 8k uhd, masterpiece, asian beautiful woman, " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 4 files
Browse files- add_brightness_XL.safetensors +3 -0
- add_contrast_XL.safetensors +3 -0
- add_saturation.safetensors +3 -0
- add_sharpness.safetensors +3 -0
add_brightness_XL.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6186f0dad9c393a5f0a29b8424255ebd0b33e51e260e107df2206d3f0a6d2ba
|
| 3 |
+
size 57417260
|
add_contrast_XL.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cdc01750bae7c05d593c068d215d8e35eaf000f163a9e00c6fa77d2bb8eb596
|
| 3 |
+
size 57417260
|
add_saturation.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04a3e5e26e13af606532582815ff56f4c04f8e6364293bf27f18701a653d372a
|
| 3 |
+
size 9549242
|
add_sharpness.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:048c36fc3d4c157eac413e3d05f6ec8ae28c14403671f8a0687a699b8959d668
|
| 3 |
+
size 9549235
|