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
Number of nails and the background
#7
by YanhaoZhang - opened
Thanks a lot for providing this existing project. I would like to know how to control the number of the nails, and control the background? I am asking this because I was wondering if it is possible to simply get the front generated nail rather than an image. Thank you.
Hello YanhaoZhang, did you find the answer to your question I have the same question.