brkirch / brkirch/DeepFloyd-IF-example-Mac

Multiple image generation fails on stage 3 after first image

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3
Forks
2
PR merge metrics
No merged PRs in 30d

Description

I was playing around a bit with your example.py script. I added a randomized seed (`import random` placed at the beginning of the script and seed replaced with `random.randint(0,4294967295)`) and set `count = 3`. This successfully generated stage 1 and 2 for all three images, but stage 3 only produced valid output for the first image. The other two came out as glitchy gray squares. No error messages were printed to Terminal

Stage 1:
![I_1](https://github.com/brkirch/DeepFloyd-IF-example-Mac/assets/11577741/6cbb9865-e3ff-46f7-82c7-e0189f89816f)
![I_2](https://github.com/brkirch/DeepFloyd-IF-example-Mac/assets/11577741/d70739fb-c07f-4a4a-9849-fbef8221fe79)
![I_3](https://github.com/brkirch/DeepFloyd-IF-example-Mac/assets/11577741/27e0f227-2592-45dd-85ae-08f4b6bc40cf)

Stage 2:
![II_1](https://github.com/brkirch/DeepFloyd-IF-example-Mac/assets/11577741/3b58de9d-7a78-4aa0-9aee-d1a1ba3a2a26)
![II_2](https://github.com/brkirch/DeepFloyd-IF-example-Mac/assets/11577741/f1c4760f-b324-462b-bd2f-a70a2bf4ab2b)
![II_3](https://github.com/brkirch/DeepFloyd-IF-example-Mac/assets/11577741/1ac9ce93-9429-456f-b674-982bf86a284a)

Stage 3:
![III_1](https://github.com/brkirch/DeepFloyd-IF-example-Mac/assets/11577741/634f0dec-d698-4d5d-a4cb-dd82c11b6d47)
![III_2](https://github.com/brkirch/DeepFloyd-IF-example-Mac/assets/11577741/0cc4e8cf-f97b-442f-8937-463b816f7cc8)
![III_3](https://github.com/brkirch/DeepFloyd-IF-example-Mac/assets/11577741/25455012-dba9-4ac3-a50a-026561306f12)

(As an aside, it seems fairly straightforward to add support for using `-1` to stand in for a random seed with one more line added to what I did above. Maybe this can be added to the repo to help non-programmers?)
(Also note the visible banding artifacts on the first stage 3 output.)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.