Instructions to use Jonjew/ChromeSkin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/ChromeSkin with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Jonjew/ChromeSkin") prompt = "This is a high-quality digital illustration in a photorealistic, hyper-realistic style. The subject is a woman with an ethereal, almost otherworldly appearance. She has a slender yet curvaceous physique with prominent, full breasts and a slender waist. Her skin is rendered in a highly reflective, polished Purple chrome finish, giving her an almost metallic, futuristic look. In the dungeon of a fantasy castle, with torches on the walls" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- 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