Coder Social home page Coder Social logo

SDXL parameters about freeu HOT 5 OPEN

nachocheeseburger avatar nachocheeseburger commented on June 16, 2024
SDXL parameters

from freeu.

Comments (5)

NasirKhalid24 avatar NasirKhalid24 commented on June 16, 2024 2

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

from freeu.

FurkanGozukara avatar FurkanGozukara commented on June 16, 2024

I tested SDXL and not good

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

from freeu.

ChenyangSi avatar ChenyangSi commented on June 16, 2024

https://wandb.ai/nasirk24/UNET-FreeU-SDXL/reports/FreeU-SDXL-Optimal-Parameters--Vmlldzo1NDg4NTUw?accessToken=6745kr9rjd6e9yjevkr9bpd2lm6dpn6j00428gz5l60jrhl3gj4gubrz4aepupda

from freeu.

FurkanGozukara avatar FurkanGozukara commented on June 16, 2024

https://wandb.ai/nasirk24/UNET-FreeU-SDXL/reports/FreeU-SDXL-Optimal-Parameters--Vmlldzo1NDg4NTUw?accessToken=6745kr9rjd6e9yjevkr9bpd2lm6dpn6j00428gz5l60jrhl3gj4gubrz4aepupda

it is missing so many settings exists here

image

from freeu.

t00350320 avatar t00350320 commented on June 16, 2024

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'

from freeu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.