carson-katri / dream-textures

Stable Diffusion built-in to Blender
GNU General Public License v3.0
7.77k stars 415 forks source link

Dream Texture doesn't download any library and search doesn't work #787

Open gioxyer opened 4 months ago

gioxyer commented 4 months ago

Description

Refer to #786, I fixed the problem with cuda version but when downloading any library or search, it stuck at 0% and I couldn't search any models image

Steps to Reproduce

From enable AddOn download recommend stability diffusion v2.1 Search any models

Expected Behavior

From enable AddOn download recommend stability diffusion v2.1 and it will download Search any models and it will work

Addon Version

Windows (CUDA)

GPU

Other

LordVortexCake commented 4 months ago

I too am having this problem, installed the zip and now on the dependencies are frozen on 0%

gioxyer commented 4 months ago

Do you have the last version too, right?

haisheng666 commented 4 months ago

Could you please help me solve this problem? Why is this project so inactive?

gioxyer commented 4 months ago

I think the AddOn require an update, considering that python library change even from Blender 4.0 to Blender 4.1 and some improvements in Mesh since Blender 3.6

tommywright commented 3 months ago

Same issue

helishmopter commented 3 months ago

same, win11, cuda version, blender 4.1.0

tommywright commented 3 months ago

On Discord they guy says it doesn't work with newer versions of Blender. I'm not sure he's still working on it.

carson-katri commented 3 months ago

The next release of Dream Textures will support Blender 4.x. You can try out the prerelease builds here: https://github.com/carson-katri/dream-textures/actions/runs/9331190844

tommywright commented 3 months ago

OH nice! I thought the last version of Blender it supported was like 3.5 which is why I thought the project might be dead.

helishmopter commented 3 months ago

Thanks @carson-katri! The prerelease works for image generation in the img editor, but I get the following error when I try to Project Dream Texture onto faces in edit mode:

An error occurred while generating. Check the issues tab on GitHub to see if this has been reported before:

TypeError("StableDiffusionInpaintPipeline.check_inputs() missing 3 required positional arguments: 'strength', 'callback_steps', and 'output_type'")

Is there anything that can be done to fix this error? Did I miss anything in setup? Thank you

WIN11 cuda, Blender 4.1.0

gioxyer commented 3 months ago

Thank you so much

gabor-smith commented 3 months ago

Thanks @carson-katri! The prerelease works for image generation in the img editor, but I get the following error when I try to Project Dream Texture onto faces in edit mode:

An error occurred while generating. Check the issues tab on GitHub to see if this has been reported before:

TypeError("StableDiffusionInpaintPipeline.check_inputs() missing 3 required positional arguments: 'strength', 'callback_steps', and 'output_type'")

Is there anything that can be done to fix this error? Did I miss anything in setup? Thank you

WIN11 cuda, Blender 4.1.0

Same issue here

Windows 10, Blender 4.1.0, Directml

carson-katri commented 3 months ago

There are new builds available that should hopefully resolve these issues: https://github.com/carson-katri/dream-textures/actions/runs/9343245628

helishmopter commented 3 months ago

There are new builds available that should hopefully resolve these issues: https://github.com/carson-katri/dream-textures/actions/runs/9343245628

Amazing, it works! Thanks so much!

misosoup1990 commented 3 months ago

There are new builds available that should hopefully resolve these issues: https://github.com/carson-katri/dream-textures/actions/runs/9343245628

The server on GitHub is very bad, doesn't support resume on IDM. To download a 3GB (large) file, if it gets interrupted in the middle you have to start over again.

I'm having trouble downloading because the GitHub server will close itself if it takes too long, while the download process hasn't finished yet.

You should divide it into several small file parts so that users can download it without fail.

misosoup1990 commented 3 months ago

Untitled-1

It happens again ! 2.7GB/2.9GB download process and failed!

DO YOU WANT TO DOWNLOAD THIS FILE FROM THE BEGINNING ? NOOOOOOOOOOO!!!!!!

why is the github server so annoying? I've failed to download several times I think the best way is to divide into small parts.

part 1 500MB part 2 500MB part 3 500MB part 4 500MB part 5 500MB part 6 470MB

Without this I couldn't download and I gave up.

42320611 commented 3 months ago

Only in the latest version of the use of the failure, ,other releases will be the same situation ?

42320611 commented 3 months ago

An error occurred while generating. Check the issues tab on GitHub to see if this has been reported before:

TypeError("StableDiffusionInpaintPipeline.check_inputs() missing 3 required positional arguments: 'strength', 'callback_steps', and 'output_type'") Is there anything that can be done to fix this error? Did I miss anything in setup? Thank you

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 60 days with no activity.

aaaaaaaaargh commented 1 month ago

I solved this by downgrading and pinning huggingface_hub to version 0.22.0. The reason for me was that they recently changed their API and therefore certain types such as ModelFilter don't exist anymore.

Ah, I just noticed it's not really the same problem. Maybe I should open a new issue for this?