Skip to content

Commit 3be2660

Browse files
upd README.md
1 parent aab0e89 commit 3be2660

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This repository will contain the official implementation of _ICEdit_.
4242
- [ ] Training Code
4343

4444
# 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 🤗!
4646
- **[2025/4/30]** 🔥 We release the [paper](https://arxiv.org/abs/2504.20690) on arXiv!
4747
- **[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!
4848

@@ -68,15 +68,15 @@ If you can connect to Huggingface, you don't need to download the weights. Other
6868

6969
Now you can have a try!
7070

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.
7272
7373
```bash
7474
python scripts/inference.py --image assets/girl.png \
7575
--instruction "Make her hair dark green and her clothes checked." \
7676
--seed 42 \
7777
```
7878

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.
8080

8181
```bash
8282
python scripts/inference.py --image assets/girl.png \

0 commit comments

Comments
 (0)