Enrico Ros

Results 189 comments of Enrico Ros

Yeah, that's not enough. Dunno how it worked. I'm trying the same to see if the image output is similar. Can you post your output?

This is mine at Iteration 700: ![image](https://user-images.githubusercontent.com/32999/105458364-424c7700-5c3d-11eb-941b-9458fd1dbb02.png) I've only added the line `torch.set_deterministic(True)` before `torch.manual_seed(0)` and every time I run the notebook I get this output. Possibly if you run...

@lucidrains do you think it will fix the reproducibility issue for good? if it does, it's a wonderful addition. Otherwise my workaround will be to use the tool from the...

Haha, it's creative indeed. Wanted to show the impact of seeds and iterations, for people that are puzzled by seeing completely different results. Added some more samples. Would like to...

Love the artistic direction of this thread. My interest (other than reading the answer to @htoyryla's question), is in the tooling on top of this beautiful technology that can allow...

Please share the code! Open a pull request, or fork the repo and add. @htoyryla: what are your creation flows, using this tech?

Beautiful. Can't wait to learn from your code.

@indiv0 GOOD CATCH! Updating the post with .07

@lucidrains I'm experimenting with a UI for human-in-the-loop (@TheodoreGalanos). Example of a few-hours of coding. _Not connected with a backend_. I want to have the backend remote, so I can...

> Nice job @enricoros ! This is a great start. I wonder can we use generated images as seeds for another generation with deep sleep? or that is too constrictive?...