Skip to content

Commit

Permalink
update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zml-ai committed Jun 10, 2024
1 parent 38ef213 commit ebfb793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ or multi-turn language interactions to create the picture.
- Hunyuan-DiT (Text-to-Image Model)
- [x] Inference
- [x] Checkpoints
- [x] Distillation Version (Coming soon ⏩️)
- [x] TensorRT Version (Coming soon ⏩️)
- [x] Distillation Version
- [x] TensorRT Version
- [ ] Training (Coming later ⏩️)
- [ ] Lora
- [ ] Controlnet (Pose, Canny, Depth, Tile)
Expand Down Expand Up @@ -304,7 +304,7 @@ python app/hydit_app.py --lang en
# If your GPU memory is less than 32GB, use '--load-4bit' to enable 4-bit quantization, which requires at least 22GB of memory.
python app/multiTurnT2I_app.py
```
Then the demo can be accessed through http://0.0.0.0:443
Then the demo can be accessed through http://0.0.0.0:443. It should be noted that the 0.0.0.0 here needs to be repleaed with the server IP.

### Using 🤗 Diffusers

Expand Down

0 comments on commit ebfb793

Please sign in to comment.