Instructions to use prithivMLmods/QIE-2511-FlatLog2TrueColor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/QIE-2511-FlatLog2TrueColor 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-FlatLog2TrueColor") 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-FlatLog2TrueColor-1600.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78058dbe873c573a0ac4f9601c84c232887f66e01a8ea02a75383635ef015f7a
|
| 3 |
+
size 236117056
|
ckpts/QIE-2511-FlatLog2TrueColor-2400.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:350d661c01904b6c4353f99fb57b3baa840a363e2f10b6bc6cd69f9caf37be78
|
| 3 |
+
size 236117056
|
ckpts/QIE-2511-FlatLog2TrueColor-3200.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4023a8ee8124c3b62d0683b9a4b51778ebc26da40cd938cc729565755fc5e268
|
| 3 |
+
size 236117056
|
ckpts/QIE-2511-FlatLog2TrueColor-800.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d09dba580bae0819d82a7a073d6f1f612a0832295de5ea4f03f83aa5177aa85
|
| 3 |
+
size 236117056
|