--- license: unknown base_model: - Qwen/Qwen-Image-Edit-2511 - Phr00t/Qwen-Image-Edit-Rapid-AIO library_name: gguf pipeline_tag: image-to-image tags: - qwen-image-edit - turbo - lora-merge - gguf --- # Qwen-Image-Edit 2511 GGUF (Turbo LoRA + NSFW LoRA baked-in) A pre-merged, quantized build of **Qwen-Image-Edit-2511** with two fine-tunes baked into the weights: 1. **Turbo (Lightning 4-step)** 2. **NSFW Lora** --- ## Sample Turbo Edit (8-steps) A standard edit showing the base capability is intact:
Prompt:
A giant full-body teddy bear wearing a plain white t-shirt. Print the exact logo from the input image onto the front of the t-shirt, large and clearly visible. Soft studio lighting, clean light-gray background, full-body shot, cute and detailed.
--- ## Sample Image-to-Image (4-steps) Image-to-Image works and is very fast:
Prompt: Remove the clothes.
- **Note:** "Editing" is not this models strength, the model needs further tuning for stronger NSFW edits. --- ## Sample Text-to-Image (4-steps) The highlight of this model. Fast and uncensored.
Prompt:
Red head woman in exotic hotel pool.
3/4 body shot. high quality
Prompt:
Red head womain in exotic hotel shower.
3/4 body shot. professional quality
- **Note:** Guardrails are in place to prevent illegal content, but mostly NSFW. --- ## Components used to generate | Component | File | ~Size | Download | |---|---|---|---| | Transformer | `qwen-image-edit-2511-uncensored-Q4_K_M.gguf` | 11.7 GB | [Link](https://huggingface.co/ChrisColeTech/qwen-image-edit-uncensored-GGUF/resolve/main/split/diffusion_models/qwen-image-edit-2511-uncensored-Q4_K_M.gguf) | | Text Encoder | `Qwen2.5-VL-7B-Instruct-q4_0.gguf ` | 4.43 GB | [Link](https://huggingface.co/ChrisColeTech/qwen-image-edit-uncensored-GGUF/resolve/main/split/text_encoders/Qwen2.5-VL-7B-Instruct-q4_0.gguf) | | mmproj | `Qwen2.5-VL-7B-Instruct-mmproj-f16.gguf` | 1.35 GB | [Link](https://huggingface.co/ChrisColeTech/qwen-image-edit-uncensored-GGUF/resolve/main/split/text_encoders/Qwen2.5-VL-7B-Instruct-mmproj-f16.gguf) | | VAE | `qwen_image_vae.safetensors` | 254 MB | [Link](https://huggingface.co/ChrisColeTech/qwen-image-edit-uncensored-GGUF/resolve/main/split/vae/qwen_image_vae.safetensors) | ### Sample settings | Parameter | Value | Notes | |---|---|---| | Resolution | **1024 × 1024** | `512x512 min` | | Steps | **4** | `4-steps min, 16-steps max` | | CFG | **1.0** | always use 1.0 for turbo variants | --- ## ⚠ Must use the updated GGUF Loader ⚠ In comfy: - Open the ComfyUI Manager - Change the channel to "Channel (remote)" - and search for comfyui-gguf-loader ![image](https://cdn-uploads.huggingface.co/production/uploads/6a550d1dc84594e3ada10828/SgiBz44CKsKT5m2sCXDnB.png) Use the workflow [Link](https://huggingface.co/ChrisColeTech/qwen-image-edit-uncensored-GGUF/resolve/main/workflow_example/qwen_image_edit_nsfw.json) ![image](https://huggingface.co/ChrisColeTech/qwen-image-edit-uncensored-GGUF/resolve/main/workflow_example/workflow_example_qwen_nsfw.png) ---