brucethemoose

Results 26 issues of brucethemoose

**Describe the issue** GraalVM Enterprise Edition 22.2.0 for Java 17 crashes Minecraft 1.19.1 and 1.18.2. It may also crash older versions of Minecraft. This crash does not occur in GraalVM...

bug

**Describe the issue** Leaving the "VectorizeSIMD" flag enabled breaks this Minecraft modification: https://github.com/IrisShaders/Iris More specifically, passive npcs will turn invisible after some time (usually less than a minute), but *only*...

bug

### Role Playing performance-intensive modpacks ### Suggestion Add an option to run Minecraft at a high priority ### Benefit This can increase framerates and reduce stutters, particularly on congested or...

enhancement

I noticed you switched to recommending Adoptium instead. If its because the current GraalVM release is buggy/erroring, I think I narrowed that down: https://github.com/oracle/graal/issues/4772 https://github.com/oracle/graal/issues/4775 In a nutshell, you want...

### Role Playing Minecraft Performantly ### Suggestion Set some specific Java flags to ergonomically fit the host system. ### Benefit Minecraft will universally run better, on any system, without manual...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Contact Details InvokeAI Discord user of the same name. ### What should this...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Contact Details brucethemoose in discord ### What should this feature add? - Bump...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### OS Linux ### GPU cuda ### VRAM 6GB ### What happened? As the...

bug

### 🐛 Describe the bug But works fine on the current stable build (1.13) > AttributeError: module 'torch._C' has no attribute 'DisableTorchFunction'. Did you mean: '_EnableTorchFunction'? ``` ❯ ./colossalai.sh 2023-01-11...

bug

I am trying to squeeze training onto my 6GB laptop RTX 2060, and cant quite manage it with the "low memory" config: ``` accelerate launch --num_cpu_threads_per_process 8 train_db.py \ --pretrained_model_name_or_path="/home/alpha/Storage/AIModels/Stable-diffusion/panatomy05full_0.7-AIModels_Anything-V3.0-pruned-fp16_0.3-Weighted_sum-merged.ckpt"...