Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nftblackmagic authored Nov 26, 2024
1 parent 7b183da commit f6916ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
print('Loading diffusion model ...')
transformer = FluxTransformer2DModel.from_pretrained(
"xiaozaa/catvton-flux-alpha",
torch_dtype=device
torch_dtype=dtype
)
pipe = FluxFillPipeline.from_pretrained(
"black-forest-labs/FLUX.1-dev",
transformer=transformer,
torch_dtype=device
torch_dtype=dtype
).to(device)
print('Loading Finished!')

Expand Down

0 comments on commit f6916ac

Please sign in to comment.