Reverse Cowgirl Sex Position LoRA

세부 정보

모델 설명

모델 정보

프롬프트 키워드: reverse cowgirl sex position

데모: https://colab.research.google.com/drive/1BDMiPrI9fuuA1pxZY-OAd4xM7BKUglfy?usp=sharing

참고: 데모에서 프롬프트를 변경할 때, 키워드를 반드시 포함해야 합니다.

ControlNet과 함께 사용할 때 더 나은 결과를 얻을 수 있습니다.

이 LoRA 모델은 공식 diffusers GitHub 저장소에서 제공하는 "train_dreambooth_lora.py" 스크립트를 사용하여 생성되었습니다. (https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/train_dreambooth_lora.py)

LoRA는 AUTOMATIC1111 또는 기타 WebUI와 호환됩니다.

다음과 같은 간단한 코드 몇 줄로도 이 LoRA를 로드할 수 있습니다:
#원하는 임의의 모델(Base Model->SD 1.5) 로드
pipeline = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", use_safetensors=True)

#LoRA 로드
pipeline.load_lora_weights(pretrained_model_name_or_path_or_dict="lora가 저장된 경로", weight_name="<lora_name>.safetensors")

이 모델로 만든 이미지

이미지를 찾을 수 없습니다.