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

how do i add my own model #9

Closed
Tjbr0ss2 opened this issue Dec 10, 2022 · 8 comments
Closed

how do i add my own model #9

Tjbr0ss2 opened this issue Dec 10, 2022 · 8 comments

Comments

@Tjbr0ss2
Copy link

How

@camenduru
Copy link
Owner

first upload here https://huggingface.co

@Tjbr0ss2
Copy link
Author

first upload here https://huggingface.co

It is not a model that I have created, it is one that I want to use: https://huggingface.co/eimiss/EimisAnimeDiffusion_1.0v/blob/main/EimisAnimeDiffusion_1-0v.ckpt

@Tjbr0ss2
Copy link
Author

oh and also, how do I merge them ?

@camenduru
Copy link
Owner

thanks for the suggestion ❤

@Tjbr0ss2
Copy link
Author

thanks for the suggestion ❤
your webui is the only one that works for me (for some reason, others always give me errors) thenks

@camenduru
Copy link
Owner

lets say you wanna merge EimisAnimeDiffusion_1.0v with Anything-V3

you should add the !wget https://huggingface.co part from other model before !python launch.py like this

!pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+189828c.d20221207-cp38-cp38-linux_x86_64.whl

!git clone https://github.com/camenduru/stable-diffusion-webui
!git clone https://github.com/deforum-art/deforum-for-automatic1111-webui /content/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui
!git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser /content/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser
%cd /content/stable-diffusion-webui

!wget https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/Anything-V3.0-pruned.ckpt -O /content/stable-diffusion-webui/models/Stable-diffusion/Anything-V3.0-pruned.ckpt
!wget https://huggingface.co/eimiss/EimisAnimeDiffusion_1.0v/resolve/main/EimisAnimeDiffusion_1-0v.ckpt -O /content/stable-diffusion-webui/models/Stable-diffusion/EimisAnimeDiffusion_1-0v.ckpt

!python launch.py --share --force-enable-xformers

@Necross460
Copy link

Tu siempre eres de gran ayuda muchas gracias crack 👏👏

@SkyFryz24
Copy link

This is very great 👏👏👏

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