Instructions to use prithivMLmods/QIE-FRIE1.1-BBox-Object-Remover-v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/QIE-FRIE1.1-BBox-Object-Remover-v4 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-BBox-Object-Remover-v4") 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
update checkpoints ✅
Browse files
ckpts/QIE-FRIE1.1-BBox-Object-Remover-v4-1000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83c6f6d75ebc43b9eabbc49a00ca6db5ca0a86b6e94d3d6f063c74de8c0cdf5a
|
| 3 |
+
size 236117152
|
ckpts/QIE-FRIE1.1-BBox-Object-Remover-v4-2000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a3a4d956ba38fc7014f44d4dffdb93ae503393544a3554c27aceb3f3203179b
|
| 3 |
+
size 236117152
|
ckpts/QIE-FRIE1.1-BBox-Object-Remover-v4-3000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65b14088681924dc6caa56306c535b16d29214fb9eb3d4329444e762891570fe
|
| 3 |
+
size 236117152
|
ckpts/QIE-FRIE1.1-BBox-Object-Remover-v4-4000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a55f7584ed92377aa1376505f2a26da72bd8ce251e6cf0aa8b453852a946b381
|
| 3 |
+
size 236117152
|