Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No file name config.json #1

Open
IceIce1ce opened this issue Aug 12, 2024 · 1 comment
Open

No file name config.json #1

IceIce1ce opened this issue Aug 12, 2024 · 1 comment

Comments

@IceIce1ce
Copy link

Hi authors,

First of all, congratulations on your paper which was published at ICML this year. When I run the image generation script after finishing training the model. It notifies me we we do not have the config.json file as well as no file name diffusion_pytorch_model.bin. Can you help me to solve this problem.

@OrBerebi
Copy link

try setting the "trained_with_lora" parameter to True in the ./eval_scripts/models_catalog.py file.

here is an example that seem to work (at least for me):

"sd_dumb": {
"dataset_size": 100, # how many examples were in the dataset. Use either full or number.
"consistency": True, # whether this model was trained with consistency.
"trained_with_lora": True,
"timestep_nature": 50, # level of noise that was present in the training examples. Number should be between 0 and 1000 for SDXL.
"ckpt_path": "/gpfs0/bgu-br/users/berebio/GitHub/ambient-tweedie/laion_low_level/checkpoint-400/", # add local checkpoint path
"desc": "SDXL dumb model.",
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants