-
Exception appears when put into Negative prompt more than 287 chars.
Details of environment you can find in the issue#54
`Processing 1 image(s)
0%| …
-
```
running "find" on each class directory, and concatenate all those filenames into a single file containing all image paths for a given class
trainCache /Users/swinghu/prog/torch/pix2pix/cache/_Us…
-
Hello eriklindernoren :)
I'm undergraduate student major in computer science
Before mentioning what I need, firstly your pix2pix code was very helpful for me.
I used your training code(pix2pix.py) …
-
I'm trying to run --mode test in Windows 10 64bits using the dockrun.py file after previously being able to run it in Ubuntu 18.04. This is the command I used with success in Ubuntu :
`python3 too…
-
I ran the command and got the following error
python main.py 64 64
Is there any reason why it throws up an error?
> Traceback (most recent call last):
> File "main.py", line 73, in
> …
-
PyTorch 1.2 just released. Gives an error:
....
....
File "SPADE/SPADE/models/pix2pix_model.py", line 128, in preprocess_input
instance_edge_map = self.get_edges(inst_map)
File "/SPADE/…
-
Hi everyone,
Just for your information: https://github.com/ml5js/training-pix2pix is empty .
Best regards,
-
I've trained pix2pix using scale_width_and_crop, and when I try to test with the same option test.py crashes. If I use another preprocess option such as none or resize_width_and_crop, everything works…
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
Hello,
I'm sorry if this is a very obvious question, but I was wondering if it is possible to test on a CPU? I have successfully managed to train on CPU, but when I try to run the following comman…