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 SYSTMS_ACTION_WORKFLOW.json
Browse files
SYSTMS_ACTION_WORKFLOW.json
CHANGED
|
@@ -714,7 +714,7 @@
|
|
| 714 |
"outputs": [],
|
| 715 |
"properties": {},
|
| 716 |
"widgets_values": [
|
| 717 |
-
"Models:\n\nQwen Image Edit 2511:\nhttps://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_2511_fp8mixed.safetensors\n\nText encoder:\nhttps://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors\n\nVAE: \nhttps://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/vae/qwen_image_vae.safetensors\n\n8-step LightX LoRA:\nhttps://huggingface.co/lightx2v/Qwen-Image-Edit-2511-Lightning/resolve/main/Qwen-Image-Edit-2511-Lightning-8steps-V1.0-fp32.safetensors\n\nSystms ACTION:\nhttps://huggingface.co/systms/ACTION/resolve/main/
|
| 718 |
],
|
| 719 |
"color": "#432",
|
| 720 |
"bgcolor": "#653"
|
|
|
|
| 714 |
"outputs": [],
|
| 715 |
"properties": {},
|
| 716 |
"widgets_values": [
|
| 717 |
+
"Models:\n\nQwen Image Edit 2511:\nhttps://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI/resolve/main/split_files/diffusion_models/qwen_image_edit_2511_fp8mixed.safetensors\n\nText encoder:\nhttps://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors\n\nVAE: \nhttps://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/vae/qwen_image_vae.safetensors\n\n8-step LightX LoRA:\nhttps://huggingface.co/lightx2v/Qwen-Image-Edit-2511-Lightning/resolve/main/Qwen-Image-Edit-2511-Lightning-8steps-V1.0-fp32.safetensors\n\nSystms ACTION:\nhttps://huggingface.co/systms/ACTION/resolve/main/QWEN_EDIT_ACTION_V1.safetensors"
|
| 718 |
],
|
| 719 |
"color": "#432",
|
| 720 |
"bgcolor": "#653"
|