Text-to-Image
Diffusers
TensorBoard
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
textual_inversion
Instructions to use hcarrion/scar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hcarrion/scar with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-2-1-base", dtype=torch.bfloat16, device_map="cuda") pipe.load_textual_inversion("hcarrion/scar") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add model card details and link to paper/code
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face team.
This PR improves the model card for your textual inversion model by:
- Linking it to your paper Controllable Generation of Diverse Dermatological Imagery for Fair and Efficient Malignancy Classification.
- Adding a link to the official GitHub repository: https://github.com/hectorcarrion/ControllableGenDDI.
- Properly configuring the metadata so it can be discovered under the
diffuserslibrary and thetext-to-imagepipeline tag.
Please let me know if you have any questions or would like to make further adjustments!
Merging - thanks for linking the paper!
hcarrion changed pull request status to merged