Instructions to use drbaph/Qwen-Image-Edit-2511-FP8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use drbaph/Qwen-Image-Edit-2511-FP8 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("drbaph/Qwen-Image-Edit-2511-FP8", dtype=torch.bfloat16, device_map="cuda") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Upload 6 files
Browse files- .gitattributes +4 -0
- assets/1.png +3 -0
- assets/1.webp +0 -0
- assets/2.png +3 -0
- assets/2.webp +0 -0
- assets/3.png +3 -0
- assets/3.webp +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,7 @@ New[[:space:]]folder[[:space:]](7)/1.png filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
New[[:space:]]folder[[:space:]](7)/2.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
New[[:space:]]folder[[:space:]](7)/3.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
New[[:space:]]folder[[:space:]](7)/3.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
New[[:space:]]folder[[:space:]](7)/2.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
New[[:space:]]folder[[:space:]](7)/3.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
New[[:space:]]folder[[:space:]](7)/3.webp filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
assets/1.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
assets/2.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
assets/3.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
assets/3.webp filter=lfs diff=lfs merge=lfs -text
|
assets/1.png
ADDED
|
Git LFS Details
|
assets/1.webp
ADDED
|
assets/2.png
ADDED
|
Git LFS Details
|
assets/2.webp
ADDED
|
assets/3.png
ADDED
|
Git LFS Details
|
assets/3.webp
ADDED
|
Git LFS Details
|