Upload folder using huggingface_hub
Browse files- README.md +4 -4
- qwen-edit-remover.safetensors +1 -1
README.md
CHANGED
|
@@ -24,7 +24,7 @@ widget:
|
|
| 24 |
output:
|
| 25 |
url: result/result3.png
|
| 26 |
---
|
| 27 |
-
#
|
| 28 |
|
| 29 |
<Gallery />
|
| 30 |
|
|
@@ -37,7 +37,7 @@ The greatest advantage of using this LORA is that it maintains the consistency o
|
|
| 37 |
|
| 38 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 39 |
<h2 style="color: #24292e; margin-top: 0;">ComfyUI Workflow</h2>
|
| 40 |
-
<p>This LoRA works with a modified version of <a href="https://huggingface.co/
|
| 41 |
<p>See the Downloads section above for the modified workflow.</p>
|
| 42 |
</div>
|
| 43 |
|
|
@@ -54,7 +54,7 @@ pipeline.to(torch.bfloat16)
|
|
| 54 |
pipeline.to("cuda")
|
| 55 |
|
| 56 |
# Load trained LoRA weights for in-scene editing
|
| 57 |
-
pipeline.load_lora_weights("
|
| 58 |
|
| 59 |
# Load input image
|
| 60 |
image = Image.open("./result/test.png").convert("RGB")
|
|
@@ -89,7 +89,7 @@ There is no fixed trigger word. The specific removal prompt needs to be tested m
|
|
| 89 |
|
| 90 |
Weights for this model are available in Safetensors format.
|
| 91 |
|
| 92 |
-
[Download](https://huggingface.co/
|
| 93 |
|
| 94 |
## Training at Chongqing Valiant Cat
|
| 95 |
|
|
|
|
| 24 |
output:
|
| 25 |
url: result/result3.png
|
| 26 |
---
|
| 27 |
+
# starsfriday Qwen-Image-Edit LoRA
|
| 28 |
|
| 29 |
<Gallery />
|
| 30 |
|
|
|
|
| 37 |
|
| 38 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 39 |
<h2 style="color: #24292e; margin-top: 0;">ComfyUI Workflow</h2>
|
| 40 |
+
<p>This LoRA works with a modified version of <a href="https://huggingface.co/starsfriday/Qwen-Image-Edit-Remover-General-LoRA/blob/main/Qwen-Edit-LORA.json" style="color: #0366d6; text-decoration: none;">Comfy's Qwen-Image-Edit workflow</a>. The main modification is adding a Qwen-Image-Edit LoRA node connected to the base model.</p>
|
| 41 |
<p>See the Downloads section above for the modified workflow.</p>
|
| 42 |
</div>
|
| 43 |
|
|
|
|
| 54 |
pipeline.to("cuda")
|
| 55 |
|
| 56 |
# Load trained LoRA weights for in-scene editing
|
| 57 |
+
pipeline.load_lora_weights("starsfriday/Qwen-Image-Edit-Remover-General-LoRA",weight_name="qwen-edit-remover.safetensors")
|
| 58 |
|
| 59 |
# Load input image
|
| 60 |
image = Image.open("./result/test.png").convert("RGB")
|
|
|
|
| 89 |
|
| 90 |
Weights for this model are available in Safetensors format.
|
| 91 |
|
| 92 |
+
[Download](https://huggingface.co/starsfriday/Qwen-Image-Edit-Remover-General-LoRA)
|
| 93 |
|
| 94 |
## Training at Chongqing Valiant Cat
|
| 95 |
|
qwen-edit-remover.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 472047184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a1ca93be812edc8c7640d0dbdb53b6f0bf3719e343e339690633ce5b868cafb
|
| 3 |
size 472047184
|