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
2 changes: 1 addition & 1 deletion configs/sd2_gradio.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
base_model_type: sd2
base_model_path: stabilityai/stable-diffusion-2-1-base
base_model_path: sd2-community/stable-diffusion-2-1-base
model_t: 200
coeff_t: 200
lora_rank: 256
Expand Down
2 changes: 1 addition & 1 deletion configs/sd2_train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ data_config:
resize_back: true

base_model_type: sd2
base_model_path: stabilityai/stable-diffusion-2-1-base
base_model_path: sd2-community/stable-diffusion-2-1-base
model_t: 200
coeff_t: 200
lora_rank: 256
Expand Down