You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ This repository will contain the official implementation of _ICEdit_.
42
42
-[ ] Training Code
43
43
44
44
# News
45
-
-**[2025/4/30]** 🔥 We release the [pretrained weights](https://huggingface.co/sanaka87/ICEdit-MoE-LoRA/tree/main) on Huggingface 🤗!
45
+
-**[2025/4/30]** 🔥 We release the inference code and [pretrained weights](https://huggingface.co/sanaka87/ICEdit-MoE-LoRA/tree/main) on Huggingface 🤗!
46
46
-**[2025/4/30]** 🔥 We release the [paper](https://arxiv.org/abs/2504.20690) on arXiv!
47
47
-**[2025/4/29]** We release the [project page](https://river-zhang.github.io/ICEdit-gh-pages/) and demo video! Codes will be made available in next week~ Happy Labor Day!
48
48
@@ -68,15 +68,15 @@ If you can connect to Huggingface, you don't need to download the weights. Other
68
68
69
69
Now you can have a try!
70
70
71
-
> Our model can **only edit images with a width of $512$ pixels** (there is no restriction on the height). If you pass in an image with a width other than $512$ pixels, the model will automatically resize it to $512$ pixels.
71
+
> Our model can **only edit images with a width of 512 pixels** (there is no restriction on the height). If you pass in an image with a width other than 512 pixels, the model will automatically resize it to 512 pixels.
--instruction "Make her hair dark green and her clothes checked." \
76
76
--seed 42 \
77
77
```
78
78
79
-
Editing a $512×768$ image requires $35$ GB of GPU memory. If you need to run on a system with $24$ GB of GPU memory (for example, an NVIDIA RTX3090), you can add the `--enable-model-cpu-offload` parameter.
79
+
Editing a 512×768 image requires 35 GB of GPU memory. If you need to run on a system with 24 GB of GPU memory (for example, an NVIDIA RTX3090), you can add the `--enable-model-cpu-offload` parameter.
0 commit comments