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
Upload Dall-e_3_0.3-v2.safetensors
Browse files
Dall-e_3_0.3-v2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5765695e8f3bd4a05ec9b29219535673fe7d09681a2c3625d183928df3ccdb31
|
| 3 |
+
size 684874580
|