Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ovi054
/
Qwen-Image-LORA
like
47
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ovi054
commited on
Aug 9
Commit
e5debfd
·
verified
·
1 Parent(s):
8cdb8cb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -35,6 +35,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, guidan
35
36
apply_cache_on_pipe(
37
pipe,
38
)
39
40
try:
35
36
apply_cache_on_pipe(
37
pipe,
38
+
# residual_diff_threshold=0.2,
39
)
40
41
try: