Instructions to use crystalwizard/abstract-sart-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use crystalwizard/abstract-sart-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("crystalwizard/abstract-sart-lora") prompt = "abstract-sart mouse in winter" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ license: apache-2.0
|
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|
| 45 |
-
This is a style lora designed to add some abstract elements to the look of your render.
|
| 46 |
|
| 47 |
The trigger word is abstract-sart
|
| 48 |
|
|
|
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|
| 45 |
+
This is a style lora designed to add some abstract elements to the look of your Stable Diffusion 3.5 Large render.
|
| 46 |
|
| 47 |
The trigger word is abstract-sart
|
| 48 |
|