kolessios on master
@dreamnet/app small improvement… (compare)
kolessios on master
@dreamnet/settings-loader (compare)
kolessios on master
Improvements to ESLint Configs. (compare)
dependabot[bot] on npm_and_yarn
Bump axios from 0.20.0 to 0.21.… (compare)
Error: [2108
] Failed to execute script waifu2x
Traceback (most recent call last):
File "waifu2x.py", line 249, in <module>
File "waifu2x.py", line 165, in main
File "waifu2x.py", line 121, in load_models
File "site-packages\chainer\backends\cuda.py", line 138, in check_cuda_available
RuntimeError: CUDA environment is not correctly set up
(see https://github.com/chainer/chainer#installation).CuPy is not correctly installed.
If you are using wheel distribution (cupy-cudaXX), make sure that the version of CuPy you installed matches with the version of CUDA on your host.
Also, confirm that only one CuPy package is installed:
$ pip freeze
If you are building CuPy from source, please check your environment, uninstall CuPy and reinstall it with:
$ pip install cupy --no-cache-dir -vvvv
Check the Installation Guide for details:
https://docs-cupy.chainer.org/en/latest/install.html
original error: DLL load failed: The specified module could not be found.
at X.getPowerError (file:///D:/Downloads/DreamTime-v1.4.4-windows/resources/app.asar/dist/assets/abb3bde.js:1:13326)
at file:///D:/Downloads/DreamTime-v1.4.4-windows/resources/app.asar/dist/assets/abb3bde.js:1:12242
at CallbacksRegistry.apply (electron/js2c/renderer_init.js:107:792)
at electron/js2c/renderer_init.js:83:4772
at EventEmitter.<anonymous> (electron/js2c/renderer_init.js:83:4513)
at EventEmitter.emit (events.js:310:20)
at Object.onMessage (electron/js2c/renderer_init.js:91:818)
Quick little chime-in question for yall, I've looked as much as I can but I'm having trouble finding info.
I would like to manually add data to improve the size of the datasets. I've done a lot of manual mask creation in photoshop, and I want to help give back a bit with my work.
Is there any way I can contribute to improve the set? Or, can I at least add to my local dataset?
On a related note, I've successfully crowdsourced about a hundred solid nudification candidates in about 2 hours, which from my data science studies... could be useful.
@kolessios, interesting. Where is the source code for this script you are working on?
We could reverse engineer the dataset to develop an algorithm that would effectively train - the current dataset.
It sounds like the deepnude source code that was originally published omitted the key tools necessary to improve the model in a significant manner
@RedDotLogan - this project, due to the backlash and issue of any centralized hosting, needs a censorship-resistant infrastructure.
I believe we could crowdsource the data from users. We would need to implement an infrastructure -likely using a domain hosted on a .onion url, to avoid censorship.
PGP keys and other general methods common on the darkweb could be used to assert the authenticity.
This process should be crowdsourced. There are many a happy coomer out there that could assist us.
Also, it's almost a necessity. Gathering this kind of data almost demands t.
at ChildProcess.<anonymous> (C:\Users\stano\Desktop\Nový priečinok (2)\DreamTime\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
at ChildProcess.<anonymous> (D:\DreamTime-v1.5.9-windows-portable\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
at ChildProcess.<anonymous> (E:\DreamTime\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
at ChildProcess.<anonymous> (C:\Users\User\Downloads\DreamTime-v1.5.9-windows-portable\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
at ChildProcess.<anonymous> (F:\DreamTime\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
change code:
if PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None):
raise ImportError("The _imaging extension was built for another "
" version of Pillow or PIL")
change that to:
if core.PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None):
raise ImportError("The _imaging extension was built for another "
" version of Pillow or PIL")