Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ torch.backends.cuda.matmul.allow_tf32 = False
|
|
13 |
base_model = "black-forest-labs/FLUX.1-dev"
|
14 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
15 |
|
16 |
-
pipe.scheduler = DEISMultistepScheduler.from_config(pipe.scheduler.config)
|
17 |
|
18 |
lora_repo = "Shakker-Labs/AWPortraitCN"
|
19 |
trigger_word = "" # Leave trigger_word blank if not used.
|
|
|
13 |
base_model = "black-forest-labs/FLUX.1-dev"
|
14 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
15 |
|
16 |
+
# pipe.scheduler = DEISMultistepScheduler.from_config(pipe.scheduler.config)
|
17 |
|
18 |
lora_repo = "Shakker-Labs/AWPortraitCN"
|
19 |
trigger_word = "" # Leave trigger_word blank if not used.
|