Instructions to use ringhyacinth/nail-set-diffuser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ringhyacinth/nail-set-diffuser with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ringhyacinth/nail-set-diffuser", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| license: openrail | |
| tags: | |
| - text-to-image | |
| - dreambooth-hackathon | |
| - wildcard | |
| - diffusers | |
| # 💅 Nail Set Diffusion | |
| This is the fine-tuned Stable Diffusion model trained on images from Nail Sets. | |
| Use the tokens {Nail Set} in your prompts for the effect. | |
| ## Gradio | |
| We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run Nail-set-Diffusion: | |
| [](https://huggingface.co/spaces/ringhyacinth/Nail-Diffuser) | |
| __Stable Diffusion fine tuned on Nail Set by [Weekend](https://weibo.com/u/5982308498) and [Hyacinth](https://twitter.com/ring_hyacinth).__ | |
| Put in a text prompt and generate your own nail set! | |
|  | |
| > Nail Set, Sunflower (/Irises/Starry Night/Self Portrait) by Van Gogh, Van Gogh color scheme | |
|  | |
| > Nail Set, hamilton nail, broadway musical theme nail. | |
|  | |
| > Nail Set, chinese new year nail, super detailed | |
|  | |
| > Nail Set, thanksgiving nail, super detailed | |
|  | |
| > Nail set, Disney castle nail, cute Japanese girly nail | |
| ## Model description | |
| Trained on [CLIP Ineterrogator captioned dataset](https://huggingface.co/spaces/pharma/CLIP-Interrogator) | |
| Using [EveryDream Finetune Script](https://github.com/victorchall/EveryDream-trainer) for around 10,000 step. |