Instructions to use Falah/ddfemale with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Falah/ddfemale with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Falah/ddfemale", 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
update
Browse files
README.md
CHANGED
|
@@ -16,4 +16,9 @@ any prompt and add word ddfemale style :
|
|
| 16 |
"female ddfemale style"
|
| 17 |
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
|
|
|
| 16 |
"female ddfemale style"
|
| 17 |
|
| 18 |
|
| 19 |
+
<img src="https://huggingface.co/Falah/ddfemale/resolve/main/01430-197401782-centered%20detailed%20portrait%20of%20loving%20a%20beautiful%20female%2C%20by%20Steve%20McCurry.%20trending%20on%20artstation.png "/>
|
| 20 |
+
|
| 21 |
+
<img src="https://huggingface.co/Falah/ddfemale/resolve/main/01455-1006397114-centered%20detailed%20portrait%20of%20loving%20a%20beautiful%20female%2C%20by%20Steve%20McCurry.%20trending%20on%20artstation.png"/>
|
| 22 |
+
|
| 23 |
+
|
| 24 |
|