Instructions to use Furrey/Alisia-Dog with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Furrey/Alisia-Dog with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-xl-early-release-v0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Furrey/Alisia-Dog") prompt = "<lora:Alisia_dog_IL_v1.1:1>,front view,save,sfw,standing up,skirt,short skirt,, 4 fingers,dog,anthro,furry,light brown body,dog pup,beige snout,female,solo,(drooping ears:1.2),lovely,cute,chubby,smiling,big eyes,green eyes,tenderness,nude,pink collar,full body,brown eyebrows,no hair,paws pads,brown spots on the shoulders,brown spots on the ass,(beige color eyelids:1.2),heart shape pendant,,tuft on the chest,tuft private parts,brown ears,brown arms,brown legs,(round pupils:1.2),light brown leather,âââ" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!