Instructions to use raaedk/subliminal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use raaedk/subliminal 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("raaedk/subliminal") prompt = "unconditional (blank prompt)" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Model card auto-generated by SimpleTuner
Browse files
README.md
CHANGED
|
@@ -60,7 +60,7 @@ You may reuse the base model text encoder for inference.
|
|
| 60 |
## Training settings
|
| 61 |
|
| 62 |
- Training epochs: 1
|
| 63 |
-
- Training steps:
|
| 64 |
- Learning rate: 0.0001
|
| 65 |
- Max grad norm: 0.01
|
| 66 |
- Effective batch size: 1
|
|
@@ -102,7 +102,7 @@ You may reuse the base model text encoder for inference.
|
|
| 102 |
### subliminal-512
|
| 103 |
- Repeats: 10
|
| 104 |
- Total number of images: 55
|
| 105 |
-
- Total number of aspect buckets:
|
| 106 |
- Resolution: 0.262144 megapixels
|
| 107 |
- Cropped: False
|
| 108 |
- Crop style: None
|
|
|
|
| 60 |
## Training settings
|
| 61 |
|
| 62 |
- Training epochs: 1
|
| 63 |
+
- Training steps: 4000
|
| 64 |
- Learning rate: 0.0001
|
| 65 |
- Max grad norm: 0.01
|
| 66 |
- Effective batch size: 1
|
|
|
|
| 102 |
### subliminal-512
|
| 103 |
- Repeats: 10
|
| 104 |
- Total number of images: 55
|
| 105 |
+
- Total number of aspect buckets: 1
|
| 106 |
- Resolution: 0.262144 megapixels
|
| 107 |
- Cropped: False
|
| 108 |
- Crop style: None
|