Giter VIP home page Giter VIP logo

[Bug]: The deprecation tuple ('LoRAAttnProcessor2_0', '0.26.0', 'Make sure use AttnProcessor2_0 instead by settingLoRA layers to `self.{to_q,to_k,to_v,to_out[0]}.lora_layer` respectively. This will be done automatically when using `LoraLoaderMixin.load_lora_weights`') should be removed since diffusers' version 0.26.1 is >= 0.26.0 about sd_dreambooth_extension HOT 4 CLOSED

whomm avatar whomm commented on August 10, 2024
[Bug]: The deprecation tuple ('LoRAAttnProcessor2_0', '0.26.0', 'Make sure use AttnProcessor2_0 instead by settingLoRA layers to `self.{to_q,to_k,to_v,to_out[0]}.lora_layer` respectively. This will be done automatically when using `LoraLoaderMixin.load_lora_weights`') should be removed since diffusers' version 0.26.1 is >= 0.26.0

from sd_dreambooth_extension.

Comments (4)

warchildmd avatar warchildmd commented on August 10, 2024 3

Go to /home/work/miniconda3/envs/py3.10.6/lib/python3.10/site-packages/diffusers/utils/deprecation_utils.py and comment out lines 17-21. Should fix the problem until they release a fixed version:

# if version.parse(version.parse(__version__).base_version) >= version.parse(version_name) and False:
#     raise ValueError(
#         f"The deprecation tuple {(attribute, version_name, message)} should be removed since diffusers'"
#         f" version {__version__} is >= {version_name}"
#     )

from sd_dreambooth_extension.

Disastorm avatar Disastorm commented on August 10, 2024

I get this error too. Recently entirely recreated my entire venv on windows with --xformers tag as well.

from sd_dreambooth_extension.

daszzzpg avatar daszzzpg commented on August 10, 2024

I get this error today as well
Someone care to explain?

from sd_dreambooth_extension.

github-actions avatar github-actions commented on August 10, 2024

This issue is stale because it has been open for 14 days with no activity. Remove stale label or comment or this will be closed in 30 days

from sd_dreambooth_extension.

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.