sealical commited on
Commit
5bb7431
·
verified ·
1 Parent(s): be18cc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -33,7 +33,8 @@ tags:
33
 
34
  ## 📖 Introduction
35
 
36
- **UniPic2-SD3.5M-Kontext-2B** is a post-trained **T2I** model built on the SD3.5-Medium. It focuses on text-to-image generation and image editing, delivering strong quality with a fast generation speed. It runs smoothly on a single 16 GB consumer GPU.
 
37
 
38
  <div align="center"> <img src="teaser.png" alt="Model Teaser" width="720"> </div>
39
 
@@ -61,7 +62,7 @@ cd UniPic-2
61
 
62
  ### 2. Set Up the Environment
63
  ```bash
64
- conda create -n unipic python=3.10.16
65
  conda activate unipic
66
  pip install -r requirements.txt
67
  ```
 
33
 
34
  ## 📖 Introduction
35
 
36
+ **UniPic2-SD3.5M-Kontext-2B** is a post-trained **T2I
37
+ ** model built on the SD3.5-Medium. It focuses on text-to-image generation and image editing, delivering strong quality with a fast generation speed. It runs smoothly on a single 16 GB consumer GPU.
38
 
39
  <div align="center"> <img src="teaser.png" alt="Model Teaser" width="720"> </div>
40
 
 
62
 
63
  ### 2. Set Up the Environment
64
  ```bash
65
+ conda create -n unipic python=3.10
66
  conda activate unipic
67
  pip install -r requirements.txt
68
  ```