Instructions to use systms/SYSTMS-ACTION-LoRA-Qwen-Image-Edit-2511 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use systms/SYSTMS-ACTION-LoRA-Qwen-Image-Edit-2511 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2511", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("systms/SYSTMS-ACTION-LoRA-Qwen-Image-Edit-2511") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
|
| 11 |
<p align="center"><img src="SYSTMS_LOGO_ALPHA_01.png" width="600"></p>
|
| 12 |
|
| 13 |
-
###
|
| 14 |
|
| 15 |
This LoRA turns just about anything into a toys and action figures, complete with articulated joints, realistic plastic materials and painted details.
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
<p align="center"><img src="SYSTMS_LOGO_ALPHA_01.png" width="600"></p>
|
| 12 |
|
| 13 |
+
### SYSTMS // ACTION: Qwen Image Edit 2511 LORA
|
| 14 |
|
| 15 |
This LoRA turns just about anything into a toys and action figures, complete with articulated joints, realistic plastic materials and painted details.
|
| 16 |
|