Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configs/models/deepgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from src.models.sd3_kontext.transformer_sd3_dynamic import SD3Transformer2DModel


sd3_5_model_name_or_path = "model_zoo/UniPic2-SD3.5M-Kontext-2B"
qwen2_5_vl_model_name_or_path = "model_zoo/Qwen2.5-VL-3B-Instruct"
sd3_5_model_name_or_path = "Skywork/UniPic2-SD3.5M-Kontext-2B"
qwen2_5_vl_model_name_or_path = "Qwen/Qwen2.5-VL-3B-Instruct"

tokenizer = dict(
type=AutoTokenizer.from_pretrained,
Expand Down
4 changes: 2 additions & 2 deletions configs/models/deepgen_scb.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from src.models.sd3_kontext.transformer_sd3_dynamic import SD3Transformer2DModel


sd3_5_model_name_or_path = "model_zoo/UniPic2-SD3.5M-Kontext-2B"
qwen2_5_vl_model_name_or_path = "model_zoo/Qwen2.5-VL-3B-Instruct"
sd3_5_model_name_or_path = "Skywork/UniPic2-SD3.5M-Kontext-2B"
qwen2_5_vl_model_name_or_path = "Qwen/Qwen2.5-VL-3B-Instruct"

tokenizer = dict(
type=AutoTokenizer.from_pretrained,
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ huggingface-hub==0.34.4
idna==3.10
imageio==2.37.0
importlib_metadata==8.6.1
inflect==7.5.0
ipykernel==6.29.5
ipython==9.2.0
ipython_pygments_lexers==1.1.1
Expand Down