request

#5
by Ryouko65777 - opened

thanks

excuse me, can I download this model? and if I can, could you teach me how to do it?

If you register with Civitai and go to the following URL, you should be able to download it.
If you want to download in HF model format, it's a bit complicated. Which download?
https://civitai.com/models/442163?modelVersionId=532995

HF, please.

The HF format is basically a file format that is convenient to use from Python or JavaScript, so for example, do the following (just change the model name). Then, when you run it for the first time, it will be stored in the local cache, so from the next time onwards, it will not take any time to download.
So, if you want to use it, it's fine.
https://huggingface.co/John6666/nova-reality-pony-v70-sdxl/discussions/1#673961388a71c90d8b4b54dd

And if you just want to download and save it locally, there are several ways to do this.
snapshot_download is relatively fast, but it may be a little difficult to use.
The git method is reliable and easy, but note that you will need to install git and git lfs in advance if you are using Windows.
https://huggingface.co/docs/hub/models-downloading
https://huggingface.co/docs/huggingface_hub/v0.21.4/guides/download#download-an-entire-repository
https://stackoverflow.com/questions/67595500/how-to-download-a-model-from-huggingface

git and git lfs

https://gitforwindows.org/
https://git-lfs.com/

I'm using Mac and diffusion bee. Are they .ckpt files?

You should have told me earlier...😭
I don't know how to use Diffusion Bee, but if you look at the top right of the screen, you'll see Train, Deploy and Use this model.
If you click on Use this model and select Diffusion Bee, the download screen for Diffusion Bee will appear, so I think you can do it from there.

a thousand thanks!

hung on a moment, there is no search field in the models section of diffusionbee to find this model. So I have no choice but to download it to my computer and then deploy it within the application after all.

Maybe this? There is not much difference between the contents of ckpt and safetensors. There are various technical differences, but for practical purposes they are the same.
https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/blob/master/docs/DOCUMENTATION.md#importing-custom-models
safetensors seems to be supported.
https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/issues/379

in this case, is the name of that file the 5.14 GB file in “unet"?

Yes. Normally, you'd need other parts too, but if you were asked to choose one, that's the one. I think they probably make up for it on the software side.

nooo I failed to expand in diffusionbee

What's going on...?
What about the file size of the other SDXL model that is running on Diffusion Bee?
If it's about 6.5GB, then it means that you need the Civitai format (or rather, the A1111 WebUI format).
I think that SD1.5 models are about 1.5GB to 2GB. That's not a useful reference. This is because it's an SDXL model.

I figured out why it failed, diffusionbee only recognizes .ckpt.

Weird... Supported in 1.74. Latest version is 2.53.
https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/releases/tag/1.7.4

Ah... In a nutshell, it seems that it is virtually impossible to use the SDXL model with Diffusion Bee. It's buggy.
https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/issues/488
https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/issues/504

Seems I had downloaded an older version from the 2023 Japanese site because I was not fluent in English. I'll try replacing it with the new one.

I'll try replacing it with the new one.

Oh. I see. Me too about English. I'm Japanese. If you're Japanese, it's quicker to look at the 5ch or Futaba (Toshiaki) wiki.

Error Traceback (most recent call last):
File "diffusionbee_backend.py", line 325, in
File "convert_model.py", line 80, in convert_model
ValueError: The model is not supported. Please make sure it is a valid SD 1.4/1.5/2.1 .ckpt/safetensor file
[42670] Failed to execute script 'diffusionbee_backend' due to unhandled exception!

diffusionbeeに入れようとしたらこんな風に出ました
これはダメみたいですよ(諦観)

ウッス

Civitai行くのがかったるかったらこれで
https://huggingface.co/spaces/John6666/convert_repo_to_safetensors

Sign up or log in to comment