Spaces:
Running
on
Zero
Running
on
Zero
rafaaa2105
commited on
Commit
•
137f187
1
Parent(s):
8e8990a
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ else:
|
|
17 |
dtype = torch.float32
|
18 |
|
19 |
taef1 = AutoencoderTiny.from_pretrained("madebyollin/taef1", torch_dtype=dtype).to(device)
|
20 |
-
pipe = pipeline = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", token=hf_token, torch_dtype=
|
21 |
pipe.load_lora_weights('aleksa-codes/flux-ghibsky-illustration', weight_name='lora.safetensors')
|
22 |
good_vae = AutoencoderKL.from_pretrained("black-forest-labs/FLUX.1-dev", subfolder="vae", torch_dtype=dtype).to(device)
|
23 |
pipe = pipe.to(device)
|
|
|
17 |
dtype = torch.float32
|
18 |
|
19 |
taef1 = AutoencoderTiny.from_pretrained("madebyollin/taef1", torch_dtype=dtype).to(device)
|
20 |
+
pipe = pipeline = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", token=hf_token, torch_dtype=dtype)
|
21 |
pipe.load_lora_weights('aleksa-codes/flux-ghibsky-illustration', weight_name='lora.safetensors')
|
22 |
good_vae = AutoencoderKL.from_pretrained("black-forest-labs/FLUX.1-dev", subfolder="vae", torch_dtype=dtype).to(device)
|
23 |
pipe = pipe.to(device)
|