Upload folder using huggingface_hub
Browse files
backend/lcm_text_to_image.py
CHANGED
|
@@ -85,7 +85,7 @@ class LCMTextToImage:
|
|
| 85 |
return num
|
| 86 |
else:
|
| 87 |
print("取整了")
|
| 88 |
-
return
|
| 89 |
|
| 90 |
def init(
|
| 91 |
self,
|
|
|
|
| 85 |
return num
|
| 86 |
else:
|
| 87 |
print("取整了")
|
| 88 |
+
return num+1
|
| 89 |
|
| 90 |
def init(
|
| 91 |
self,
|