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

from huggingface_hub import get_full_repo_name # for backward compatibility #579

Open
2 tasks done
Sandeep-Narahari opened this issue Apr 10, 2024 · 2 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@Sandeep-Narahari
Copy link

Sandeep-Narahari commented Apr 10, 2024

Prerequisites

  • I have read the documentation.
  • I have checked other issues for similar problems.

Backend

Local

Interface Used

CLI

CLI Command

autotrain dreambooth --model stabilityai/stable-diffusion-xl-base-1.0 --project-name v3d --image-path images/ --prompt "photo of sks man" --resolution 1024 --batch-size 1 --num-steps 1500 --fp16 --gradient-accumulation 4 --lr 1e-4

UI Screenshots & Parameters

image

Error Logs

image

Additional Information

I have installed as per the instructions as per the readme

@Sandeep-Narahari Sandeep-Narahari added the bug Something isn't working label Apr 10, 2024
@simonjriddix
Copy link

simonjriddix commented Apr 11, 2024

try to update transorferms to download the right huggingface_hub version

pip install transformers
conda install chardet

@csabakecskemeti
Copy link

I can confirm conda install chardet helps. Plus don't forget to export your HF_TOKEN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants