-
Notifications
You must be signed in to change notification settings - Fork 63
⭐ Add example code for Stable Diffusion(1.5) #409
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
Conversation
How do I solve this error? pip install pyright
rye run pyright Error Message:
|
You are installing If you use rye, install pyright with rye (it does it automatically when you run |
src/refiners/foundationals/latent_diffusion/stable_diffusion_1/model.py
Outdated
Show resolved
Hide resolved
src/refiners/foundationals/latent_diffusion/stable_diffusion_1/model.py
Outdated
Show resolved
Hide resolved
src/refiners/foundationals/latent_diffusion/stable_diffusion_1/model.py
Outdated
Show resolved
Hide resolved
src/refiners/foundationals/latent_diffusion/stable_diffusion_1/model.py
Outdated
Show resolved
Hide resolved
I ran this code and there was no change. Can you review it again? rye run pyright |
@kadirnar Can you squash all the commits into the first one? I'd do it but with the way this repository is configured I cannot for external PRs like this one (because the main branch is protected and squash in the Git UI is disabled). One way to do it is with interactive rebase, i.e. run |
I rolled back the previous commits and fixed them manually. Can you check? |
It's merged, thanks! |
There is no documentation for Stable Diffusion(1.5). I have added an example code for this. Is there anything else you would like me to add?