Text-to-Image
Diffusers
lora
anima
template:diffusion-lora
anime
style
artstyle
cartoon
style lora
styles
@18dart3
d-art
ponyxl
civitai
imported
Not-For-All-Audiences
Instructions to use AiAF/Clone-Test-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiAF/Clone-Test-2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AiAF/Clone-Test-2") prompt = "score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, D-art Style, @18dart3, d-art, 1girl, ((portrait shot)), detailed black eyes, smile, nose,blonde hair, eyeliner, breasts, closed mouth, looking at viewer, long hair, t-shirt , background: leaning against a wall, solo, upper body," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Not-For-All-Audiences
This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.
View model card