Instructions to use Praelatus/Aquaberrymarine_Style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Praelatus/Aquaberrymarine_Style with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("circlestone-labs/Anima", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Praelatus/Aquaberrymarine_Style") prompt = "@aqbrmrnst. This black-and-white drawing depicts a young woman with long, straight hair tied on one side with a ribbon. Her hair has bangs that cover her forehead and fall over her eyes. She has a serious expression with slightly drooped eyelids and a subtle, closed-mouth smile. She wears a school uniform featuring a collared shirt with a large bow tie at the neck and a checkered pattern on the collar. Her blazer is partially visible, adding to the formal school attire look. The background is plain white, keeping the focus entirely on the subject. The lines are clean and precise, emphasizing the character's features and clothing details." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!