Staticaliza commited on
Commit
bf1d4fd
·
verified ·
1 Parent(s): e0bc257

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ footer {
41
  repo_pixel = StableDiffusionXLPipeline.from_pretrained("sd-community/sdxl-flash", torch_dtype=torch.float16, use_safetensors=True, add_watermarker=False)
42
  repo_pixel.load_lora_weights("artificialguybr/PixelArtRedmond", adapter_name="pixel")
43
  repo_pixel.load_lora_weights("nerijs/pixel-art-xl", adapter_name="pixel2")
44
- repo_pixel.set_adapters(["pixel", "pixel2"], adapter_weights=[1.0, 1])
45
 
46
  repo_customs = {
47
  "Default": None, # repo_default,
 
41
  repo_pixel = StableDiffusionXLPipeline.from_pretrained("sd-community/sdxl-flash", torch_dtype=torch.float16, use_safetensors=True, add_watermarker=False)
42
  repo_pixel.load_lora_weights("artificialguybr/PixelArtRedmond", adapter_name="pixel")
43
  repo_pixel.load_lora_weights("nerijs/pixel-art-xl", adapter_name="pixel2")
44
+ repo_pixel.set_adapters(["pixel", "pixel2"], adapter_weights=[1, 0.5])
45
 
46
  repo_customs = {
47
  "Default": None, # repo_default,