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

How to use this? #2

Open
mashonoid opened this issue Oct 11, 2022 · 4 comments
Open

How to use this? #2

mashonoid opened this issue Oct 11, 2022 · 4 comments
Labels
question Further information is requested

Comments

@mashonoid
Copy link

I would like to try but I am a little lost on how to use this.
Is this to be used with automatic1111's webui? or.... how?
Would really appreciate some help.
Thanks

@YourFriendlyNeighborhoodMONKE

I would like to try but I am a little lost on how to use this. Is this to be used with automatic1111's webui? or.... how? Would really appreciate some help. Thanks

This code (at least to me) looks like it's still "just" a fork of SD that allows us to use those extra functionalities as defined by the Aesthetic Gradient approach and is a proof of concept via given example embeddings

I guess we'll have to wait for a repo that'll allow us to actually train our own gradients and then we'll see if we can plug them in on AUTOMATIC1111's webui via placing our own scripts in the scripts folder

@MartinCairnsSQL
Copy link

I've got a fork of AUTOMATIC1111's webui which has the option to use aesthetic gradients embeddings https://github.com/MartinCairnsSQL/stable-diffusion-webui/tree/vicgalle-aesthetic-gradients
Any embeddings you train go in the aesthetic_embeddings folder.
On the settings tab at the bottom change quick settings to "sd_model_checkpoint, aesthetic_embedding, aesthetic_embedding_steps" to be able to select an embedding and step count for training.

@YourFriendlyNeighborhoodMONKE

I've got a fork of AUTOMATIC1111's webui which has the option to use aesthetic gradients embeddings https://github.com/MartinCairnsSQL/stable-diffusion-webui/tree/vicgalle-aesthetic-gradients Any embeddings you train go in the aesthetic_embeddings folder. On the settings tab at the bottom change quick settings to "sd_model_checkpoint, aesthetic_embedding, aesthetic_embedding_steps" to be able to select an embedding and step count for training.

Thank you for your work and letting us know!

Have you considered making / already made a pull request for the webui with your code?

@MartinCairnsSQL
Copy link

I've started on a draft pull request AUTOMATIC1111/stable-diffusion-webui#2498
I need to do some more work on integrating it fully with the more advanced prompt generations where the prompt can change at different steps.

@vicgalle vicgalle added the question Further information is requested label Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants