We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd72fb commit c8cbd97Copy full SHA for c8cbd97
electron_app/src/StableDiffusion.vue
@@ -5,7 +5,7 @@
5
6
import { send_to_py } from "./py_vue_bridge.js"
7
import {get_tokens} from './clip_tokeniser/clip_encoder.js'
8
-import * as nsfwjs from 'nsfwjs'
+const nsfwjs = require('nsfwjs');
9
10
function remove_non_ascii(str) {
11
0 commit comments