Upload app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ if HAVE_PIPELINE:
|
|
| 55 |
try:
|
| 56 |
# モデル本体(mitsua-likes)は別途落としておく想定
|
| 57 |
pipe = DiffusionPipeline.from_pretrained(
|
| 58 |
-
"
|
| 59 |
trust_remote_code=True
|
| 60 |
).to(device, dtype=dtype)
|
| 61 |
if hasattr(pipe, "safety_checker"):
|
|
|
|
| 55 |
try:
|
| 56 |
# モデル本体(mitsua-likes)は別途落としておく想定
|
| 57 |
pipe = DiffusionPipeline.from_pretrained(
|
| 58 |
+
"mitsua-likes/",
|
| 59 |
trust_remote_code=True
|
| 60 |
).to(device, dtype=dtype)
|
| 61 |
if hasattr(pipe, "safety_checker"):
|