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

style demo中的models下载地址 #20

Open
kainhong opened this issue Jan 16, 2024 · 4 comments
Open

style demo中的models下载地址 #20

kainhong opened this issue Jan 16, 2024 · 4 comments

Comments

@kainhong
Copy link

civitai_models/sdxlUnstableDiffusers_v11.safetensors
civitai_models/xl_more_art-full.safetensors
两个模型 hug上没有找到,能否提供相关下载信息?

@chrjxj
Copy link

chrjxj commented Jan 16, 2024

app.py has the follwoing:

# Download civitai models
civitai_model_path = "./civitai_models"
os.makedirs(civitai_model_path, exist_ok=True)
base_model_name = "sdxlUnstableDiffusers_v11.safetensors"
base_model_path = os.path.join(civitai_model_path, base_model_name)
if not os.path.exists(base_model_path):
    base_model_path = hf_hub_download(repo_id="Paper99/sdxlUnstableDiffusers_v11", filename=base_model_name, repo_type="model")

but the repo ("Paper99/sdxlUnstableDiffusers_v11") is not available

@chrjxj
Copy link

chrjxj commented Jan 16, 2024

@Paper99
Copy link
Collaborator

Paper99 commented Jan 17, 2024

Here are links of models we used in PhotoMaker-Style:

  1. stableUnstableDiffusers_v11
  2. xl_more_art-full

@Paper99 Paper99 pinned this issue Jan 17, 2024
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

4 participants