Instructions to use Danrisi/UltraReal_FineTune_Anima_base1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Danrisi/UltraReal_FineTune_Anima_base1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Danrisi/UltraReal_FineTune_Anima_base1", dtype=torch.bfloat16, device_map="cuda") prompt = "@dslr_photo @professional_photo @posed_photo @available_light A low-angle, full-body portrait of a tall, slender young woman with a petite frame and small breasts, cosplaying D.Va from Overwatch. She is wearing her iconic blue and pink skin-tight bodysuit, with pink triangular makeup markings painted on her cheeks. She is sitting on top of a wooden school desk inside a classroom, looking directly down at the viewer. She is completely barefoot, holding her feet up close to the camera to prominently display her bare soles from a sharp bottom-view perspective. The background shows a softly blurred classroom setting with windows and ambient indoor daylight. The image features a shallow depth of field, sharp focus on the textures of her skin and outfit, and clean professional DSLR rendering. @2010 score_8, score_9" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!