Text-to-Image
Diffusers
English
French
Russian
stable-diffusion
lora
dalle-3
dalle
deepvision
template:sd-lora
openskyml
Instructions to use ccc8/cctec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ccc8/cctec with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lykon/dreamshaper-xl-lightning", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ccc8/cctec") prompt = "real photo of landscape of sea, skyscape, island, masterpiece, sharp details, cinematic" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,9 +11,7 @@ tags:
|
|
| 11 |
- openskyml
|
| 12 |
widget:
|
| 13 |
- text: >-
|
| 14 |
-
|
| 15 |
-
hat, male focus, mustache, overalls, red headwear, red shirt, shirt, short
|
| 16 |
-
hair, upper body, white gloves.
|
| 17 |
parameters:
|
| 18 |
negative_prompt: >-
|
| 19 |
(worst quality, low quality, normal quality, lowres, low details,
|
|
|
|
| 11 |
- openskyml
|
| 12 |
widget:
|
| 13 |
- text: >-
|
| 14 |
+
landscape of sea, skyscape, island, masterpiece
|
|
|
|
|
|
|
| 15 |
parameters:
|
| 16 |
negative_prompt: >-
|
| 17 |
(worst quality, low quality, normal quality, lowres, low details,
|