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

Always grey image generated, no matter of model #34

Closed
haiodo opened this issue Dec 4, 2022 · 4 comments
Closed

Always grey image generated, no matter of model #34

haiodo opened this issue Dec 4, 2022 · 4 comments

Comments

@haiodo
Copy link

haiodo commented Dec 4, 2022

I'm always receive following generated modules for:

swift run StableDiffusionSample "a photo of an astronaut riding a horse on mars"  --seed 11 --output-path ./out/ --compute-units cpuAndGPU

a_photo_of_an_astronaut_riding_a_horse_on_mars 11 final

Checked with: stabilityai/stable-diffusion-2-base/stabilityai/stable-diffusion and 1.4

Any idea what is wrong?

@pd95
Copy link
Contributor

pd95 commented Dec 4, 2022

I have a similar issue when using --compute-units cpuAndGPU. Try using all instead or omitting the parameter completely to get images.

Perhaps an issue because I'm running it on macOS 13.0.1 instead of 13.1 beta? I have no answer.

@yuro241
Copy link

yuro241 commented Dec 4, 2022

@haiodo
I had same issue when I was running it on macOS 13.0.1.
After I update macOS to 13.1 beta4 and run it again, I got image that's not grey one.

@haiodo
Copy link
Author

haiodo commented Dec 4, 2022

Using --compute-units all it crash for me, same as in #5 :-) Will wait for 13.1

@haiodo
Copy link
Author

haiodo commented Dec 15, 2022

Updated to 13.1 and got only, and it looks it stop improving image after step 5.

a_photo_of_an_astronaut_riding_a_horse_on_mars 93 final

--compute-units all still crash, and --compute-units .cpuAndGpu was used.

@haiodo haiodo closed this as completed Dec 15, 2022
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

3 participants