Instructions to use bghira/deepcinema with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bghira/deepcinema with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("DeepFloyd/IF-I-M-v1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("bghira/deepcinema") prompt = "a happy family" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
PseudoTerminal X commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,31 @@ widget:
|
|
| 11 |
negative_prompt: blurry, cropped, ugly
|
| 12 |
output:
|
| 13 |
url: images/step_2000_val_img_78_642C2096.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
base_model: DeepFloyd/IF-I-M-v1.0
|
| 15 |
instance_prompt: cinema, scene, photograph
|
| 16 |
license: deepfloyd-if-license
|
|
|
|
| 11 |
negative_prompt: blurry, cropped, ugly
|
| 12 |
output:
|
| 13 |
url: images/step_2000_val_img_78_642C2096.png
|
| 14 |
+
- text: a cinematic scene from the film rogue one, showcasing a woman looking off into the distance
|
| 15 |
+
parameters:
|
| 16 |
+
negative_prompt: blurry, cropped, ugly
|
| 17 |
+
output:
|
| 18 |
+
url: images/5e433d725787c7389e0f689ce5e39490.png
|
| 19 |
+
- text: two anime characters in a high-energy duel, swords clashing with sparks flying
|
| 20 |
+
parameters:
|
| 21 |
+
negative_prompt: blurry, cropped, ugly
|
| 22 |
+
output:
|
| 23 |
+
url: images/anime_duel.png
|
| 24 |
+
- text: powerful lone anime samurai standing tall against a backdrop of a setting sun and ancient temples
|
| 25 |
+
parameters:
|
| 26 |
+
negative_prompt: blurry, cropped, ugly
|
| 27 |
+
output:
|
| 28 |
+
url: images/anime_samurai.png
|
| 29 |
+
- text: serene Girl with a Pearl Earring delicately gazing, bathed in ethereal moonlight, with intricate details capturing every strand of hair and every glimmer in her eye, presented in a mesmerizing fusion of oil painting, charcoal sketch, and watercolor, blending the essence of Baroque, Impressionism, and Surrealism.
|
| 30 |
+
parameters:
|
| 31 |
+
negative_prompt: blurry, cropped, ugly
|
| 32 |
+
output:
|
| 33 |
+
url: images/girl_with_pearl_earring.png
|
| 34 |
+
- text: a majestic portrait of a snow-capped mountain range, taken with a Canon EOS RP on f/16
|
| 35 |
+
parameters:
|
| 36 |
+
negative_prompt: blurry, cropped, ugly
|
| 37 |
+
output:
|
| 38 |
+
url: images/mountains.png
|
| 39 |
base_model: DeepFloyd/IF-I-M-v1.0
|
| 40 |
instance_prompt: cinema, scene, photograph
|
| 41 |
license: deepfloyd-if-license
|