We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I would like to choose a model and a lora and generate images with it using the hosted inference API As showed here: https://huggingface.co/pcuenq/pokemon-lora
If parameters has a lora_model_id use merge with the lora model.
The text was updated successfully, but these errors were encountered:
If you use a diffusers LoRA I think this is already what will happen, the lora will download the mother model and use them.
@pcuenca that's correct, right ?
Sorry, something went wrong.
Yes, exactly! The mother model is referenced in the base_model metadata field as shown here: https://huggingface.co/pcuenq/pokemon-lora/blob/main/README.md?code=true#L4
base_model
No branches or pull requests
Hi,
I would like to choose a model and a lora and generate images with it using the hosted inference API
As showed here: https://huggingface.co/pcuenq/pokemon-lora
If parameters has a lora_model_id use merge with the lora model.
The text was updated successfully, but these errors were encountered: