Instructions to use prithivMLmods/QIE-FRIE1.1-Object-Mover with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/QIE-FRIE1.1-Object-Mover 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("FireRedTeam/FireRed-Image-Edit-1.1", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("prithivMLmods/QIE-FRIE1.1-Object-Mover") 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
- Local Apps Settings
- Draw Things
add checkpoints ✅
#1
by prithivMLmods - opened
ckpts/QIE-FRIE1.1-Object-Mover-1000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92a3e5f95c92e1689591fc7b3443312e1c214473f65dbdc7f5151cccc185fef2
|
| 3 |
+
size 236117216
|
ckpts/QIE-FRIE1.1-Object-Mover-2000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fca75ac1c3477c02ed4fff50ce8781564ca36f0dc0b50adbab6fa29f064aa22
|
| 3 |
+
size 236117216
|
ckpts/QIE-FRIE1.1-Object-Mover-3000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c21e7dab70adcee9b1edc8c45ebd23044d8d1bf3d4d4258a2cb25f70ce32660
|
| 3 |
+
size 236117216
|
ckpts/QIE-FRIE1.1-Object-Mover-4000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf957d2c60457304788916f79f754cc7e40ca7c3b0d9bebb6a06eddcac5f60a3
|
| 3 |
+
size 236117216
|