-
sd3模型加载的时候报错huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': 'stabilityai/stable-diffusion-3-medium-diffusers/text_encoder_3'. Use `repo_type…
-
Hello,
I got this error trying to use your Omnigen node after installation.
Thank you in advance for your help.
Best regards,
Error importing OmniGen: cannot import name 'PeftAdapterMixin…
-
On running `python generate.py` in the main directory for the first time, I was met with this traceback:
````
Traceback (most recent call last):
File "A:\Ai Overflow\Games\Oasis by Decart\open-…
-
When I used qfloat8 to quantize the unet model of Kolors-diffusers, it works well. But failed with qint4.
# use qint4/(qfloat8)
class KolorsUNet2DConditionModel(QuantizedDiffusersModel):
base…
-
Could you please consider releasing code in the diffusers format in the future?
-
Hi, I follow the exact steps to settup the environment and downloading the requirements for inference, however, when I want to do the inference test with this line of comment "sh inference_scripts/sdx…
-
Hi All,
I've followed the instructions for windows users exactly as stated, the environment setup seems to have gone well, no errors at all.
(used the install_windows_win_py311_cu121.bat)
but …
-
Hi, I tried a test about compiling unet(torch.float16), which is the part of StableDiffusionXLPipeline in Inferentia2.8xlarge and it failed.
When the latent size of unet is (64, 64), it did not fai…
-
When I try to generate an image I recieve `cannot import name 'cached_download' from 'huggingface_hub' (/home/jackson/.local/lib/python3.10/site-packages/huggingface_hub/__init__.py)`
Full tracebac…
-
Could you provide documentation on running inference with a finetuned Cogvideox-fun model? My finetune has output into something other than diffusers, and it seems like inference only supports the ori…