Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,9 @@ florence_model.eval()
|
|
52 |
florence_processor = AutoProcessor.from_pretrained('microsoft/Florence-2-base', revision = REVISION, trust_remote_code=True)
|
53 |
|
54 |
# Stable Diffusion TurboX 로드
|
|
|
|
|
|
|
55 |
model_repo = "tensorart/stable-diffusion-3.5-large-TurboX"
|
56 |
pipe = DiffusionPipeline.from_pretrained(
|
57 |
model_repo,
|
|
|
52 |
florence_processor = AutoProcessor.from_pretrained('microsoft/Florence-2-base', revision = REVISION, trust_remote_code=True)
|
53 |
|
54 |
# Stable Diffusion TurboX 로드
|
55 |
+
|
56 |
+
diffusers.StableDiffusion3Pipeline = StableDiffusionPipeline
|
57 |
+
|
58 |
model_repo = "tensorart/stable-diffusion-3.5-large-TurboX"
|
59 |
pipe = DiffusionPipeline.from_pretrained(
|
60 |
model_repo,
|