Skip to content

Commit

Permalink
ignore large tets; remove default prompt in geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
thuliu-yt16 committed Jul 11, 2023
1 parent 0efd25e commit 2840700
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,5 @@ outputs-gradio/

# wandb
wandb/

load/tets/256_tets.npz
2 changes: 1 addition & 1 deletion configs/prolificdreamer-geometry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ system:
prompt_processor_type: "stable-diffusion-prompt-processor"
prompt_processor:
pretrained_model_name_or_path: "stabilityai/stable-diffusion-2-1-base"
prompt: lib:michelangelo_dog
prompt: ???

guidance_type: "stable-diffusion-guidance"
guidance:
Expand Down
16 changes: 8 additions & 8 deletions configs/prolificdreamer-propnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ system:
args:
start_factor: 0.01
total_iters: 100
-
name: MultiStepLR
args:
milestones:
- ${idiv:${trainer.max_steps},2}
- ${idiv:${mul:${trainer.max_steps},3},4}
- ${idiv:${mul:${trainer.max_steps},9},10}
gamma: 0.33
# -
# name: MultiStepLR
# args:
# milestones:
# - ${idiv:${trainer.max_steps},2}
# - ${idiv:${mul:${trainer.max_steps},3},4}
# - ${idiv:${mul:${trainer.max_steps},9},10}
# gamma: 0.33


prompt_processor_type: "stable-diffusion-prompt-processor"
Expand Down

0 comments on commit 2840700

Please sign in to comment.