fappaz
fappaz
Same issue here, see this [codesandbox](https://codesandbox.io/s/react-dnd-issue-3461-n829m1?file=/src/App.js). This is the exact error message: ``` ModuleNotFoundError: Could not find module in path: 'react/jsx-runtime' relative to '/node_modules/react-dnd/dist/core/DndProvider.js' ``` I couldn't find in the...
The solution for me was to upgrade React from 16.13.1 to 16.14.0, so the [new JSX transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#whats-a-jsx-transform) package is available for React DnD (as explained [here](https://github.com/react-dnd/react-dnd/issues/3137#issuecomment-860035418)).
> Browsers now have native support for QR code detection: https://developer.mozilla.org/en-US/docs/Web/API/BarcodeDetector > > Would be helpful to use this if it is available. At the time of writing, [Firefox and...
If you're using the same picture in both the ControlNet and img2img panels, you should increase the denoising strength (at least 0.51) while keeping the ControlNet weight close to 1....
> > If you're using the same picture in both the ControlNet and img2img panels, you should increase the denoising strength (at least 0.51) while keeping the ControlNet weight close...
I second this :) I thought the function was already [doing that](https://github.com/vaxxnz/nzcp-js/blob/1.2.0/src/main.ts#L68), but it turns out `DID_DOCUMENTS.MOH_LIVE` is the [fallback](https://github.com/vaxxnz/nzcp-js/blob/1.2.0/src/main.ts#L49) when `didDocument` isn't provided in the options param. In case...
I can confirm that this has been fixed in the latest commits, as I can no longer reproduce the issue. ``` got prompt loaded completely 5201.311734390259 4897.0483474731445 100%|██████████████████████████████████████████████████████████████████████████████████| 30/30 [00:16
Custom nodes were required when they only had an FFT model, but since they've released the LoRA - which is the recommended way now -, that's not needed anymore. Native...
I did some more investigation today, and noticed a few things (workflows are embedded in the attached images). Instead of the standard `KSampler`, I used a `SamplerCustom` (keeping same seed,...
Feeling I'm getting closer, but need your help to reproduce the issue. When I install and enable [Fooocus_Nodes](https://github.com/Seedsa/Fooocus_Nodes), the transparency works as expected! As soon as I disable it and...