Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDXL parameters #9

Open
nachocheeseburger opened this issue Sep 24, 2023 · 5 comments
Open

SDXL parameters #9

nachocheeseburger opened this issue Sep 24, 2023 · 5 comments

Comments

@nachocheeseburger
Copy link

Forgot to include SDXL parameters.

@FurkanGozukara
Copy link

I tested SDXL and not good

https://twitter.com/GozukaraFurkan/status/1706253092822376521

@NasirKhalid24
Copy link

FreeU with SDXL finetune and LoRA models needs lower b vales in my experience - finetuning the model encourages it to rely more on backbone

@t00350320
Copy link

with sdxl model

#model_id = "stabilityai/stable-diffusion-2-1"
model_id = f"RealVisXL_V4.0_Lightning.safetensors"
# model_id = "./stable-diffusion-2-1"
#pip_2_1 = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pip_2_1 = StableDiffusionXLPipeline.from_single_file(model_id, torch_dtype=torch.float16)
pip_2_1 = pip_2_1.to("cuda")

got this errors

 File "/opt/conda/lib/python3.10/site-packages/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl.py", line 1216, in __call__
    noise_pred = self.unet(
  File "/opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
    return forward_call(*args, **kwargs)
  File "/opt/conda/lib/python3.10/site-packages/diffusers/models/unet_2d_condition.py", line 1188, in forward
    sample = upsample_block(
  File "/opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
    return forward_call(*args, **kwargs)
TypeError: register_free_upblock2d.<locals>.up_forward.<locals>.forward() got an unexpected keyword argument 'scale'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants