Instructions to use AIWorksMD/Rose_XPHG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AIWorksMD/Rose_XPHG with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AIWorksMD/Rose_XPHG") prompt = "photorealistic, (4k), depth of field, (Masterpiece), (realistic skin texture), extremely detailed, intricate, hyper detailed, professional photography, bokeh, high resolution, sharp detail, best quality, woman, long hair, green hair, yellow eyes, hair covering one eye, long coat, white goat, white gloves, <lora:GoodHands-beta2:0.8> , <lora:detail_slider_v4:0.8> , (one hand on her hip, one hand behind her head) , dynamic pose, <lora:Rose:0.8> , muscular female," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee