Guido Bartoli

Results 13 issues of Guido Bartoli

When `subprocess` module is called under _Windows_, the program remains stuck on the prompt waiting for ENTER key to be pressed (see [here](https://stackoverflow.com/questions/31535592/how-to-make-python-script-press-enter-when-prompted-on-shell/31536369) for a possible solution).

bug

Hi, in the spirit of [DFK Heroes Price Prediction](https://dfk-heroes.herokuapp.com/), I would like to retrieve the last N purchases of heroes together with their paid price. From them, I already know...

**Is your feature request related to a problem? Please describe.** When I scroll through the list of available models, it takes quite some time to find a specific one because...

enhancement

**Read Troubleshoot** [x] I admit that I have read the [Troubleshoot](https://github.com/lllyasviel/Fooocus/blob/main/troubleshoot.md) before making this issue. **Describe the problem** After generating an image, if from the interface I try to drag...

bug

[KandooAI](https://civitai.com/user/KandooAI) has released [Juggernaut XL v7](https://civitai.com/models/133005/juggernaut-xl). Can it replace the default v6 used in Fooocus?

enhancement

I'm using the following code to generate Python code from a XGBoost (`bst` is a previously trained XGBoost object) ``` temp_file = "temp.json" bst.save_model(temp_file) skclf = xgb.XGBClassifier() skclf.load_model(temp_file) os.remove(temp_file) skclf.n_classes_...

When exporting a Booster model trained with the **Logitraw** objective function using `m2cgen`, a sigmoid function is applied to the final score in the resulting C or Python code as...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when adding a new style the adds keywords to positive or negative prompt. **Describe the solution you'd...

enhancement

Main strings and style names translated into Italian

i18n

# System information - mandelbulber2 => 2.28 - Operating System / Platform => Linux Mint 21 (64 Bit) # Detailed description When the Monte Carlo algorithm is enabled and the...