Instructions to use Jersonm89/Avatar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jersonm89/Avatar with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Jersonm89/Avatar", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Could this model be updated to use with SD2 and merge with other 768x768 models?
#3
by Manniac - opened
I use this model in Automatic 1111, but it seems to be impossible to merge it with the new 768x768 models of SD2, that I have trained with my own concepts. So would it be possible to update this model to 768x768?
of course yes, I'm trying to get the same facial precision that I had with SD1.5, as soon as I finish adjusting it to the new version I'll upload it :)