-
Tried to test Python inference on a local copy of coreml-stable-diffusion-xl-base, but it errors out referencing a need for a HuggingFace token. Should the token still be needed if the output-mlpackag…
-
export HF_HOME="/data/kmei1/huggingface/"
export DISK_DIR="/data/kmei1/huggingface/cache"
export MODEL_DIR="stabilityai/stable-diffusion-2-1"
export OUTPUT_DIR="canny_model"
export DATASET_NAME="j…
-
Traceback (most recent call last):
File "/content/diffusers/examples/dreambooth/train_dreambooth.py", line 803, in
main()
File "/content/diffusers/examples/dreambooth/train_dreambooth.py",…
-
How do you install this? Where is the information???
-
### Describe the bug
env: MODEL_NAME=runwayml/stable-diffusion-v1-5
env: INSTANCE_DIR=/content/drive/MyDrive/Newfolder
env: HF_ENDPOINT=https://hf-mirror.com/
2024-08-18 08:46:08.308678: E externa…
-
i already installed xformers but still report that
Some weights of the model checkpoint were not used when initializing CLIPTextModel:
['text_model.embeddings.position_ids']
Some weights of the …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
with the new builds... for about 3 days now, in Img2Img, …
-
Unfortunately, running any of the example workflows I get the following error:
```bash
Error occurred when executing AniPortrait_Pose_Gen_Video:
Error(s) in loading state_dict for CLIPVisionMod…
-
did a clean install to get 1.5 updated (since I'm new and have no idea how to do shit the proper way)
Anyways, I get this error.
![Screenshot 2022-10-24 014053](https://user-images.githubusercon…
-
Hello, I'm trying to run your code using my own custom finetune of Stable Diffusion (loaded from huggingface as well) but I receive an error. I slightly changed the _load model_ cell to contain my mod…