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
Update README.md
Browse files
README.md
CHANGED
|
@@ -181,4 +181,4 @@ P.S.: still WIP, i plan extend dataset and train more
|
|
| 181 |
## Model Details
|
| 182 |
|
| 183 |
- **Base Model:** [circlestone-labs/Anima](https://huggingface.co/circlestone-labs/Anima)
|
| 184 |
-
- **Type:**
|
|
|
|
| 181 |
## Model Details
|
| 182 |
|
| 183 |
- **Base Model:** [circlestone-labs/Anima](https://huggingface.co/circlestone-labs/Anima)
|
| 184 |
+
- **Type:** Checkpoint
|