咚咔

Results 71 comments of 咚咔

For python guys. We just use `${venv}/bin/pip install -r requirements.txt` for installation, no matter what os. That's all.

> xformers is not mandatory. Oh, my mistake. It's removed.

@AUTOMATIC1111 Yeah, I know. I mean there is no need hard-coding that `pip install torch==2.0.0 torchvision==0.15.1 blahblah……` in `launch.py`, in `bat`, in `sh`. This make it hard to understand. I...

**> webui.sh for linux AMD users because they need that specific version** Maybe it could be `requirements-pytorch.GPU-AMD.txt`, which is clearly for that. That's ok. Looks like my `PR` doesn't make...

> For novices, neither modifying .py nor requirement is recommended. For others, there is no difference between the two, in the end it is just a coding habit difference. The...

It seems the one of protoactor's goals is use the same architecture and implement it by multi-languares, so the `protoactor-go` is similar to `protoactor-dotnet`. I use `protoactor-go`, but I'm not...

@Valentin-Miroshnichenko Hello :smiley: . I meaning that other protoactor-{`go`,`python`,`js`} could reuse your C# bootcamp. Just need port the C# code to `go`,`python` or `js`, and this could be finished by...

I would like this interactive tab, but it is more `html`. :smiley: Any suggestions? https://proto.actor/docs/hello-world/

How about this? Add some links of other languages to your `C# version`. ``` examples ├── unit-1 │   └── lesson-1 │   ├── csharp │   │   ├── Program.cs │   │   └──...

@rogeralsing Yes, I agree with you. `Tabs` is really good, but it's not supported by [github flavored markdown]. [github flavored markdown]: https://github.github.com/gfm/