Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ def load_and_prepare_model():
|
|
183 |
# pipe.load_lora_weights("ford442/sdxl-vae-bf16", weight_name="LoRA/Fantasy_World_XL.safetensors", adapter_name="fantasy")
|
184 |
|
185 |
#pipe.vae.set_default_attn_processor()
|
186 |
-
pipe.to(device, torch.bfloat16)
|
187 |
|
188 |
#pipe.load_lora_weights("ford442/sdxl-vae-bf16", weight_name="LoRA/skin_texture_style_v4.safetensors", adapter_name="skin")
|
189 |
#pipe.unet.load_lora_adapter("ford442/sdxl-vae-bf16", weight_name="LoRA/skin_texture_style_v4.safetensors", prefix="unet")
|
|
|
183 |
# pipe.load_lora_weights("ford442/sdxl-vae-bf16", weight_name="LoRA/Fantasy_World_XL.safetensors", adapter_name="fantasy")
|
184 |
|
185 |
#pipe.vae.set_default_attn_processor()
|
186 |
+
#pipe.to(device, torch.bfloat16)
|
187 |
|
188 |
#pipe.load_lora_weights("ford442/sdxl-vae-bf16", weight_name="LoRA/skin_texture_style_v4.safetensors", adapter_name="skin")
|
189 |
#pipe.unet.load_lora_adapter("ford442/sdxl-vae-bf16", weight_name="LoRA/skin_texture_style_v4.safetensors", prefix="unet")
|