HiDream : black images - latest version
Open
Potential Bug
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Expected Behavior
generate images
### Actual Behavior
Running latest version of CUI. Can anyone tell me why the HiDream example workflows just generate black images?
if it helps, i am seeing in the console:
```
... RuntimeWarning: invalid value encountered in cast img = Image.fromarray(np.clip(i, 0, 255).astype(np.uint8))
```
### Steps to Reproduce
just run example workflow
### Debug Logs
```powershell
... RuntimeWarning: invalid value encountered in cast img = Image.fromarray(np.clip(i, 0, 255).astype(np.uint8))
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.