Skip to content

Commit c8cbd97

Browse files
committed
Update StableDiffusion.vue
1 parent 5bd72fb commit c8cbd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron_app/src/StableDiffusion.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
import { send_to_py } from "./py_vue_bridge.js"
77
import {get_tokens} from './clip_tokeniser/clip_encoder.js'
8-
import * as nsfwjs from 'nsfwjs'
8+
const nsfwjs = require('nsfwjs');
99
1010
function remove_non_ascii(str) {
1111

0 commit comments

Comments
 (0)