Instructions to use prithivMLmods/QIE-2511-Outfit-Design-Layout with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/QIE-2511-Outfit-Design-Layout 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("Qwen/Qwen-Image-Edit-2511", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("prithivMLmods/QIE-2511-Outfit-Design-Layout") 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] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
upload saved checkpoints
Browse files
ckpts/QIE-2511-Outfit-Design-Layout_10.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4d1dfa3e91efff92e2be9b3650f3f3d59cc2b9a6eae94fca82f8db7407015db
|
| 3 |
+
size 236117056
|
ckpts/QIE-2511-Outfit-Design-Layout_15.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d984c689bddeb6e8c4b83188f7b105aa1ac6781756e0a0de154bed86ccc3996d
|
| 3 |
+
size 236117056
|
ckpts/QIE-2511-Outfit-Design-Layout_20.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0ae60dcfafe2a4a10244fa9a57d54be680d4e6c1dd44a8c78609e02a27552f8
|
| 3 |
+
size 236117056
|
ckpts/QIE-2511-Outfit-Design-Layout_5.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:717ec2f5a046854030bf5c61f58daa5a23b3632585b5a69260054a3ae400900a
|
| 3 |
+
size 236117056
|
ckpts/configuration.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"aigc_model":true,"framework":"pytorch","model_file_location":"QIE-2511-Outfit-Design-Layout_20.safetensors","task":"text-to-image-synthesis"}
|